svn commit: r451984 - head/www/piwigo
Frederic Culot
culot at FreeBSD.org
Fri Oct 13 11:42:53 UTC 2017
Author: culot
Date: Fri Oct 13 11:42:52 2017
New Revision: 451984
URL: https://svnweb.freebsd.org/changeset/ports/451984
Log:
- Update to 2.9.2 [1]
- Pet portlint by moving USES earlier
Changes: http://piwigo.org/releases/2.9.2
PR: 222972 [1]
Submitted by: Ralf van der Enden <tremere at cainites.net> (maintainer)
Modified:
head/www/piwigo/Makefile
head/www/piwigo/distinfo
head/www/piwigo/pkg-plist
Modified: head/www/piwigo/Makefile
==============================================================================
--- head/www/piwigo/Makefile Fri Oct 13 11:38:04 2017 (r451983)
+++ head/www/piwigo/Makefile Fri Oct 13 11:42:52 2017 (r451984)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= piwigo
-PORTVERSION= 2.9.1
+PORTVERSION= 2.9.2
CATEGORIES= www
MASTER_SITES= http://piwigo.org/download/dlcounter.php?code=${PORTVERSION}&/
@@ -14,11 +14,11 @@ LICENSE_FILE= ${WRKSRC}/doc/COPYING
NO_BUILD= yes
NO_ARCH= yes
+USES= cpe php:web zip
USE_PHP= calendar ctype dom exif filter gd gettext hash iconv json \
mbstring mcrypt mysqli openssl pcre pdf pdo posix \
session simplexml sockets spl tokenizer xml xmlreader \
xmlwriter zlib
-USES= cpe php:web zip
WRKSRC= ${WRKDIR}/${PORTNAME}
SUB_FILES= pkg-deinstall pkg-message
Modified: head/www/piwigo/distinfo
==============================================================================
--- head/www/piwigo/distinfo Fri Oct 13 11:38:04 2017 (r451983)
+++ head/www/piwigo/distinfo Fri Oct 13 11:42:52 2017 (r451984)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499687827
-SHA256 (piwigo-2.9.1.zip) = 7ff2d936d5436d9883f318ac32c1a3b482b870abb7e825d7414ebb21b2ab147d
-SIZE (piwigo-2.9.1.zip) = 7777925
+TIMESTAMP = 1507370562
+SHA256 (piwigo-2.9.2.zip) = 344937dd1685efb41c1aa7301497aea0fb84707a6a9809eca9efb390d4eadb4a
+SIZE (piwigo-2.9.2.zip) = 7794574
Modified: head/www/piwigo/pkg-plist
==============================================================================
--- head/www/piwigo/pkg-plist Fri Oct 13 11:38:04 2017 (r451983)
+++ head/www/piwigo/pkg-plist Fri Oct 13 11:42:52 2017 (r451984)
@@ -979,6 +979,7 @@
%%WWWDIR%%/language/en_GB/index.php
%%WWWDIR%%/language/en_GB/install.lang.php
%%WWWDIR%%/language/en_GB/iso.txt
+%%WWWDIR%%/language/en_GB/upgrade.lang.php
%%WWWDIR%%/language/en_UK/about.html
%%WWWDIR%%/language/en_UK/admin.lang.php
%%WWWDIR%%/language/en_UK/common.lang.php
@@ -1083,6 +1084,8 @@
%%WWWDIR%%/language/eu_ES/admin.lang.php
%%WWWDIR%%/language/eu_ES/common.lang.php
%%WWWDIR%%/language/eu_ES/eu_ES.jpg
+%%WWWDIR%%/language/eu_ES/help/cat_move.html
+%%WWWDIR%%/language/eu_ES/help/help_add_photos.html
%%WWWDIR%%/language/eu_ES/install.lang.php
%%WWWDIR%%/language/eu_ES/iso.txt
%%WWWDIR%%/language/eu_ES/upgrade.lang.php
@@ -1609,6 +1612,9 @@
%%WWWDIR%%/language/ro_RO/admin.lang.php
%%WWWDIR%%/language/ro_RO/common.lang.php
%%WWWDIR%%/language/ro_RO/help/cat_move.html
+%%WWWDIR%%/language/ro_RO/help/cat_options.html
+%%WWWDIR%%/language/ro_RO/help/help_add_photos.html
+%%WWWDIR%%/language/ro_RO/help/help_misc.html
%%WWWDIR%%/language/ro_RO/index.php
%%WWWDIR%%/language/ro_RO/install.lang.php
%%WWWDIR%%/language/ro_RO/iso.txt
@@ -1688,11 +1694,13 @@
%%WWWDIR%%/language/sl_SI/admin.lang.php
%%WWWDIR%%/language/sl_SI/common.lang.php
%%WWWDIR%%/language/sl_SI/help/cat_move.html
+%%WWWDIR%%/language/sl_SI/help/cat_options.html
%%WWWDIR%%/language/sl_SI/help/cat_perm.html
%%WWWDIR%%/language/sl_SI/help/group_list.html
%%WWWDIR%%/language/sl_SI/help/help_add_photos.html
%%WWWDIR%%/language/sl_SI/help/help_groups.html
%%WWWDIR%%/language/sl_SI/help/help_misc.html
+%%WWWDIR%%/language/sl_SI/help/notification_by_mail.html
%%WWWDIR%%/language/sl_SI/help/search.html
%%WWWDIR%%/language/sl_SI/help/synchronize.html
%%WWWDIR%%/language/sl_SI/help/user_list.html
@@ -2333,6 +2341,7 @@
%%WWWDIR%%/plugins/TakeATour/language/eu_ES/plugin.lang.php
%%WWWDIR%%/plugins/TakeATour/language/fa_IR/description.txt
%%WWWDIR%%/plugins/TakeATour/language/fa_IR/plugin.lang.php
+%%WWWDIR%%/plugins/TakeATour/language/fa_IR/tour_2_9_0.lang.php
%%WWWDIR%%/plugins/TakeATour/language/fi_FI/description.txt
%%WWWDIR%%/plugins/TakeATour/language/fi_FI/index.php
%%WWWDIR%%/plugins/TakeATour/language/fi_FI/plugin.lang.php
More information about the svn-ports-head
mailing list