diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-06-22 20:57:55 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-06-22 20:57:55 +0800 |
commit | 69306204a694f34134f944b13a38fe47f4b34042 (patch) | |
tree | 7658cac0ca6936cf56d0d0af71d3d57660db927b /textproc/p5-Tk-XMLViewer | |
parent | 21feff945546a2af2b502d6345c055c2d2883d22 (diff) | |
download | freebsd-ports-gnome-69306204a694f34134f944b13a38fe47f4b34042.tar.gz freebsd-ports-gnome-69306204a694f34134f944b13a38fe47f4b34042.tar.zst freebsd-ports-gnome-69306204a694f34134f944b13a38fe47f4b34042.zip |
Update to 0.15
Diffstat (limited to 'textproc/p5-Tk-XMLViewer')
-rw-r--r-- | textproc/p5-Tk-XMLViewer/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Tk-XMLViewer/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Tk-XMLViewer/pkg-plist | 12 |
3 files changed, 8 insertions, 9 deletions
diff --git a/textproc/p5-Tk-XMLViewer/Makefile b/textproc/p5-Tk-XMLViewer/Makefile index a05075e70412..7fe0201aecb6 100644 --- a/textproc/p5-Tk-XMLViewer/Makefile +++ b/textproc/p5-Tk-XMLViewer/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Tk-XMLViewer -PORTVERSION= 0.14 -PORTREVISION= 1 +PORTVERSION= 0.15 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Tk diff --git a/textproc/p5-Tk-XMLViewer/distinfo b/textproc/p5-Tk-XMLViewer/distinfo index 49a84c5bfe36..8c9c5c098b47 100644 --- a/textproc/p5-Tk-XMLViewer/distinfo +++ b/textproc/p5-Tk-XMLViewer/distinfo @@ -1 +1 @@ -MD5 (Tk-XMLViewer-0.14.tar.gz) = bf21faa6f721ebb97141f9fa6de4dc57 +MD5 (Tk-XMLViewer-0.15.tar.gz) = 34e06e2c30ccbfd8f38d00772d2f6479 diff --git a/textproc/p5-Tk-XMLViewer/pkg-plist b/textproc/p5-Tk-XMLViewer/pkg-plist index eaff9f5b8abb..fa12c1a4749d 100644 --- a/textproc/p5-Tk-XMLViewer/pkg-plist +++ b/textproc/p5-Tk-XMLViewer/pkg-plist @@ -1,7 +1,7 @@ bin/tkxmlview -lib/perl5/site_perl/%%PERL_VER%%/Tk/autoinstall.pl -lib/perl5/site_perl/%%PERL_VER%%/Tk/XMLViewer.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/XMLViewer/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/XMLViewer -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Tk 2>/dev/null || true +%%SITE_PERL%%/Tk/prereqinst.pl +%%SITE_PERL%%/Tk/XMLViewer.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/XMLViewer/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/XMLViewer +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Tk 2>/dev/null || true |