diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-12-11 06:03:33 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-12-11 06:03:33 +0800 |
commit | c932e54aa35fbc13672f61c904dda380a7a69071 (patch) | |
tree | 4b24fc65406973494bd43e058fe5c290e1b6a434 /devel | |
parent | 85a349f903fec4a28ff1a1178627a7559a05a43d (diff) | |
download | freebsd-ports-gnome-c932e54aa35fbc13672f61c904dda380a7a69071.tar.gz freebsd-ports-gnome-c932e54aa35fbc13672f61c904dda380a7a69071.tar.zst freebsd-ports-gnome-c932e54aa35fbc13672f61c904dda380a7a69071.zip |
- Update to 1.9.0
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnustep-make/Makefile | 2 | ||||
-rw-r--r-- | devel/gnustep-make/distinfo | 2 | ||||
-rw-r--r-- | devel/gnustep-make/pkg-plist | 8 | ||||
-rw-r--r-- | devel/gnustep/Makefile | 2 |
4 files changed, 8 insertions, 6 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 |