View | Details | Raw Unified | Return to bug 195726 | Differences between
and this patch

Collapse All | Expand All

(-)foswiki/Makefile (-4 / +4 lines)
Lines 1-12 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	foswiki
3
PORTNAME=	foswiki
4
PORTVERSION=	1.1.6
4
PORTVERSION=	1.1.9
5
CATEGORIES=	www
5
CATEGORIES=	www
6
MASTER_SITES=	SF
6
MASTER_SITES=	SF
7
DISTNAME=	Foswiki-${PORTVERSION}
7
DISTNAME=	Foswiki-${PORTVERSION}
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	pormaster@bsdforge.com
10
COMMENT=	Free and open source enterprise wiki
10
COMMENT=	Free and open source enterprise wiki
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
Lines 57-64 Link Here
57
PLIST_SUB+=	CONFDIR=${CONFDIR_REL}
57
PLIST_SUB+=	CONFDIR=${CONFDIR_REL}
58
.else
58
.else
59
# Weirdness - need to include in this branch of the .if because
59
# Weirdness - need to include in this branch of the .if because
60
# it was included in the other one.  The other branch needs
60
# it was included in the other one. The other branch needs the
61
# the include performed after the USE_APACHE variable is set so
61
# include performed after the USE_APACHE variable is set so
62
# APACHE_VERSION can be tested above.
62
# APACHE_VERSION can be tested above.
63
63
64
PLIST_SUB+=	NOAPACHE="@comment "
64
PLIST_SUB+=	NOAPACHE="@comment "
(-)foswiki/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (foswiki/Foswiki-1.1.6.tgz) = 4983b9cfefd51ac33abe9166eed1e880c93fbb726bc0baba675eee03e1078434
1
SHA256 (foswiki/Foswiki-1.1.9.tgz) = 3b9377aad14903a7614a83de150a5c3096a2984ce4061537fc87ca3812891fed
2
SIZE (foswiki/Foswiki-1.1.6.tgz) = 14705168
2
SIZE (foswiki/Foswiki-1.1.9.tgz) = 16015559

Return to bug 195726