diff options
author | mat <mat@FreeBSD.org> | 2004-01-10 01:15:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-01-10 01:15:16 +0800 |
commit | a0b1ed7726054ce0e8e7763baa884756be9dda28 (patch) | |
tree | 6a9fc65715e240ed5f256341a3497fcd1dcb2582 /textproc/p5-Text-Reflow | |
parent | 0913967e3d82bf949327a6b9146f393f9c60e9a3 (diff) | |
download | freebsd-ports-gnome-a0b1ed7726054ce0e8e7763baa884756be9dda28.tar.gz freebsd-ports-gnome-a0b1ed7726054ce0e8e7763baa884756be9dda28.tar.zst freebsd-ports-gnome-a0b1ed7726054ce0e8e7763baa884756be9dda28.zip |
Update to 1.05
Diffstat (limited to 'textproc/p5-Text-Reflow')
-rw-r--r-- | textproc/p5-Text-Reflow/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Reflow/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Reflow/pkg-plist | 11 |
3 files changed, 7 insertions, 8 deletions
diff --git a/textproc/p5-Text-Reflow/Makefile b/textproc/p5-Text-Reflow/Makefile index fa9e1a795df9..cbe8a8257a49 100644 --- a/textproc/p5-Text-Reflow/Makefile +++ b/textproc/p5-Text-Reflow/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Reflow -PORTVERSION= 1.04 +PORTVERSION= 1.05 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text diff --git a/textproc/p5-Text-Reflow/distinfo b/textproc/p5-Text-Reflow/distinfo index ece6cee03040..12141f2eb614 100644 --- a/textproc/p5-Text-Reflow/distinfo +++ b/textproc/p5-Text-Reflow/distinfo @@ -1 +1 @@ -MD5 (Text-Reflow-1.04.tar.gz) = 9b7d192cda3ffe8de76735c843352200 +MD5 (Text-Reflow-1.05.tar.gz) = e067308e92ac8b0e26e6f2eb10960cf8 diff --git a/textproc/p5-Text-Reflow/pkg-plist b/textproc/p5-Text-Reflow/pkg-plist index 7bc7dd1dca7c..e33d8f1484b8 100644 --- a/textproc/p5-Text-Reflow/pkg-plist +++ b/textproc/p5-Text-Reflow/pkg-plist @@ -1,8 +1,7 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/Text/Reflow.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.so @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text > /dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Text > /dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Text > /dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Text 2>/dev/null || true |