View | Details | Raw Unified | Return to bug 178222
Collapse All | Expand All

(-)./Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD: www/gallery3/Makefile 316464 2013-04-24 18:10:30Z ak $
2
# $FreeBSD: www/gallery3/Makefile 316464 2013-04-24 18:10:30Z ak $
3
3
4
PORTNAME=	gallery3
4
PORTNAME=	gallery3
5
PORTVERSION=	3.0.5
5
PORTVERSION=	3.0.7
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	SF/gallery/${PORTNAME}/${PORTVERSION}
7
MASTER_SITES=	SF/gallery/${PORTNAME}/${PORTVERSION}
8
DISTNAME=	gallery-${PORTVERSION}
8
DISTNAME=	gallery-${PORTVERSION}
Lines 51-59 Link Here
51
51
52
.if ${PORT_OPTIONS:MIMAGEMAGICK}
52
.if ${PORT_OPTIONS:MIMAGEMAGICK}
53
.if !defined(WITHOUT_X11)
53
.if !defined(WITHOUT_X11)
54
RUN_DEPENDS+=    convert:${PORTSDIR}/graphics/ImageMagick
54
RUN_DEPENDS+=	convert:${PORTSDIR}/graphics/ImageMagick
55
.else
55
.else
56
RUN_DEPENDS+=    convert:${PORTSDIR}/graphics/ImageMagick-nox11
56
RUN_DEPENDS+=	convert:${PORTSDIR}/graphics/ImageMagick-nox11
57
.endif
57
.endif
58
.endif
58
.endif
59
59
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gallery-3.0.5.zip) = d720cf8a78ecd659ca95f845a2c0f7e0e9db3255bc9c7ffa575e9cbc074efb38
1
SHA256 (gallery-3.0.7.zip) = c8960051853ef8c60c22cf3c446d48d30844319765164dd397405bb2d83ef98d
2
SIZE (gallery-3.0.5.zip) = 2035940
2
SIZE (gallery-3.0.7.zip) = 2036494
(-)./pkg-plist (-1 lines)
Lines 253-259 Link Here
253
%%WWWDIR%%/modules/gallery/libraries/MY_Database.php
253
%%WWWDIR%%/modules/gallery/libraries/MY_Database.php
254
%%WWWDIR%%/modules/gallery/libraries/MY_Forge.php
254
%%WWWDIR%%/modules/gallery/libraries/MY_Forge.php
255
%%WWWDIR%%/modules/gallery/libraries/MY_Input.php
255
%%WWWDIR%%/modules/gallery/libraries/MY_Input.php
256
%%WWWDIR%%/modules/gallery/libraries/MY_Kohana.php
257
%%WWWDIR%%/modules/gallery/libraries/MY_Kohana_Exception.php
256
%%WWWDIR%%/modules/gallery/libraries/MY_Kohana_Exception.php
258
%%WWWDIR%%/modules/gallery/libraries/MY_ORM.php
257
%%WWWDIR%%/modules/gallery/libraries/MY_ORM.php
259
%%WWWDIR%%/modules/gallery/libraries/MY_View.php
258
%%WWWDIR%%/modules/gallery/libraries/MY_View.php

Return to bug 178222