diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-08 18:32:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-08 18:32:38 +0000 |
commit | 54082c9ee73fc250b84fe60a605f8faa2b81fabe (patch) | |
tree | cfafba485bf5d87108e360a241993b6c1a100e3b /dns/libidn | |
parent | e83b096b99551a58b5f542a1a5d468e1f2eb8038 (diff) | |
download | ports-54082c9ee73fc250b84fe60a605f8faa2b81fabe.tar.gz ports-54082c9ee73fc250b84fe60a605f8faa2b81fabe.zip |
- 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)
Notes
Notes:
svn path=/head/; revision=326767
Diffstat (limited to 'dns/libidn')
-rw-r--r-- | dns/libidn/Makefile | 18 | ||||
-rw-r--r-- | dns/libidn/distinfo | 4 |
2 files changed, 11 insertions, 11 deletions
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 1ef0e4cf59d5..cf2d8b36a0ed 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -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 diff --git a/dns/libidn/distinfo b/dns/libidn/distinfo index 95823caf24eb..60e655ef7357 100644 --- a/dns/libidn/distinfo +++ b/dns/libidn/distinfo @@ -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 |