mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
- Update to 1.9.0
This commit is contained in:
parent
95560bdb48
commit
96f87c1c98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95571
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -22,7 +22,8 @@ stop)
|
||||
rm -f ${PIDFILE}
|
||||
;;
|
||||
*)
|
||||
echo "Usage: `basename $0` {start|stop}" >&2
|
||||
echo "Usage: ${0##*/} { start | stop }" >&2
|
||||
exit 64
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user