diff options
-rw-r--r-- | lang/gnustep-libobjc/Makefile | 2 | ||||
-rw-r--r-- | lang/gnustep-libobjc/distinfo | 4 | ||||
-rw-r--r-- | lang/gnustep-libobjc/pkg-plist | 11 |
3 files changed, 7 insertions, 10 deletions
diff --git a/lang/gnustep-libobjc/Makefile b/lang/gnustep-libobjc/Makefile index fc4eca216db0..22be980db9e3 100644 --- a/lang/gnustep-libobjc/Makefile +++ b/lang/gnustep-libobjc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libobjc2 -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= lang devel gnustep MASTER_SITES= http://download.gna.org/gnustep/ PKGNAMEPREFIX= gnustep- diff --git a/lang/gnustep-libobjc/distinfo b/lang/gnustep-libobjc/distinfo index cf367793652b..d2cda976f87d 100644 --- a/lang/gnustep-libobjc/distinfo +++ b/lang/gnustep-libobjc/distinfo @@ -1,2 +1,2 @@ -SHA256 (libobjc2-1.2.tar.bz2) = 05f3ed8da2d3c35d7db3f2bca33a907b89f47cf88cf5987d0d2d1621bc79e2c2 -SIZE (libobjc2-1.2.tar.bz2) = 90050 +SHA256 (libobjc2-1.3.tar.bz2) = a63711e4e95691c13e2e322b3f7f7d8db64cac14ff1f4bae4fce4a7878c9bd3c +SIZE (libobjc2-1.3.tar.bz2) = 97643 diff --git a/lang/gnustep-libobjc/pkg-plist b/lang/gnustep-libobjc/pkg-plist index 94464aeb680a..45fe9bb6585b 100644 --- a/lang/gnustep-libobjc/pkg-plist +++ b/lang/gnustep-libobjc/pkg-plist @@ -8,15 +8,12 @@ GNUstep/System/Library/Headers/objc/hooks.h GNUstep/System/Library/Headers/objc/objc-api.h GNUstep/System/Library/Headers/objc/objc.h GNUstep/System/Library/Headers/objc/runtime.h +GNUstep/System/Library/Headers/objc/runtime-deprecated.h GNUstep/System/Library/Headers/objc/slot.h GNUstep/System/Library/Headers/objc/toydispatch.h GNUstep/System/Library/Libraries/libobjc.so GNUstep/System/Library/Libraries/libobjc.so.%%MAJORLIBVERSION%% -@dirrm GNUstep/System/Library/Headers/toydispatch +GNUstep/System/Library/Libraries/libobjcxx.so +GNUstep/System/Library/Libraries/libobjcxx.so.%%MAJORVERSION%% +GNUstep/System/Library/Libraries/libobjcxx.so.%%VERSION%%.0 @dirrm GNUstep/System/Library/Headers/objc -@exec mv -i /usr/include/objc /usr/include/objc1 -@exec mkdir /usr/lib/compat/libobjc -@exec mv -i /usr/lib/libobjc.* /usr/lib/compat/libobjc/ -@unexec mv -i /usr/include/objc1 /usr/include/objc -@unexec mv -i /usr/lib/compat/libobjc/libobjc.* /usr/lib/ -@unexec rmdir /usr/lib/compat/libobjc |