diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-18 12:41:52 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-18 12:41:52 +0000 |
commit | 421291776507877e8e5d93745c61cf3c5bde3429 (patch) | |
tree | 16e3a50e57a8da944317ffb2b009eff82d518140 /devel/libidn | |
parent | e3d8710636930dc2084c21a601e8362102d2047e (diff) | |
download | ports-421291776507877e8e5d93745c61cf3c5bde3429.tar.gz ports-421291776507877e8e5d93745c61cf3c5bde3429.zip |
Notes
Diffstat (limited to 'devel/libidn')
-rw-r--r-- | devel/libidn/Makefile | 5 | ||||
-rw-r--r-- | devel/libidn/distinfo | 2 | ||||
-rw-r--r-- | devel/libidn/pkg-plist | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index dbd36b223c38..59929ddfd5d8 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libidn -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/${PORTNAME}/ \ ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/${PORTNAME}/ \ @@ -44,7 +44,8 @@ MAN3= idna_to_ascii_4i.3 idna_to_ascii_4z.3 idna_to_ascii_8z.3 \ stringprep_profile.3 stringprep_ucs4_nfkc_normalize.3 \ stringprep_ucs4_to_utf8.3 stringprep_unichar_to_utf8.3 \ stringprep_utf8_nfkc_normalize.3 stringprep_utf8_to_locale.3 \ - stringprep_utf8_to_ucs4.3 stringprep_utf8_to_unichar.3 + stringprep_utf8_to_ucs4.3 stringprep_utf8_to_unichar.3 \ + stringprep_4i.3 stringprep_4zi.3 post-install: .if !defined(NOPORTDOCS) diff --git a/devel/libidn/distinfo b/devel/libidn/distinfo index 6876049042af..34d2fb8263f9 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1 +1 @@ -MD5 (libidn-0.3.2.tar.gz) = 70db3b671d9b5c8d2b83995145d0c292 +MD5 (libidn-0.3.3.tar.gz) = aae37748904f8fe944b01de4461b0034 diff --git a/devel/libidn/pkg-plist b/devel/libidn/pkg-plist index 958aaf2e0c27..b879f9871783 100644 --- a/devel/libidn/pkg-plist +++ b/devel/libidn/pkg-plist @@ -5,7 +5,7 @@ include/punycode.h include/stringprep.h lib/libidn.a lib/libidn.so -lib/libidn.so.11 +lib/libidn.so.12 lib/pkgconfig/libidn.pc %%EMACS%%%%EMACSDIR%%/site-lisp/idna.el %%EMACS%%%%EMACSDIR%%/site-lisp/punycode.el |