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

(-)/root/leafnode/Makefile (-11 / +7 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	leafnode
8
PORTNAME=	leafnode
9
PORTVERSION=	1.9.31
9
PORTVERSION=	1.9.33
10
PORTREVISION=	0
10
PORTREVISION=	0
11
CATEGORIES=	news
11
CATEGORIES=	news ipv6
12
MASTER_SITES=	http://dl.sourceforge.net/sourceforge/leafnode/ \
12
MASTER_SITES=	http://dl.sourceforge.net/sourceforge/leafnode/ \
13
		http://www.dt.e-technik.uni-dortmund.de/~ma/${PORTNAME}/ \
13
		http://www.dt.e-technik.uni-dortmund.de/~ma/${PORTNAME}/ \
14
		ftp://wpxx02.toxi.uni-wuerzburg.de/pub/ \
14
		ftp://wpxx02.toxi.uni-wuerzburg.de/pub/ \
15
		http://www.Awfulhak.org/leafnode/ \
15
		http://www.Awfulhak.org/leafnode/ \
16
		${MASTER_SITE_SUNSITE}/system/news/transport/ \
16
		${MASTER_SITE_SUNSITE:S/$/:sunsite/} \
17
		ftp://ftp.karlsruhe.org/pub/news/servers/leafnode/ \
17
		ftp://ftp.karlsruhe.org/pub/news/servers/leafnode/ \
18
		ftp://ftp.stikman.com/pub/leafnode/ \
18
		ftp://ftp.stikman.com/pub/leafnode/ \
19
		ftp://ftp.gigabell.net/pub/leafnode/
19
		ftp://ftp.gigabell.net/pub/leafnode/
20
MASTER_SITE_SUBDIR=	./:DEFAULT system/news/transport/:sunsite
20
DISTNAME=	${PORTNAME}-${PORTVERSION}.rel
21
DISTNAME=	${PORTNAME}-${PORTVERSION}.rel
22
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:DEFAULT,sunsite
21
23
22
MAINTAINER=	matthias.andree@web.de
24
MAINTAINER=	matthias.andree@web.de
23
25
Lines 27-43 Link Here
27
GNU_CONFIGURE=	yes
29
GNU_CONFIGURE=	yes
28
CONFIGURE_ARGS=	--quiet --sysconfdir=${LOCALBASE}/etc/leafnode \
30
CONFIGURE_ARGS=	--quiet --sysconfdir=${LOCALBASE}/etc/leafnode \
29
		--with-lockfile=/var/spool/lock/news/leafnode.lck \
31
		--with-lockfile=/var/spool/lock/news/leafnode.lck \
30
		--with-spooldir=/var/spool/news
32
		--with-spooldir=/var/spool/news --with-ipv6
33
CONFIGURE_TARGET=    --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
31
MAKE_ARGS=
34
MAKE_ARGS=
32
MAN1=		leafnode-version.1 newsq.1
35
MAN1=		leafnode-version.1 newsq.1
33
MAN8=		applyfilter.8 checkgroups.8 fetchnews.8 leafnode.8 texpire.8
36
MAN8=		applyfilter.8 checkgroups.8 fetchnews.8 leafnode.8 texpire.8
34
35
# The next two parts work around a packaging error in the tarball.
36
post-extract:
37
		${RM} ${WRKSRC}/leafnode.cron.daily
38
39
pre-build:
40
		cd ${WRKSRC} && ${MAKE} leafnode.cron.daily
41
37
42
post-install:
38
post-install:
43
		${INSTALL_SCRIPT} ${WRKSRC}/setup-daemontools.sh ${LOCALBASE}/sbin/
39
		${INSTALL_SCRIPT} ${WRKSRC}/setup-daemontools.sh ${LOCALBASE}/sbin/
(-)/root/leafnode/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (leafnode-1.9.31.rel.tar.bz2) = f3f687933694816ea8d9260b46c49a70
1
MD5 (leafnode-1.9.33.rel.tar.bz2) = f55ac1bce56c57f994b67bddd85c2a09

Return to bug 48128