Bug 178876 - devel/libepp-nicbr: Update to version 1.13
Summary: devel/libepp-nicbr: Update to version 1.13
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-23 19:10 UTC by tkato432
Modified: 2013-05-28 07:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.45 KB, patch)
2013-05-23 19:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-05-23 19:10:06 UTC
- Update to version 1.13
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-23 19:11:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-05-28 06:50:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-28 06:51:07 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"