diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-27 21:00:32 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-27 21:00:32 +0000 |
commit | 38ef61bc182c83a271d47ee0d2a52d1892b6bab3 (patch) | |
tree | 2ab454fe2a3ac85e1bc049b5558c0130cb2f607e /print | |
parent | install documents with ${INSTALL_DATA} instead of ${CP}. (diff) |
Upgrade to 0.7006.
Notes
Notes:
svn path=/head/; revision=43166
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 |