aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Apache-Compress
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-23 14:12:56 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-23 14:12:56 +0000
commita047ce019679c6c653c8eea2a2f3ba16292399bb (patch)
tree03cbce5bc17fbb766ee74d3aa7f0d8e67ff23a3f /www/p5-Apache-Compress
parentfe3dc0801c76f3ce867cab0f3d9a2ceb745ced85 (diff)
downloadports-a047ce019679c6c653c8eea2a2f3ba16292399bb.tar.gz
ports-a047ce019679c6c653c8eea2a2f3ba16292399bb.zip
- Update to 1.005 [1]
- Unsilence post-install [1]: PR: ports/82567 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=137932
Diffstat (limited to 'www/p5-Apache-Compress')
-rw-r--r--www/p5-Apache-Compress/Makefile8
-rw-r--r--www/p5-Apache-Compress/distinfo4
-rw-r--r--www/p5-Apache-Compress/pkg-plist1
3 files changed, 5 insertions, 8 deletions
diff --git a/www/p5-Apache-Compress/Makefile b/www/p5-Apache-Compress/Makefile
index cf77bb4691e3..fe1d36613799 100644
--- a/www/p5-Apache-Compress/Makefile
+++ b/www/p5-Apache-Compress/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Apache-Compress
-PORTVERSION= 1.003
+PORTVERSION= 1.005
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache/KWILLIAMS
@@ -25,10 +25,8 @@ DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for docfile in README Changes
- @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
-.endfor
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/Changes ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/www/p5-Apache-Compress/distinfo b/www/p5-Apache-Compress/distinfo
index d9e038948154..91d5d3d489b2 100644
--- a/www/p5-Apache-Compress/distinfo
+++ b/www/p5-Apache-Compress/distinfo
@@ -1,2 +1,2 @@
-MD5 (Apache-Compress-1.003.tar.gz) = 9d1b571995961223bdb5e005f42e1c76
-SIZE (Apache-Compress-1.003.tar.gz) = 11028
+MD5 (Apache-Compress-1.005.tar.gz) = 65e1b624f7b213b4d4bee541d2fab252
+SIZE (Apache-Compress-1.005.tar.gz) = 12378
diff --git a/www/p5-Apache-Compress/pkg-plist b/www/p5-Apache-Compress/pkg-plist
index f7c3740abeac..f6acd4686cdb 100644
--- a/www/p5-Apache-Compress/pkg-plist
+++ b/www/p5-Apache-Compress/pkg-plist
@@ -1,7 +1,6 @@
%%SITE_PERL%%/Apache/Compress.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Compress/.packlist
%%PORTDOCS%%%%DOCSDIR%%/Changes
-%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Compress
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true