From 96f87c1c984ec4c732c5096afe4ee614f6f278ec Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Wed, 10 Dec 2003 22:03:33 +0000 Subject: [PATCH] - Update to 1.9.0 --- devel/gnustep-make/Makefile | 2 +- devel/gnustep-make/distinfo | 2 +- devel/gnustep-make/pkg-plist | 8 +++++--- devel/gnustep/Makefile | 2 +- lang/gnustep-base/Makefile | 2 +- lang/gnustep-base/distinfo | 2 +- lang/gnustep-base/files/GNUstep.sh | 3 ++- lang/gnustep-base/pkg-plist | 4 +++- 8 files changed, 15 insertions(+), 10 deletions(-) diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index 86f9c241b231..bc8746f44acf 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnustep-make .if defined(WITH_GNUSTEP_DEVEL) -PORTVERSION= 1.7.4 +PORTVERSION= 1.9.0 .else PORTVERSION= 1.8.0 .endif diff --git a/devel/gnustep-make/distinfo b/devel/gnustep-make/distinfo index e21772a5d698..dc3f8e2d699a 100644 --- a/devel/gnustep-make/distinfo +++ b/devel/gnustep-make/distinfo @@ -1,2 +1,2 @@ -MD5 (gnustep-make-1.7.4.tar.gz) = b6f3f7d8ee940351444eeae6b76e6480 +MD5 (gnustep-make-1.9.0.tar.gz) = 494cc5bd3e09eafb70de31fcf6d2b04e MD5 (gnustep-make-1.8.0.tar.gz) = 3d8de1ed93c45b2cbfa32fe9fd0396dd diff --git a/devel/gnustep-make/pkg-plist b/devel/gnustep-make/pkg-plist index bdf99ea88632..aac570df7b29 100644 --- a/devel/gnustep-make/pkg-plist +++ b/devel/gnustep-make/pkg-plist @@ -68,6 +68,7 @@ System/Library/Makefiles/clean_vendor.sh System/Library/Makefiles/clibrary.make System/Library/Makefiles/common.make System/Library/Makefiles/config.guess +System/Library/Makefiles/config.make System/Library/Makefiles/config.sub System/Library/Makefiles/cpu.sh System/Library/Makefiles/ctool.make @@ -78,9 +79,6 @@ System/Library/Makefiles/framework.make System/Library/Makefiles/gswapp.make System/Library/Makefiles/gswbundle.make System/Library/Makefiles/install-sh -System/Library/Makefiles/config.make -System/Library/Makefiles/user_home -System/Library/Makefiles/which_lib System/Library/Makefiles/java-executable.template System/Library/Makefiles/java-tool.make System/Library/Makefiles/java.make @@ -92,6 +90,7 @@ System/Library/Makefiles/library.make System/Library/Makefiles/messages.make System/Library/Makefiles/mkinstalldirs System/Library/Makefiles/names.make +%%GNUSTEP_DEVEL%%System/Library/Makefiles/native-library.make System/Library/Makefiles/objc.make System/Library/Makefiles/os.sh System/Library/Makefiles/palette.make @@ -102,6 +101,7 @@ System/Library/Makefiles/service.make System/Library/Makefiles/spec-debug-alone-rules.template System/Library/Makefiles/spec-debug-rules.template System/Library/Makefiles/spec-rules.template +%%GNUSTEP_DEVEL%%System/Library/Makefiles/strip_makefiles.sh System/Library/Makefiles/subproject.make System/Library/Makefiles/target.make System/Library/Makefiles/test-application.make @@ -109,7 +109,9 @@ System/Library/Makefiles/test-library.make System/Library/Makefiles/test-tool.make System/Library/Makefiles/tool.make System/Library/Makefiles/transform_paths.sh +System/Library/Makefiles/user_home System/Library/Makefiles/vendor.sh +System/Library/Makefiles/which_lib System/Tools/debugapp System/Tools/openapp System/Tools/opentool diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile index c7a300b13601..7457381bc72a 100644 --- a/devel/gnustep/Makefile +++ b/devel/gnustep/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnustep .if defined(WITH_GNUSTEP_DEVEL) -PORTVERSION= 1.7.4 +PORTVERSION= 1.9.0 .else PORTVERSION= 1.8.0 .endif diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 03c54d96dd04..9bacacd323d8 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnustep-base .if defined(WITH_GNUSTEP_DEVEL) -PORTVERSION= 1.7.4 +PORTVERSION= 1.9.0 .else PORTVERSION= 1.8.0 .endif diff --git a/lang/gnustep-base/distinfo b/lang/gnustep-base/distinfo index f524140d5f8e..a73bc65d4012 100644 --- a/lang/gnustep-base/distinfo +++ b/lang/gnustep-base/distinfo @@ -1,2 +1,2 @@ -MD5 (gnustep-base-1.7.4.tar.gz) = ca8f34a9ca8b8658b1c2f4137ae0fe24 +MD5 (gnustep-base-1.9.0.tar.gz) = 83a62ec009a0bfdefd170ef44b3a4fe0 MD5 (gnustep-base-1.8.0.tar.gz) = 3ce14c1f8384d3e3837f28e6a5155bc9 diff --git a/lang/gnustep-base/files/GNUstep.sh b/lang/gnustep-base/files/GNUstep.sh index 8a0ba24eb47e..7ecd9905c4fc 100644 --- a/lang/gnustep-base/files/GNUstep.sh +++ b/lang/gnustep-base/files/GNUstep.sh @@ -22,7 +22,8 @@ stop) rm -f ${PIDFILE} ;; *) - echo "Usage: `basename $0` {start|stop}" >&2 + echo "Usage: ${0##*/} { start | stop }" >&2 + exit 64 ;; esac diff --git a/lang/gnustep-base/pkg-plist b/lang/gnustep-base/pkg-plist index 135a7331d751..a8aaeb84c9f7 100644 --- a/lang/gnustep-base/pkg-plist +++ b/lang/gnustep-base/pkg-plist @@ -24,7 +24,7 @@ System/Library/Headers/Foundation/NSCalendarDate.h System/Library/Headers/Foundation/NSCharacterSet.h System/Library/Headers/Foundation/NSClassDescription.h System/Library/Headers/Foundation/NSCoder.h -System/Library/Headers/Foundation/NSConcreteNumber.h +%%GNUSTEP_STABLE%%System/Library/Headers/Foundation/NSConcreteNumber.h System/Library/Headers/Foundation/NSConnection.h System/Library/Headers/Foundation/NSData.h System/Library/Headers/Foundation/NSDate.h @@ -96,6 +96,7 @@ System/Library/Headers/GNUstepBase/GCObject.h System/Library/Headers/GNUstepBase/GSMime.h System/Library/Headers/GNUstepBase/GSXML.h System/Library/Headers/GNUstepBase/GSLocale.h +%%GNUSTEP_DEVEL%%System/Library/Headers/GNUstepBase/GSLock.h System/Library/Headers/GNUstepBase/Unicode.h System/Library/Headers/GNUstepBase/GNUstep.h System/Library/Headers/GNUstepBase/behavior.h @@ -108,6 +109,7 @@ System/Library/Headers/gnustep/base/GSFileHandle.h System/Library/Headers/gnustep/base/GSIArray.h System/Library/Headers/gnustep/base/GSIMap.h System/Library/Headers/gnustep/base/GSLocale.h +%%GNUSTEP_DEVEL%%System/Library/Headers/gnustep/base/GSLock.h System/Library/Headers/gnustep/base/GSMime.h System/Library/Headers/gnustep/base/GSObjCRuntime.h System/Library/Headers/gnustep/base/GSUnion.h