[Midnightbsd-cvs] mports: math/stepulator: This is still not working for me and needs more

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 25 17:49:08 EDT 2007


Log Message:
-----------
This is still not working for me and needs more work.  This corrects some of the GNUstep make 2 issues at least.

Modified Files:
--------------
    mports/math/stepulator:
        Makefile (r1.1 -> r1.2)
        pkg-plist (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/math/stepulator/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lmath/stepulator/pkg-plist -Lmath/stepulator/pkg-plist -u -r1.1 -r1.2
--- math/stepulator/pkg-plist
+++ math/stepulator/pkg-plist
@@ -4,8 +4,8 @@
 Local/Applications/Stepulator.app/Resources/Stepulator.gorm/objects.gorm
 Local/Applications/Stepulator.app/Resources/StepulatorInfo.plist
 Local/Applications/Stepulator.app/Stepulator
-Local/Applications/Stepulator.app/library_paths.openapp
 Local/Applications/Stepulator.app/stamp.make
+Local/Tools/Stepulator
 @dirrm Local/Applications/Stepulator.app/Resources/Stepulator.gorm
 @dirrm Local/Applications/Stepulator.app/Resources
 @dirrm Local/Applications/Stepulator.app
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/math/stepulator/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lmath/stepulator/Makefile -Lmath/stepulator/Makefile -u -r1.1 -r1.2
--- math/stepulator/Makefile
+++ math/stepulator/Makefile
@@ -8,9 +8,10 @@
 
 PORTNAME=	stepulator
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	http://www.linuks.mine.nu/stepulator/ \
-		http://florida.ethz.ch/ports/distfiles/
+		${MASTER_SITE_GNUSTEP_CH}
 DISTNAME=	${PORTNAME}-gs-${PORTVERSION}
 EXTRACT_SUFX=	.tar.Z
 
@@ -24,6 +25,5 @@
 USE_GNUSTEP_BACK=	yes
 USE_GNUSTEP_BUILD=	yes
 USE_GNUSTEP_INSTALL=	yes
-MAKEFILE=	GNUmakefile
 
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list