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

Collapse All | Expand All

(-)Makefile (-3 / +9 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	nzbget
4
PORTNAME=	nzbget
5
PORTVERSION=	16.4
5
PORTVERSION=	17.1
6
PORTREVISION=	3
6
PORTREVISION=	1
7
DISTVERSIONPREFIX=	v
7
DISTVERSIONPREFIX=	v
8
CATEGORIES=	news
8
CATEGORIES=	news
9
9
Lines 14-20 Link Here
14
14
15
LIB_DEPENDS=	libxml2.so:textproc/libxml2
15
LIB_DEPENDS=	libxml2.so:textproc/libxml2
16
16
17
USES=		ncurses pkgconfig shebangfix
17
USES=		ncurses pkgconfig shebangfix compiler:c++14-lang
18
USE_RC_SUBR=	nzbget
18
USE_RC_SUBR=	nzbget
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--with-libcurses-includes=${NCURSESINC} \
20
CONFIGURE_ARGS=	--with-libcurses-includes=${NCURSESINC} \
Lines 59-64 Link Here
59
CONFIGURE_ARGS+=	--disable-sigchld-handler
59
CONFIGURE_ARGS+=	--disable-sigchld-handler
60
.endif
60
.endif
61
61
62
.if ${OSVERSION} < 1000500
63
USE_GCC=		4.9+
64
CONFIGURE_ENV+=		zlib_LIBS='-lz ' \
65
			zlib_CFLAGS=' '
66
.endif
67
62
post-install:
68
post-install:
63
	${INSTALL_DATA} ${WRKSRC}/nzbget.conf \
69
	${INSTALL_DATA} ${WRKSRC}/nzbget.conf \
64
		${STAGEDIR}${PREFIX}/etc/nzbget.conf.sample
70
		${STAGEDIR}${PREFIX}/etc/nzbget.conf.sample
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (nzbget-nzbget-v16.4_GH0.tar.gz) = 07229ee57a1dd16d154c949708f6632e92b92a9fb8a651867c915da81ca81af6
1
TIMESTAMP = 1480399881
2
SIZE (nzbget-nzbget-v16.4_GH0.tar.gz) = 1591305
2
SHA256 (nzbget-nzbget-v17.1_GH0.tar.gz) = fdc3092e072966d895af9558a2331c6de446445e6dcdd6fca25c1fb6f905ac4f
3
SIZE (nzbget-nzbget-v17.1_GH0.tar.gz) = 1612896
(-)pkg-plist (-1 / +1 lines)
Lines 1-7 Link Here
1
bin/nzbget
1
bin/nzbget
2
@sample etc/nzbget.conf.sample
2
@sample etc/nzbget.conf.sample
3
@comment %%PORTDOCS%%%%DOCSDIR%%/COPYING
3
@comment %%PORTDOCS%%%%DOCSDIR%%/COPYING
4
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
4
@comment %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
5
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
5
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
6
%%PORTDOCS%%%%DOCSDIR%%/README
6
%%PORTDOCS%%%%DOCSDIR%%/README
7
%%DATADIR%%/nzbget.conf
7
%%DATADIR%%/nzbget.conf

Return to bug 215191