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

(-)/usr/ports/lang/pike76/Makefile (-6 / +10 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	pike76
8
PORTNAME=	pike76
9
PORTVERSION=	7.6.104
9
PORTVERSION=	7.6.108
10
CATEGORIES=	lang
10
CATEGORIES=	lang
11
MASTER_SITES=	ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
11
MASTER_SITES=	ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
12
		http://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \
12
		ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
13
		ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
14
		http://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
13
		ftp://ftp.oav.net/pike/7.6/ \
15
		ftp://ftp.oav.net/pike/7.6/ \
14
		ftp://ftp.caudium.net/pike/official_releases/${PORTVERSION}/ \
16
		ftp://ftp.caudium.net/pike/official_releases/${PORTVERSION}/
15
		ftp://ftp.us.caudium.net/pub/pike/7.6/ \
16
		ftp://ftp.us.caudium.net/pub/pike/official_releases/${PORTVERSION}/
17
DISTNAME=	Pike-v${PORTVERSION}
17
DISTNAME=	Pike-v${PORTVERSION}
18
18
19
MAINTAINER=	kiwi@oav.net
19
MAINTAINER=	kiwi@oav.net
Lines 22-28 Link Here
22
LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
22
LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
23
		tiff.4:${PORTSDIR}/graphics/tiff \
23
		tiff.4:${PORTSDIR}/graphics/tiff \
24
		gdbm.3:${PORTSDIR}/databases/gdbm \
24
		gdbm.3:${PORTSDIR}/databases/gdbm \
25
		fftw.2:${PORTSDIR}/math/fftw \
26
		pcre.0:${PORTSDIR}/devel/pcre \
25
		pcre.0:${PORTSDIR}/devel/pcre \
27
		nettle.2:${PORTSDIR}/security/nettle \
26
		nettle.2:${PORTSDIR}/security/nettle \
28
		mird.1:${PORTSDIR}/databases/mird
27
		mird.1:${PORTSDIR}/databases/mird
Lines 38-44 Link Here
38
		SANE "Add SANE support" off \
37
		SANE "Add SANE support" off \
39
		PDF "Add PDF support" off \
38
		PDF "Add PDF support" off \
40
		SVG2 "Add SVG2 support" off \
39
		SVG2 "Add SVG2 support" off \
41
		TDS "Add FreeTDS (Sybase and MSSQL) support" off
40
		TDS "Add FreeTDS (Sybase and MSSQL) support" off \
41
		FFTW "Add libFFTW support" off
42
42
43
MAN1=		pike.1
43
MAN1=		pike.1
44
44
Lines 128-133 Link Here
128
CONFIGURE_ARGS+=	--with-ffmpeg
128
CONFIGURE_ARGS+=	--with-ffmpeg
129
.else
129
.else
130
CONFIGURE_ARGS+=	--without-ffmpeg
130
CONFIGURE_ARGS+=	--without-ffmpeg
131
.endif
132
133
.if defined(WITH_FFTW)
134
LIB_DEPENDS+=	fftw.2:${PORTSDIR}/math/fftw
131
.endif
135
.endif
132
136
133
.if defined(WITH_TTF)
137
.if defined(WITH_TTF)
(-)/usr/ports/lang/pike76/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Pike-v7.6.104.tar.gz) = b5d15adc6940694ec7ad210374f4f6da
1
MD5 (Pike-v7.6.108.tar.gz) = 0d6ee7552d352686a65dc896899d1e4e
2
SHA256 (Pike-v7.6.104.tar.gz) = 6cd1b231753399680851a778b484fa24460904bd3bd9ea0c215f0caefd8397cc
2
SHA256 (Pike-v7.6.108.tar.gz) = 46e042deebe580c10bde0f1fc28ef89a76de33839c35e99879a8c93e1564d897
3
SIZE (Pike-v7.6.104.tar.gz) = 15194212
3
SIZE (Pike-v7.6.108.tar.gz) = 15191854

Return to bug 111746