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

(-)Makefile (-10 / +12 lines)
Lines 6-28 Link Here
6
#
6
#
7
7
8
PORTNAME=	leafnode
8
PORTNAME=	leafnode
9
DISTVERSION=	1.11.7.rc1
9
DISTVERSION=	1.11.7
10
CATEGORIES=	news ipv6
10
CATEGORIES=	news ipv6
11
#MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED:S/$/:sourceforge/} \
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED:S/$/:sourceforge/} \
12
#		http://www.dt.e-technik.uni-dortmund.de/~ma/${PORTNAME}/ \
12
		http://www.dt.e-technik.uni-dortmund.de/~ma/${PORTNAME}/ \
13
#		${MASTER_SITE_SUNSITE:S/$/:sunsite/}
13
		${MASTER_SITE_SUNSITE:S/$/:sunsite/}
14
#MASTER_SITE_SUBDIR=	${PORTNAME}/:sourceforge \
14
MASTER_SITE_SUBDIR=	${PORTNAME}/:sourceforge \
15
#			./:DEFAULT \
15
			./:DEFAULT \
16
#			system/news/transport/:sunsite
16
			system/news/transport/:sunsite
17
#DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:sourceforge,sunsite,DEFAULT
17
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:sourceforge,sunsite,DEFAULT
18
MASTER_SITES=	http://www.dt.e-technik.uni-dortmund.de/~ma/${PORTNAME}/
18
#MASTER_SITES=	http://www.dt.e-technik.uni-dortmund.de/~ma/${PORTNAME}/ \
19
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
19
#		http://homepages.uni-paderborn.de/mandree/
20
20
21
MAINTAINER=	matthias.andree@gmx.de
21
MAINTAINER=	matthias.andree@gmx.de
22
COMMENT=	NNTP package for offline news caching and reading
22
COMMENT=	NNTP package for offline news caching and reading
23
23
24
LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre
24
LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre
25
25
26
MAKE_JOBS_SAFE=	yes
27
26
USE_BZIP2=	yes
28
USE_BZIP2=	yes
27
GNU_CONFIGURE=	yes
29
GNU_CONFIGURE=	yes
28
30
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (leafnode-1.11.7.rc1.tar.bz2) = 8f10af3460d44efad79b1877971687bf
1
MD5 (leafnode-1.11.7.tar.bz2) = e5e8ac28386c59df0b14ddbfcbe78509
2
SHA256 (leafnode-1.11.7.rc1.tar.bz2) = be4e5fa67c33bf5cf28e15bb58321ac26d80912beaba145384a2ed946681f23b
2
SHA256 (leafnode-1.11.7.tar.bz2) = 8bc4eee8967a3fa5013109008b537fdda34b64dfb43c85fc6126ad3153c53595
3
SIZE (leafnode-1.11.7.rc1.tar.bz2) = 431374
3
SIZE (leafnode-1.11.7.tar.bz2) = 494740
(-)files/pkg-message.in (-2 / +2 lines)
Lines 1-5 Link Here
1
To finalize the leafnode install, proceed as follows:
1
To complete the leafnode install, proceed as follows:
2
2
3
1. read %%DOCSDIR%%/INSTALL, starting at item #6.
3
1. follow %%DOCSDIR%%/INSTALL, starting at item #6.
4
2. read %%DOCSDIR%%/NEWS, mind the incompatible changes!
4
2. read %%DOCSDIR%%/NEWS, mind the incompatible changes!
5
3. read %%DOCSDIR%%/README, mind the incompatible changes!
5
3. read %%DOCSDIR%%/README, mind the incompatible changes!

Return to bug 133889