Date: Sun, 22 Apr 2012 00:56:41 +0800 (CST) From: Joe Horn <joehorn@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: appleboy.tw@gmail.com Subject: ports/167171: [PATCH] www/gallery3: update to 3.0.3 Message-ID: <20120421165641.1AFD44DFC64@Leo.mi.chu.edu.tw> Resent-Message-ID: <201204211700.q3LH0M3j014148@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167171 >Category: ports >Synopsis: [PATCH] www/gallery3: update to 3.0.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Apr 21 17:00:22 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Joe Horn >Release: FreeBSD 9.0-RELEASE amd64 >Organization: Taiwanese User >Environment: System: FreeBSD joehorn.idv.tw 9.0-RELEASE FreeBSD 9.0-RELEASE #3: Mon Jan 9 22:14:09 CST >Description: - Update to 3.0.3 Port maintainer (appleboy.tw@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99_5 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- gallery3-3.0.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/gallery3/Makefile ./Makefile --- /usr/ports/www/gallery3/Makefile 2011-05-30 18:51:23.000000000 +0800 +++ ./Makefile 2012-04-22 00:41:55.000000000 +0800 @@ -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 -ruN --exclude=CVS /usr/ports/www/gallery3/distinfo ./distinfo --- /usr/ports/www/gallery3/distinfo 2011-05-30 18:51:23.000000000 +0800 +++ ./distinfo 2012-04-22 00:42:05.000000000 +0800 @@ -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 -ruN --exclude=CVS /usr/ports/www/gallery3/pkg-plist ./pkg-plist --- /usr/ports/www/gallery3/pkg-plist 2011-05-30 18:51:23.000000000 +0800 +++ ./pkg-plist 2012-04-22 00:49:57.000000000 +0800 @@ -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 --- gallery3-3.0.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120421165641.1AFD44DFC64>