diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-06-26 07:19:35 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-06-26 07:19:35 +0800 |
commit | a447f65d2fd2798bf6534aacc2e853b9f27bdbad (patch) | |
tree | ac529646468aa2b98f1dc0c6490f5b6a888dd5e6 /dns | |
parent | 8e49f337d41bc85acd2b452e00abaef47d2a4ad8 (diff) | |
download | freebsd-ports-gnome-a447f65d2fd2798bf6534aacc2e853b9f27bdbad.tar.gz freebsd-ports-gnome-a447f65d2fd2798bf6534aacc2e853b9f27bdbad.tar.zst freebsd-ports-gnome-a447f65d2fd2798bf6534aacc2e853b9f27bdbad.zip |
Update to 1.27. [1]
While here, replace USE_GNOME with the respective USES entries.
PR: ports/179981
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/libidn/Makefile | 5 | ||||
-rw-r--r-- | dns/libidn/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 64b1b97a74a3..1ef0e4cf59d5 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libidn -PORTVERSION= 1.26 +PORTVERSION= 1.27 CATEGORIES= dns MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -10,8 +10,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gaod@hychen.org COMMENT= Internationalized Domain Names command line tool -USE_GNOME= gnomehack pkgconfig -USES= iconv +USES= iconv pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_PERL5_BUILD= yes diff --git a/dns/libidn/distinfo b/dns/libidn/distinfo index 0b3bd6cce71e..95823caf24eb 100644 --- a/dns/libidn/distinfo +++ b/dns/libidn/distinfo @@ -1,2 +1,2 @@ -SHA256 (libidn-1.26.tar.gz) = 0a2f4c71c80f8f389a99d5a26539a9be4a4ac42cd7f375aa41046660f63cc53c -SIZE (libidn-1.26.tar.gz) = 3400972 +SHA256 (libidn-1.27.tar.gz) = 103ff719d36484ebfb57272e8155312da105caa5d3f42d51d45e1930356e95fd +SIZE (libidn-1.27.tar.gz) = 3431595 |