diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-24 19:19:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-24 19:19:36 +0800 |
commit | aeb71c637a43c575b597707d03b636fe214ea127 (patch) | |
tree | 11f2f67d21ae90193c0793eea166b7e85ac7feab /www/gallery2 | |
parent | 638d83c3a0090fb05fa9f4d0eaf2778ad91d0745 (diff) | |
download | freebsd-ports-gnome-aeb71c637a43c575b597707d03b636fe214ea127.tar.gz freebsd-ports-gnome-aeb71c637a43c575b597707d03b636fe214ea127.tar.zst freebsd-ports-gnome-aeb71c637a43c575b597707d03b636fe214ea127.zip |
- Update to 2.1.2
- Add new WWW layout
PR: ports/102396
Submitted by: Alex Varju <freebsd-ports(at)varju.ca> maintainer
Approved by: krion (mentor)
Diffstat (limited to 'www/gallery2')
-rw-r--r-- | www/gallery2/Makefile | 6 | ||||
-rw-r--r-- | www/gallery2/distinfo | 6 | ||||
-rw-r--r-- | www/gallery2/pkg-plist | 12 |
3 files changed, 17 insertions, 7 deletions
diff --git a/www/gallery2/Makefile b/www/gallery2/Makefile index 52ddfd268db7..1720baf21f58 100644 --- a/www/gallery2/Makefile +++ b/www/gallery2/Makefile @@ -6,11 +6,11 @@ # PORTNAME= gallery2 -PORTVERSION= 2.1.1a +PORTVERSION= 2.1.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gallery -DISTNAME= gallery-2.1.1a-full +DISTNAME= gallery-2.1.2-full DIST_SUBDIR= gallery2 MAINTAINER= freebsd-ports@varju.ca @@ -25,7 +25,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message CPIOARGS= --quiet -pdum -R PLIST_SUB+= GALLERY2DIR=${GALLERY2DIR} -GALLERY2DIR?= www/data/gallery2 +GALLERY2DIR?= www/gallery2 WWWOWN?= www WWWGRP?= www diff --git a/www/gallery2/distinfo b/www/gallery2/distinfo index f7183e0f3193..678ad1662a98 100644 --- a/www/gallery2/distinfo +++ b/www/gallery2/distinfo @@ -1,3 +1,3 @@ -MD5 (gallery2/gallery-2.1.1a-full.tar.gz) = 0ff0857716a1473c319b6a468c47c877 -SHA256 (gallery2/gallery-2.1.1a-full.tar.gz) = c6e0bb4aabfda499e630b2997677d2c42db87b1d89dc59da7687d7d15b6fb159 -SIZE (gallery2/gallery-2.1.1a-full.tar.gz) = 8019852 +MD5 (gallery2/gallery-2.1.2-full.tar.gz) = c394014997bfed2fc45cdd73124871a5 +SHA256 (gallery2/gallery-2.1.2-full.tar.gz) = 84aa2a164cc684c0923d4da6f9b418975d823690c399baf1dd41477f3ec428f2 +SIZE (gallery2/gallery-2.1.2-full.tar.gz) = 8061300 diff --git a/www/gallery2/pkg-plist b/www/gallery2/pkg-plist index a45ce0e6d557..386af2d08d55 100644 --- a/www/gallery2/pkg-plist +++ b/www/gallery2/pkg-plist @@ -241,6 +241,15 @@ %%GALLERY2DIR%%/lib/support/phpinfo.php %%GALLERY2DIR%%/lib/support/security.inc %%GALLERY2DIR%%/lib/support/support.css +%%GALLERY2DIR%%/lib/tools/po/.htaccess +%%GALLERY2DIR%%/lib/tools/po/GNUmakefile.inc +%%GALLERY2DIR%%/lib/tools/po/extract.php +%%GALLERY2DIR%%/lib/tools/po/header.pl +%%GALLERY2DIR%%/lib/tools/po/header.txt +%%GALLERY2DIR%%/lib/tools/po/premerge-messages.pl +%%GALLERY2DIR%%/lib/tools/po/shtool +%%GALLERY2DIR%%/lib/tools/po/trim-po.php +%%GALLERY2DIR%%/lib/tools/po/update-all-translations.pl %%GALLERY2DIR%%/lib/wz_dragdrop/transparentpixel.gif %%GALLERY2DIR%%/lib/wz_dragdrop/wz_dragdrop.js %%GALLERY2DIR%%/main.php @@ -7764,6 +7773,8 @@ @dirrm %%GALLERY2DIR%%/modules/albumselect @dirrm %%GALLERY2DIR%%/modules @dirrm %%GALLERY2DIR%%/lib/wz_dragdrop +@dirrm %%GALLERY2DIR%%/lib/tools/po +@dirrm %%GALLERY2DIR%%/lib/tools @dirrm %%GALLERY2DIR%%/lib/support @dirrm %%GALLERY2DIR%%/lib/smtp @dirrm %%GALLERY2DIR%%/lib/smarty_plugins @@ -7826,4 +7837,3 @@ @dirrmtry %%GALLERY2DIR%%/install @dirrm %%GALLERY2DIR%%/images @dirrmtry %%GALLERY2DIR%% -@dirrmtry www/data |