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

(-)Makefile (-9 / +5 lines)
Lines 1-23 Link Here
1
# Ports collection makefile for:	coppermine
1
# Created by: Brooks Davis <brooks@FreeBSD.org>
2
# Date created:				05 April 2004
3
# Whom:					Brooks Davis <brooks@FreeBSD.org>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTNAME=	coppermine
4
PORTNAME=	coppermine
9
PORTVERSION=	1.5.20
5
PORTVERSION=	1.5.22
10
CATEGORIES=	www
6
CATEGORIES=	www
11
MASTER_SITES=	SF/eenemeenemuu.u
7
MASTER_SITES=	SF/${PORTNAME}/Coppermine/1.5.x/
12
DISTNAME=	cpg${PORTVERSION}
8
DISTNAME=	cpg${PORTVERSION}
13
9
14
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	danilogondolfo@gmail.com
15
COMMENT=	A web picture gallery script
11
COMMENT=	A web picture gallery script
16
12
17
OPTIONS_DEFINE=	DOCS IMAGEMAGICK
13
OPTIONS_DEFINE=	DOCS IMAGEMAGICK
18
IMAGEMAGICK_DESC=	Use ImageMagick instead of PHP GD extension
14
IMAGEMAGICK_DESC=	Use ImageMagick instead of PHP GD extension
19
15
20
USE_PHP=	mysql pcre
16
USE_PHP=	mysql pcre ctype
21
USE_ZIP=	yes
17
USE_ZIP=	yes
22
18
23
NO_BUILD=	yes
19
NO_BUILD=	yes
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (cpg1.5.20.zip) = f5388d6fa0952f4aba8f51ae9f86c7f916c432831e02050c27d27737cececcf5
1
SHA256 (cpg1.5.22.zip) = 93cfd45ec5850ecd2d900a370393507e1f318c4ad341f7096dfd1668e1449274
2
SIZE (cpg1.5.20.zip) = 19122378
2
SIZE (cpg1.5.22.zip) = 19041781

Return to bug 176086