[Midnightbsd-cvs] mports [20777] trunk/lang/gscheme: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 12 20:44:25 EST 2015


Revision: 20777
          http://svnweb.midnightbsd.org/mports/?rev=20777
Author:   laffer1
Date:     2015-11-12 20:44:25 -0500 (Thu, 12 Nov 2015)
Log Message:
-----------
fix depends

Modified Paths:
--------------
    trunk/lang/gscheme/Makefile
    trunk/lang/gscheme/pkg-descr
    trunk/lang/gscheme/pkg-plist

Modified: trunk/lang/gscheme/Makefile
===================================================================
--- trunk/lang/gscheme/Makefile	2015-11-13 01:41:23 UTC (rev 20776)
+++ trunk/lang/gscheme/Makefile	2015-11-13 01:44:25 UTC (rev 20777)
@@ -4,8 +4,7 @@
 PORTVERSION=	0.6
 CATEGORIES=	lang gnustep
 MASTER_SITES=	http://www.gnustep.it/marko/GScheme/ \
-		${MASTER_SITE_FREEBSD_LOCAL}
-MASTER_SITE_SUBDIR=	dinoex
+		FREEBSD_LOCAL/dinoex
 DISTNAME=	GScheme
 EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	repacked
@@ -12,15 +11,17 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GNUstep-aware scheme interpreter
+
 LICENSE=	gpl2
 
-USE_GNUSTEP=	yes
-USE_GNUSTEP_BACK=	yes
-USE_GNUSTEP_BUILD=	yes
-USE_GNUSTEP_INSTALL=	yes
+USES=		gnustep
+USE_GNUSTEP=	back build
 
+post-extract:
+	@${CHMOD} -R u+w ${WRKSRC}
+
 post-patch:
-	${REINPLACE_CMD} -e 's|setMark:|setMarkScheme:|' \
+	@${REINPLACE_CMD} -e 's|setMark:|setMarkScheme:|' \
 		${WRKSRC}/SchemeTypes.h ${WRKSRC}/SchemeTypes.m
 
 post-install:

Modified: trunk/lang/gscheme/pkg-descr
===================================================================
--- trunk/lang/gscheme/pkg-descr	2015-11-13 01:41:23 UTC (rev 20776)
+++ trunk/lang/gscheme/pkg-descr	2015-11-13 01:44:25 UTC (rev 20777)
@@ -5,6 +5,6 @@
 retain/release mechanism in order to deal with circular data structures.
 GScheme is document-based and you can edit more than one file at the same time.
 
-LICENSE: GPL2+
+LICENSE: GPL2 or later
 
 WWW: http://www.gnustep.it/marko/GScheme/index.html

Modified: trunk/lang/gscheme/pkg-plist
===================================================================
--- trunk/lang/gscheme/pkg-plist	2015-11-13 01:41:23 UTC (rev 20776)
+++ trunk/lang/gscheme/pkg-plist	2015-11-13 01:44:25 UTC (rev 20777)
@@ -6,5 +6,3 @@
 GNUstep/Local/Applications/GScheme.app/Resources/library.scm
 GNUstep/Local/Applications/GScheme.app/stamp.make
 GNUstep/Local/Tools/GScheme
- at dirrm GNUstep/Local/Applications/GScheme.app/Resources
- at dirrm GNUstep/Local/Applications/GScheme.app



More information about the Midnightbsd-cvs mailing list