diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-05-28 05:00:32 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-05-28 05:00:32 +0800 |
commit | ceea0fe56be0781028bce6fb55f5111deb78e4af (patch) | |
tree | d43c18fa0c3f2cd0d17591bff231a1f54edaa111 /print | |
parent | 3ea52995d253fc8818d3cc1f8a9153628411ea26 (diff) | |
download | freebsd-ports-gnome-ceea0fe56be0781028bce6fb55f5111deb78e4af.tar.gz freebsd-ports-gnome-ceea0fe56be0781028bce6fb55f5111deb78e4af.tar.zst freebsd-ports-gnome-ceea0fe56be0781028bce6fb55f5111deb78e4af.zip |
Upgrade to 0.7006.
Diffstat (limited to 'print')
-rw-r--r-- | print/p5-GnomePrint/Makefile | 10 | ||||
-rw-r--r-- | print/p5-GnomePrint/distinfo | 2 | ||||
-rw-r--r-- | print/p5-GnomePrint/pkg-plist | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/print/p5-GnomePrint/Makefile b/print/p5-GnomePrint/Makefile index 817f1d837492..a5d16209bd68 100644 --- a/print/p5-GnomePrint/Makefile +++ b/print/p5-GnomePrint/Makefile @@ -6,8 +6,7 @@ # PORTNAME= GnomePrint -PORTVERSION= 0.7005 -PORTREVISION= 1 +PORTVERSION= 0.7006 CATEGORIES= print lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Gtk @@ -17,10 +16,15 @@ DISTNAME= Gtk-Perl-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk/Gdk/Pixbuf.pm:${PORTSDIR}/x11-toolkits/p5-GdkPixbuf + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk/Gdk/Pixbuf.pm:${PORTSDIR}/x11-toolkits/p5-GdkPixbuf \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk/Gdk/ImlibImage.pm:${PORTSDIR}/x11-toolkits/p5-GdkImlib +RUN_DEPENDS= ${BUILD_DEPENDS} USE_GNOME= yes PERL_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} +MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION} +MAN3= Gnome::Print::reference.3pm + .include <bsd.port.mk> diff --git a/print/p5-GnomePrint/distinfo b/print/p5-GnomePrint/distinfo index dee506a44476..d1879bd62a38 100644 --- a/print/p5-GnomePrint/distinfo +++ b/print/p5-GnomePrint/distinfo @@ -1 +1 @@ -MD5 (Gtk-Perl-0.7005.tar.gz) = a1a1e13f1017e7dd005cc8bc426b09aa +MD5 (Gtk-Perl-0.7006.tar.gz) = 40dd22ce7bd7a3aca2b4aff2678a3be2 diff --git a/print/p5-GnomePrint/pkg-plist b/print/p5-GnomePrint/pkg-plist index 67a274c550ea..77fe554b6535 100644 --- a/print/p5-GnomePrint/pkg-plist +++ b/print/p5-GnomePrint/pkg-plist @@ -1,14 +1,16 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print/Types.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print/Install/Files.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print/Install/GnomePrintDefs.h lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print/Install/GnomePrintTypemap lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print/Install/PerlGnomePrintInt.h lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print/Install/pkg.typemap +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print/Types.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print/TypesLazy.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gnome/Print/.packlist lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gnome/Print/Print.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gnome/Print/Print.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gnome/Print/autosplit.ix @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print/Install @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome/Print +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Gnome 2>/dev/null || true @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gnome/Print +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Gnome 2>/dev/null || true |