diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-11-08 05:47:05 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-11-08 05:47:05 +0800 |
commit | 580ca6929a17f652e6713d1bf4455f92330d131d (patch) | |
tree | 42a4712e027ff089c03758a9adec3a5a9cf294b3 /x11-toolkits/gnustep-back | |
parent | 4c1f07834dfd2ce700f740c24441b3f9c82fa5f6 (diff) | |
download | freebsd-ports-gnome-580ca6929a17f652e6713d1bf4455f92330d131d.tar.gz freebsd-ports-gnome-580ca6929a17f652e6713d1bf4455f92330d131d.tar.zst freebsd-ports-gnome-580ca6929a17f652e6713d1bf4455f92330d131d.zip |
- update to 0.9.4
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 7 | ||||
-rw-r--r-- | x11-toolkits/gnustep-back/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/gnustep-back/pkg-plist | 2 |
3 files changed, 5 insertions, 10 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 48b250304f69..cb1cdb52e4d7 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -6,12 +6,7 @@ # PORTNAME= gnustep-back -.if defined(WITH_GNUSTEP_DEVEL) -PORTVERSION= 0.9.3 -.else -PORTVERSION= 0.9.1 -PORTREVISION= 1 -.endif +PORTVERSION= 0.9.4 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core diff --git a/x11-toolkits/gnustep-back/distinfo b/x11-toolkits/gnustep-back/distinfo index a55c7f83b8d9..9c6c7222ac72 100644 --- a/x11-toolkits/gnustep-back/distinfo +++ b/x11-toolkits/gnustep-back/distinfo @@ -1,4 +1,2 @@ -MD5 (gnustep-back-0.9.1.tar.gz) = 9279075240738140e11c8f15bb9824d5 -SIZE (gnustep-back-0.9.1.tar.gz) = 362659 -MD5 (gnustep-back-0.9.3.tar.gz) = 2ee883c140eb7cf47bb284b2f72c1adc -SIZE (gnustep-back-0.9.3.tar.gz) = 372902 +MD5 (gnustep-back-0.9.4.tar.gz) = 9bbd37749e8bdd355533bdf5d1d08050 +SIZE (gnustep-back-0.9.4.tar.gz) = 401182 diff --git a/x11-toolkits/gnustep-back/pkg-plist b/x11-toolkits/gnustep-back/pkg-plist index 5b2dbeed4e40..6ef5a76386ea 100644 --- a/x11-toolkits/gnustep-back/pkg-plist +++ b/x11-toolkits/gnustep-back/pkg-plist @@ -6,7 +6,9 @@ System/Library/Bundles/libgnustep-%%BACK%%.bundle/stamp.make System/Library/Documentation/man/man1/gpbs.1.gz %%USE_XLIB%%System/Tools/font_cacher System/Tools/gpbs +@dirrm System/Library/Documentation/Developer/Gui/Manual @dirrm System/Library/Bundles/libgnustep-%%BACK%%.bundle/Resources/Swedish.lproj @dirrm System/Library/Bundles/libgnustep-%%BACK%%.bundle/Resources/English.lproj @dirrm System/Library/Bundles/libgnustep-%%BACK%%.bundle/Resources @dirrm System/Library/Bundles/libgnustep-%%BACK%%.bundle +@exec mkdir -p %D/System/Library/Documentation/Developer/Gui/Manual |