svn commit: r316993 - head/www/gallery3
Wen Heping
wen at FreeBSD.org
Wed May 1 07:18:21 UTC 2013
Author: wen
Date: Wed May 1 07:18:20 2013
New Revision: 316993
URL: http://svnweb.freebsd.org/changeset/ports/316993
Log:
- Update to 3.0.7
PR: 178222
Submitted by: Alex Varju <alex at varju.ca>
Approved by: Bo-Yi Wu <appleboy.tw at gmail.com> (maintainer)
Modified:
head/www/gallery3/Makefile
head/www/gallery3/distinfo
head/www/gallery3/pkg-plist
Modified: head/www/gallery3/Makefile
==============================================================================
--- head/www/gallery3/Makefile Wed May 1 07:15:53 2013 (r316992)
+++ head/www/gallery3/Makefile Wed May 1 07:18:20 2013 (r316993)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gallery3
-PORTVERSION= 3.0.5
+PORTVERSION= 3.0.7
CATEGORIES= www
MASTER_SITES= SF/gallery/${PORTNAME}/${PORTVERSION}
DISTNAME= gallery-${PORTVERSION}
@@ -51,9 +51,9 @@ RUN_DEPENDS+= gm:${PORTSDIR}/graphics/Gr
.if ${PORT_OPTIONS:MIMAGEMAGICK}
.if !defined(WITHOUT_X11)
-RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
+RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
.else
-RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick-nox11
+RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick-nox11
.endif
.endif
Modified: head/www/gallery3/distinfo
==============================================================================
--- head/www/gallery3/distinfo Wed May 1 07:15:53 2013 (r316992)
+++ head/www/gallery3/distinfo Wed May 1 07:18:20 2013 (r316993)
@@ -1,2 +1,2 @@
-SHA256 (gallery-3.0.5.zip) = d720cf8a78ecd659ca95f845a2c0f7e0e9db3255bc9c7ffa575e9cbc074efb38
-SIZE (gallery-3.0.5.zip) = 2035940
+SHA256 (gallery-3.0.7.zip) = c8960051853ef8c60c22cf3c446d48d30844319765164dd397405bb2d83ef98d
+SIZE (gallery-3.0.7.zip) = 2036494
Modified: head/www/gallery3/pkg-plist
==============================================================================
--- head/www/gallery3/pkg-plist Wed May 1 07:15:53 2013 (r316992)
+++ head/www/gallery3/pkg-plist Wed May 1 07:18:20 2013 (r316993)
@@ -253,7 +253,6 @@
%%WWWDIR%%/modules/gallery/libraries/MY_Database.php
%%WWWDIR%%/modules/gallery/libraries/MY_Forge.php
%%WWWDIR%%/modules/gallery/libraries/MY_Input.php
-%%WWWDIR%%/modules/gallery/libraries/MY_Kohana.php
%%WWWDIR%%/modules/gallery/libraries/MY_Kohana_Exception.php
%%WWWDIR%%/modules/gallery/libraries/MY_ORM.php
%%WWWDIR%%/modules/gallery/libraries/MY_View.php
More information about the svn-ports-head
mailing list