diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-26 16:15:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-26 16:15:45 +0000 |
commit | a2a9f1fee7336bd5f7cbd31aaf48d58425fdc4a6 (patch) | |
tree | 506ad8c157986f9c36bb7e464c30158fe7cba8c3 /graphics/gimpshop | |
parent | 66d100bd161bb2ce0b220efcee2b9d3080a134d3 (diff) | |
download | ports-a2a9f1fee7336bd5f7cbd31aaf48d58425fdc4a6.tar.gz ports-a2a9f1fee7336bd5f7cbd31aaf48d58425fdc4a6.zip |
Notes
Diffstat (limited to 'graphics/gimpshop')
-rw-r--r-- | graphics/gimpshop/Makefile | 11 | ||||
-rw-r--r-- | graphics/gimpshop/distinfo | 2 | ||||
-rw-r--r-- | graphics/gimpshop/files/patch-as | 10 | ||||
-rw-r--r-- | graphics/gimpshop/pkg-plist | 5 |
4 files changed, 21 insertions, 7 deletions
diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile index b9648e0b2234..a9a05d862073 100644 --- a/graphics/gimpshop/Makefile +++ b/graphics/gimpshop/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gimp -PORTVERSION= 1.1.25 +PORTVERSION= 1.1.26 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \ ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \ @@ -47,10 +47,11 @@ MAN5= gimprc.5 CONFIGURE_ARGS= --disable-perl PLIST_SUB+= PERL:="@comment " .else -BUILD_DEPENDS+= perldl:${PORTSDIR}/math/PDL \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk -RUN_DEPENDS+= perldl:${PORTSDIR}/math/PDL \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk +PERL_DEPENDS= perldl:${PORTSDIR}/math/PDL \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent +BUILD_DEPENDS+= ${PERL_DEPENDS} +RUN_DEPENDS+= ${PERL_DEPENDS} PLIST_SUB+= PERL:="" .endif diff --git a/graphics/gimpshop/distinfo b/graphics/gimpshop/distinfo index 02addea9b676..19e9f98ed60f 100644 --- a/graphics/gimpshop/distinfo +++ b/graphics/gimpshop/distinfo @@ -1 +1 @@ -MD5 (gimp-1.1.25.tar.bz2) = 2df4bd78cb0e00b3c304b76ee62b7b2f +MD5 (gimp-1.1.26.tar.bz2) = 4951bb1f992cdd351c5c3861ba197bcf diff --git a/graphics/gimpshop/files/patch-as b/graphics/gimpshop/files/patch-as new file mode 100644 index 000000000000..60cc8d243ed9 --- /dev/null +++ b/graphics/gimpshop/files/patch-as @@ -0,0 +1,10 @@ +--- plug-ins/perl/po/Makefile.in.in 2000/09/26 14:53:46 1.1 ++++ plug-ins/perl/po/Makefile.in.in 2000/09/26 14:54:01 +@@ -49,7 +49,6 @@ + DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \ + stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES) $(srcdir)/pxgettext + +-POTFILES = \ + + CATALOGS = @CATALOGS@ + CATOBJEXT = @CATOBJEXT@ diff --git a/graphics/gimpshop/pkg-plist b/graphics/gimpshop/pkg-plist index a8827c80bb73..83277a3e4bba 100644 --- a/graphics/gimpshop/pkg-plist +++ b/graphics/gimpshop/pkg-plist @@ -889,7 +889,6 @@ share/gimp/help/C/filters/repeat_last.html share/gimp/help/C/filters/reshow_last.html share/gimp/help/C/filters/ripple.html share/gimp/help/C/filters/rotate.html -share/gimp/help/C/filters/rotators.html share/gimp/help/C/filters/sample_colorize.html share/gimp/help/C/filters/scatter_hsv.html share/gimp/help/C/filters/screenshot.html @@ -1351,6 +1350,10 @@ share/locale/fr/LC_MESSAGES/gimp-libgimp.mo share/locale/fr/LC_MESSAGES/gimp-script-fu.mo share/locale/fr/LC_MESSAGES/gimp-std-plugins.mo share/locale/fr/LC_MESSAGES/gimp.mo +share/locale/ga/LC_MESSAGES/gimp-libgimp.mo +share/locale/ga/LC_MESSAGES/gimp-script-fu.mo +share/locale/ga/LC_MESSAGES/gimp-std-plugins.mo +share/locale/ga/LC_MESSAGES/gimp.mo share/locale/gl/LC_MESSAGES/gimp-libgimp.mo share/locale/gl/LC_MESSAGES/gimp-script-fu.mo share/locale/gl/LC_MESSAGES/gimp-std-plugins.mo |