Update to 1.28.
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I'll take it.
Author: sunpoet Date: Sun Sep 8 18:32:38 2013 New Revision: 326767 URL: http://svnweb.freebsd.org/changeset/ports/326767 Log: - Update to 1.2.8 - While I'm here: - Use GNU macro - Add OPTIONS_DEFINE - Convert to new perl5 framework - Simplify regex Changes: http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=NEWS PR: ports/181942 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) Modified: head/dns/libidn/Makefile head/dns/libidn/distinfo Modified: head/dns/libidn/Makefile ============================================================================== --- head/dns/libidn/Makefile Sun Sep 8 18:32:34 2013 (r326766) +++ head/dns/libidn/Makefile Sun Sep 8 18:32:38 2013 (r326767) @@ -2,22 +2,23 @@ # $FreeBSD$ PORTNAME= libidn -PORTVERSION= 1.27 +PORTVERSION= 1.28 CATEGORIES= dns -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= GNU MAINTAINER= gaod@hychen.org COMMENT= Internationalized Domain Names command line tool -USES= iconv pathfix pkgconfig +OPTIONS_DEFINE= DOCS NLS + USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_PERL5_BUILD= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include +USE_PERL5= build +USES= iconv pathfix perl5 pkgconfig -INFO= libidn +INFO= libidn .include <bsd.port.options.mk> @@ -32,11 +33,10 @@ PLIST_SUB+= NLS="@comment " post-patch: @${REINPLACE_CMD} -e 's|@image{components}||g' \ ${WRKSRC}/doc/libidn.texi - @${REINPLACE_CMD} -e 's|$$(AUTOMAKE)|${TRUE}|' \ - -e 's|imagesdir = $$(infodir)|imagesdir = $$(docdir)|' \ + @${REINPLACE_CMD} -e 's|$$(AUTOMAKE)|${TRUE}|; /imagesdir = / s|infodir|docdir|' \ ${WRKSRC}/doc/Makefile.in .if ! ${PORT_OPTIONS:MDOCS} - @${REINPLACE_CMD} -e 's|install-data-am: install-imagesDATA install-info-am install-man|install-data-am: install-info-am install-man|' \ + @${REINPLACE_CMD} -e '/^install-data-am: / s| install-imagesDATA||' \ ${WRKSRC}/doc/Makefile.in .endif Modified: head/dns/libidn/distinfo ============================================================================== --- head/dns/libidn/distinfo Sun Sep 8 18:32:34 2013 (r326766) +++ head/dns/libidn/distinfo Sun Sep 8 18:32:38 2013 (r326767) @@ -1,2 +1,2 @@ -SHA256 (libidn-1.27.tar.gz) = 103ff719d36484ebfb57272e8155312da105caa5d3f42d51d45e1930356e95fd -SIZE (libidn-1.27.tar.gz) = 3431595 +SHA256 (libidn-1.28.tar.gz) = dd357a968449abc97c7e5fa088a4a384de57cb36564f9d4e0d898ecc6373abfb +SIZE (libidn-1.28.tar.gz) = 3476317 _______________________________________________ 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"
State Changed From-To: open->closed Committed. Thanks!