[Midnightbsd-cvs] mports: games/nextgo: update for newer gnustep

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 23 09:50:38 EDT 2008


Log Message:
-----------
update for newer gnustep

Modified Files:
--------------
    mports/games/nextgo:
        Makefile (r1.3 -> r1.4)
        pkg-plist (r1.2 -> r1.3)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/games/nextgo/pkg-plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -L games/nextgo/pkg-plist -L games/nextgo/pkg-plist -u -r1.2 -r1.3
--- games/nextgo/pkg-plist
+++ games/nextgo/pkg-plist
@@ -12,6 +12,7 @@
 Local/Applications/NeXTGo.app/Resources/NeXTGoHelp.rtf
 Local/Applications/NeXTGo.app/Resources/intergo.dct
 Local/Applications/NeXTGo.app/stamp.make
+Local/Tools/NeXTGo
 @dirrm Local/Applications/NeXTGo.app/Resources/English.lproj/NeXTGo.gorm
 @dirrm Local/Applications/NeXTGo.app/Resources/English.lproj
 @dirrm Local/Applications/NeXTGo.app/Resources
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/games/nextgo/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L games/nextgo/Makefile -L games/nextgo/Makefile -u -r1.3 -r1.4
--- games/nextgo/Makefile
+++ games/nextgo/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	nextgo
 PORTVERSION=	3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games gnustep
 MASTER_SITES=	http://download.savannah.gnu.org/releases/gap/
 DISTNAME=	NeXTGo-${PORTVERSION}
@@ -26,5 +26,7 @@
 post-patch:
 	${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
 		${WRKSRC}/GNUmakefile
+	${REINPLACE_CMD} -e 's|PSWait|myPSWait|' \
+		${WRKSRC}/Board.m
 
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list