diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-04-21 12:49:24 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-04-21 12:49:24 +0800 |
commit | 96899176b25e0e8f8461272b35f6af8e1f6d564c (patch) | |
tree | 8785c2f4f10f3c0e43dde5c3348cffb47f2a99fe | |
parent | 0799df7a8dea209ebbf919e537529a773a681de4 (diff) | |
download | freebsd-ports-gnome-96899176b25e0e8f8461272b35f6af8e1f6d564c.tar.gz freebsd-ports-gnome-96899176b25e0e8f8461272b35f6af8e1f6d564c.tar.zst freebsd-ports-gnome-96899176b25e0e8f8461272b35f6af8e1f6d564c.zip |
- update to 2.6.0
-rw-r--r-- | devel/gnustep-make/Makefile | 4 | ||||
-rw-r--r-- | devel/gnustep-make/distinfo | 4 | ||||
-rw-r--r-- | devel/gnustep-make/pkg-plist | 16 |
3 files changed, 20 insertions, 4 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index ac7965003e81..999cdb10ed3b 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnustep-make -PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTVERSION= 2.6.0 CATEGORIES= devel gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core @@ -26,6 +25,7 @@ CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c" \ CFLAGS="${CFLAGS}" CONFIGURE_ARGS+= --with-thread-lib="${PTHREAD_LIBS}" CONFIGURE_ARGS+= --with-config-file=${GNUSTEP_PREFIX}/GNUstep.conf +CONFIGURE_ARGS+= --with-layout=gnustep GNU_CONFIGURE_PREFIX= ${GNUSTEP_PREFIX} post-patch: diff --git a/devel/gnustep-make/distinfo b/devel/gnustep-make/distinfo index b8571dfe540f..65463c5bd850 100644 --- a/devel/gnustep-make/distinfo +++ b/devel/gnustep-make/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnustep-make-2.4.0.tar.gz) = 8ad6c9d0e532e0bf70fdc25abe60afbd4103b16dc47b324646a147cbac6c6ef9 -SIZE (gnustep-make-2.4.0.tar.gz) = 521818 +SHA256 (gnustep-make-2.6.0.tar.gz) = db8312a0fc637d5c66c11c33ec51b1ecc0c693091ec06ca39ebac43ca0f27828 +SIZE (gnustep-make-2.6.0.tar.gz) = 564848 diff --git a/devel/gnustep-make/pkg-plist b/devel/gnustep-make/pkg-plist index 24c567c4be59..118cd20e8c34 100644 --- a/devel/gnustep-make/pkg-plist +++ b/devel/gnustep-make/pkg-plist @@ -66,6 +66,20 @@ GNUstep/System/Library/Makefiles/Master/test-application.make GNUstep/System/Library/Makefiles/Master/test-library.make GNUstep/System/Library/Makefiles/Master/test-tool.make GNUstep/System/Library/Makefiles/Master/tool.make +GNUstep/System/Library/Makefiles/TestFramework/GNUmakefile.in +GNUstep/System/Library/Makefiles/TestFramework/ObjectTesting.h +GNUstep/System/Library/Makefiles/TestFramework/README +GNUstep/System/Library/Makefiles/TestFramework/Summary.sh +GNUstep/System/Library/Makefiles/TestFramework/Testing.h +GNUstep/System/Library/Makefiles/TestFramework/example1.m +GNUstep/System/Library/Makefiles/TestFramework/example%%MAJORVERSION%%.m +GNUstep/System/Library/Makefiles/TestFramework/example3.m +GNUstep/System/Library/Makefiles/TestFramework/example4.m +GNUstep/System/Library/Makefiles/TestFramework/example5.m +GNUstep/System/Library/Makefiles/TestFramework/example6.m +GNUstep/System/Library/Makefiles/TestFramework/example7.m +GNUstep/System/Library/Makefiles/TestFramework/example8.m +GNUstep/System/Library/Makefiles/TestFramework/example9.m GNUstep/System/Library/Makefiles/aggregate.make GNUstep/System/Library/Makefiles/app-wrapper.template GNUstep/System/Library/Makefiles/application.make @@ -126,6 +140,7 @@ GNUstep/System/Library/Makefiles/tool.make GNUstep/System/Library/Makefiles/vendor.sh GNUstep/System/Tools/debugapp GNUstep/System/Tools/gnustep-config +GNUstep/System/Tools/gnustep-tests GNUstep/System/Tools/openapp GNUstep/System/Tools/opentool @rmtry GNUstep/System/Makefiles @@ -136,6 +151,7 @@ GNUstep/System/Tools/opentool @dirrm GNUstep/System/Library/Services @dirrm GNUstep/System/Library/PostScript @dirrm GNUstep/System/Library/Makefiles/%%GNU_ARCH%% +@dirrm GNUstep/System/Library/Makefiles/TestFramework @dirrm GNUstep/System/Library/Makefiles/Master @dirrm GNUstep/System/Library/Makefiles/Instance/Shared @dirrm GNUstep/System/Library/Makefiles/Instance/Documentation |