diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-04-22 14:28:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-04-22 14:28:37 +0800 |
commit | 6e8a7bcd7894ea1ca73411bc47e81fbd99b3739a (patch) | |
tree | 8e2866f94a1ca359b0c4d155963910796d602679 | |
parent | 475513a1222db2b0597a038766fd289bc6f40648 (diff) | |
download | freebsd-ports-gnome-6e8a7bcd7894ea1ca73411bc47e81fbd99b3739a.tar.gz freebsd-ports-gnome-6e8a7bcd7894ea1ca73411bc47e81fbd99b3739a.tar.zst freebsd-ports-gnome-6e8a7bcd7894ea1ca73411bc47e81fbd99b3739a.zip |
- Update to 3.03
Changes: http://gallery.menalto.com/gallery_3_0_3_and_gallery_2_3_2
PR: ports/167171
Submitted by: Joe Horn <joehorn@gmail.com>
Approved by: Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
-rw-r--r-- | www/gallery3/Makefile | 2 | ||||
-rw-r--r-- | www/gallery3/distinfo | 4 | ||||
-rw-r--r-- | www/gallery3/pkg-plist | 7 |
3 files changed, 10 insertions, 3 deletions
diff --git a/www/gallery3/Makefile b/www/gallery3/Makefile index 0b679ae5cfb7..e7dce5b6df0b 100644 --- a/www/gallery3/Makefile +++ b/www/gallery3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gallery3 -PORTVERSION= 3.0.2 +PORTVERSION= 3.0.3 CATEGORIES= www MASTER_SITES= SF/gallery/${PORTNAME}/${PORTVERSION} DISTNAME= gallery-${PORTVERSION} diff --git a/www/gallery3/distinfo b/www/gallery3/distinfo index e69bc5a5e86f..166b2ec3e50e 100644 --- a/www/gallery3/distinfo +++ b/www/gallery3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gallery-3.0.2.zip) = 398677f4a078458183375f88118baba77adb9a2aff7de3a46ed22cba13e215a9 -SIZE (gallery-3.0.2.zip) = 1848347 +SHA256 (gallery-3.0.3.zip) = f1777031faa54713b48327fe16d7d364cd13c89689e122ca3799edb6321a588a +SIZE (gallery-3.0.3.zip) = 1858732 diff --git a/www/gallery3/pkg-plist b/www/gallery3/pkg-plist index 1ce7a6037b4c..86125b9559b3 100644 --- a/www/gallery3/pkg-plist +++ b/www/gallery3/pkg-plist @@ -192,6 +192,7 @@ %%WWWDIR%%/modules/gallery/helpers/MY_num.php %%WWWDIR%%/modules/gallery/helpers/MY_remote.php %%WWWDIR%%/modules/gallery/helpers/MY_url.php +%%WWWDIR%%/modules/gallery/helpers/MY_valid.php %%WWWDIR%%/modules/gallery/helpers/access.php %%WWWDIR%%/modules/gallery/helpers/album.php %%WWWDIR%%/modules/gallery/helpers/auth.php @@ -217,6 +218,7 @@ %%WWWDIR%%/modules/gallery/helpers/json.php %%WWWDIR%%/modules/gallery/helpers/l10n_client.php %%WWWDIR%%/modules/gallery/helpers/l10n_scanner.php +%%WWWDIR%%/modules/gallery/helpers/legal_file.php %%WWWDIR%%/modules/gallery/helpers/locales.php %%WWWDIR%%/modules/gallery/helpers/log.php %%WWWDIR%%/modules/gallery/helpers/message.php @@ -239,11 +241,13 @@ %%WWWDIR%%/modules/gallery/images/graphicsmagick.png %%WWWDIR%%/modules/gallery/images/imagemagick.jpg %%WWWDIR%%/modules/gallery/images/missing_movie.png +%%WWWDIR%%/modules/gallery/images/missing_photo.png %%WWWDIR%%/modules/gallery/js/albums_form_add.js %%WWWDIR%%/modules/gallery/js/item_form_delete.js %%WWWDIR%%/modules/gallery/js/l10n_client.js %%WWWDIR%%/modules/gallery/libraries/Admin_View.php %%WWWDIR%%/modules/gallery/libraries/Block.php +%%WWWDIR%%/modules/gallery/libraries/Breadcrumb.php %%WWWDIR%%/modules/gallery/libraries/Form_Script.php %%WWWDIR%%/modules/gallery/libraries/Form_Uploadify.php %%WWWDIR%%/modules/gallery/libraries/Form_Uploadify_buttons.php @@ -281,6 +285,7 @@ %%WWWDIR%%/modules/gallery/models/theme.php %%WWWDIR%%/modules/gallery/models/var.php %%WWWDIR%%/modules/gallery/module.info +%%WWWDIR%%/modules/gallery/vendor/joomla/crypt.php %%WWWDIR%%/modules/gallery/views/admin_advanced_settings.html.php %%WWWDIR%%/modules/gallery/views/admin_block_log_entries.html.php %%WWWDIR%%/modules/gallery/views/admin_block_news.html.php @@ -842,6 +847,8 @@ @dirrm %%WWWDIR%%/modules/image_block @dirrm %%WWWDIR%%/modules/gallery/views/kohana @dirrm %%WWWDIR%%/modules/gallery/views +@dirrm %%WWWDIR%%/modules/gallery/vendor/joomla +@dirrm %%WWWDIR%%/modules/gallery/vendor @dirrm %%WWWDIR%%/modules/gallery/models @dirrm %%WWWDIR%%/modules/gallery/libraries/drivers/Cache @dirrm %%WWWDIR%%/modules/gallery/libraries/drivers |