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

(-)devel/libepp-nicbr/Makefile (-5 / +9 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/devel/libepp-nicbr/Makefile 317525 2013-05-06 15:34:17Z bapt $
2
# $FreeBSD: head/devel/libepp-nicbr/Makefile 317525 2013-05-06 15:34:17Z bapt $
3
3
4
PORTNAME=	libepp-nicbr
4
PORTNAME=	libepp-nicbr
5
PORTVERSION=	1.12
5
PORTVERSION=	1.13
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	ftp://ftp.registro.br/pub/libepp-nicbr/
7
MASTER_SITES=	ftp://ftp.registro.br/pub/libepp-nicbr/
8
8
Lines 25-38 Link Here
25
		--with-openssl=${OPENSSLBASE}
25
		--with-openssl=${OPENSSLBASE}
26
MAKE_JOBS_SAFE=	yes
26
MAKE_JOBS_SAFE=	yes
27
27
28
.if defined(.PARSEDIR)
29
USE_GMAKE=	yes
30
.endif
31
32
DATADIR=	${PREFIX}/share/${PORTNAME:S/-/_/}
28
DATADIR=	${PREFIX}/share/${PORTNAME:S/-/_/}
33
29
34
PLIST_SUB=	VER="${PORTVERSION}"
30
PLIST_SUB=	VER="${PORTVERSION}"
35
31
32
.if defined(.PARSEDIR)
33
USE_GMAKE=	yes
34
.endif
35
36
.include <bsd.port.options.mk>
36
.include <bsd.port.options.mk>
37
37
38
.if ${PORT_OPTIONS:MREADLINE}
38
.if ${PORT_OPTIONS:MREADLINE}
Lines 43-46 Link Here
43
PLIST_SUB+=	READLINE="@comment "
43
PLIST_SUB+=	READLINE="@comment "
44
.endif
44
.endif
45
45
46
post-patch:
47
	@${REINPLACE_CMD} -e \
48
		's|ncurses|curses|g' ${WRKSRC}/configure
49
46
.include <bsd.port.mk>
50
.include <bsd.port.mk>
(-)devel/libepp-nicbr/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libepp-nicbr-1.12.tar.gz) = 3a4569425db2075ea928f75ba50ce7d77421d02ad5e4e7c95405daef711d589c
1
SHA256 (libepp-nicbr-1.13.tar.gz) = 9b02a7adc40b60788d5c238c6fdc3dfbf18d042b2aded4a747cd9bdff4c26ad4
2
SIZE (libepp-nicbr-1.12.tar.gz) = 314578
2
SIZE (libepp-nicbr-1.13.tar.gz) = 315762

Return to bug 178876