diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-15 14:45:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-15 14:45:10 +0000 |
commit | 120fe8f24607f1c2ce11ed52f1c0b2052e933719 (patch) | |
tree | 28d5e0efd2a5640f9dfad2ccc0a5c80dc25ccae1 | |
parent | 7e9480f00ec1e9c7a92eb6477d8f1a604d1e3c16 (diff) | |
download | ports-120fe8f24607f1c2ce11ed52f1c0b2052e933719.tar.gz ports-120fe8f24607f1c2ce11ed52f1c0b2052e933719.zip |
Notes
-rw-r--r-- | www/photo_gallery/Makefile | 10 | ||||
-rw-r--r-- | www/photo_gallery/distinfo | 4 | ||||
-rw-r--r-- | www/photo_gallery/pkg-plist | 11 |
3 files changed, 12 insertions, 13 deletions
diff --git a/www/photo_gallery/Makefile b/www/photo_gallery/Makefile index fe9dabd66d07..2712cb9b732d 100644 --- a/www/photo_gallery/Makefile +++ b/www/photo_gallery/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= photo_gallery -PORTVERSION= 1.3 +PORTVERSION= 1.5 CATEGORIES= www MASTER_SITES= http://www.capybara.org/~dfraser/photo_gallery/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -20,10 +20,10 @@ RUN_DEPENDS= anytopnm:${PORTSDIR}/graphics/netpbm\ ${SITE_PERL}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info\ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI -WEBOWN?= www -WEBGRP?= www -APACHEDIR= ${LOCALBASE}/www/data -INSTALLDIR= ${APACHEDIR}/photo_gallery +WEBOWN?= www +WEBGRP?= www +APACHEDIR= ${LOCALBASE}/www/data +INSTALLDIR= ${APACHEDIR}/photo NO_BUILD= yes USE_PERL5= yes USE_GZIP= no diff --git a/www/photo_gallery/distinfo b/www/photo_gallery/distinfo index 232620dfd19b..62ff0298b531 100644 --- a/www/photo_gallery/distinfo +++ b/www/photo_gallery/distinfo @@ -1,2 +1,2 @@ -MD5 (photo_gallery_1.3.tar) = ea6b3bde15db54a927f1a28b566bcbad -SIZE (photo_gallery_1.3.tar) = 30720 +MD5 (photo_gallery_1.5.tar) = 2447ace822ee8517b3f8af5a54e1e898 +SIZE (photo_gallery_1.5.tar) = 30720 diff --git a/www/photo_gallery/pkg-plist b/www/photo_gallery/pkg-plist index 5b151f25a2e9..9471b41846b5 100644 --- a/www/photo_gallery/pkg-plist +++ b/www/photo_gallery/pkg-plist @@ -1,6 +1,5 @@ -www/data/photo_gallery/index.cgi -www/data/photo_gallery/previews.cgi -www/data/photo_gallery/readme.html -www/data/photo_gallery/.header.html -www/data/photo_gallery/.footer.html -@dirrm www/data/photo_gallery +www/data/photo/index.cgi +www/data/photo/readme.html +www/data/photo/.header.html +www/data/photo/.footer.html +@dirrm www/data/photo |