svn commit: r319290 - head/devel/libepp-nicbr
Martin Wilke
miwi at FreeBSD.org
Tue May 28 05:50:56 UTC 2013
Author: miwi
Date: Tue May 28 05:50:55 2013
New Revision: 319290
URL: http://svnweb.freebsd.org/changeset/ports/319290
Log:
- Update to 1.13
PR: 178876
Submitted by: Ports Fury
Modified:
head/devel/libepp-nicbr/Makefile (contents, props changed)
head/devel/libepp-nicbr/distinfo (contents, props changed)
Modified: head/devel/libepp-nicbr/Makefile
==============================================================================
--- head/devel/libepp-nicbr/Makefile Tue May 28 00:46:32 2013 (r319289)
+++ head/devel/libepp-nicbr/Makefile Tue May 28 05:50:55 2013 (r319290)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libepp-nicbr
-PORTVERSION= 1.12
+PORTVERSION= 1.13
CATEGORIES= devel
MASTER_SITES= ftp://ftp.registro.br/pub/libepp-nicbr/
@@ -25,14 +25,14 @@ CONFIGURE_ARGS= --with-xerces-c=${LOCALB
--with-openssl=${OPENSSLBASE}
MAKE_JOBS_SAFE= yes
-.if defined(.PARSEDIR)
-USE_GMAKE= yes
-.endif
-
DATADIR= ${PREFIX}/share/${PORTNAME:S/-/_/}
PLIST_SUB= VER="${PORTVERSION}"
+.if defined(.PARSEDIR)
+USE_GMAKE= yes
+.endif
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MREADLINE}
@@ -43,4 +43,8 @@ CONFIGURE_ENV+= ac_cv_lib_readline_readl
PLIST_SUB+= READLINE="@comment "
.endif
+post-patch:
+ @${REINPLACE_CMD} -e \
+ 's|ncurses|curses|g' ${WRKSRC}/configure
+
.include <bsd.port.mk>
Modified: head/devel/libepp-nicbr/distinfo
==============================================================================
--- head/devel/libepp-nicbr/distinfo Tue May 28 00:46:32 2013 (r319289)
+++ head/devel/libepp-nicbr/distinfo Tue May 28 05:50:55 2013 (r319290)
@@ -1,2 +1,2 @@
-SHA256 (libepp-nicbr-1.12.tar.gz) = 3a4569425db2075ea928f75ba50ce7d77421d02ad5e4e7c95405daef711d589c
-SIZE (libepp-nicbr-1.12.tar.gz) = 314578
+SHA256 (libepp-nicbr-1.13.tar.gz) = 9b02a7adc40b60788d5c238c6fdc3dfbf18d042b2aded4a747cd9bdff4c26ad4
+SIZE (libepp-nicbr-1.13.tar.gz) = 315762
More information about the svn-ports-all
mailing list