diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-28 06:33:06 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-28 06:33:06 +0000 |
commit | 70e41684facd639fd39f888336a7e7d6cc903584 (patch) | |
tree | b218194f495961f0965c82e82c0c77f02ad98657 | |
parent | More OPTIONS change of UCS2->UCS4 which is missed in previous commit. (diff) |
Update to version 0.5.0
Notes
Notes:
svn path=/head/; revision=112448
-rw-r--r-- | devel/libidn/Makefile | 5 | ||||
-rw-r--r-- | devel/libidn/Makefile.man | 3 | ||||
-rw-r--r-- | devel/libidn/distinfo | 4 | ||||
-rw-r--r-- | devel/libidn/files/patch-po::LINGUAS | 11 | ||||
-rw-r--r-- | devel/libidn/pkg-plist | 3 | ||||
-rw-r--r-- | dns/libidn/Makefile | 5 | ||||
-rw-r--r-- | dns/libidn/Makefile.man | 3 | ||||
-rw-r--r-- | dns/libidn/distinfo | 4 | ||||
-rw-r--r-- | dns/libidn/files/patch-po::LINGUAS | 11 | ||||
-rw-r--r-- | dns/libidn/pkg-plist | 3 |
10 files changed, 32 insertions, 20 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 3c1c65dc203e..37a84c28c89d 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libidn -PORTVERSION= 0.4.6 +PORTVERSION= 0.5.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} \ http://josefsson.org/libidn/releases/ @@ -18,14 +18,13 @@ COMMENT= Internationalized Domain Names command line tool BUILD_DEPENDS= gengetopt:${PORTSDIR}/devel/gengetopt USE_GETOPT_LONG= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack gnometarget USE_ICONV= yes USE_LIBTOOL_VER= 13 USE_PERL5_BUILD= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/libidn/Makefile.man b/devel/libidn/Makefile.man index eee05c074922..46d769473646 100644 --- a/devel/libidn/Makefile.man +++ b/devel/libidn/Makefile.man @@ -9,6 +9,9 @@ MAN3+= idna_to_unicode_8z4z.3 MAN3+= idna_to_unicode_8z8z.3 MAN3+= idna_to_unicode_8zlz.3 MAN3+= idna_to_unicode_lzlz.3 +MAN3+= pr29_4.3 +MAN3+= pr29_4z.3 +MAN3+= pr29_8z.3 MAN3+= punycode_decode.3 MAN3+= punycode_encode.3 MAN3+= stringprep.3 diff --git a/devel/libidn/distinfo b/devel/libidn/distinfo index 14fe5a4499be..91c5b107ae1f 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1,2 +1,2 @@ -MD5 (libidn-0.4.6.tar.gz) = bec1f46d5c6912c3fce1630fca2cca60 -SIZE (libidn-0.4.6.tar.gz) = 1657104 +MD5 (libidn-0.5.0.tar.gz) = d13633479facc9163eb16db6f9662a3b +SIZE (libidn-0.5.0.tar.gz) = 1865204 diff --git a/devel/libidn/files/patch-po::LINGUAS b/devel/libidn/files/patch-po::LINGUAS index a632fa953aaa..17105e191494 100644 --- a/devel/libidn/files/patch-po::LINGUAS +++ b/devel/libidn/files/patch-po::LINGUAS @@ -1,6 +1,9 @@ ---- po/LINGUAS.orig Thu Apr 29 22:40:06 2004 -+++ po/LINGUAS Thu Apr 29 22:40:15 2004 + +$FreeBSD$ + +--- po/LINGUAS.orig Mon Jun 28 08:22:50 2004 ++++ po/LINGUAS Mon Jun 28 08:22:58 2004 @@ -1,2 +1,2 @@ # Set of available languages. --da de en@boldquot en@quot fr nl pl ro sr sv -+da de fr nl pl ro sr sv +-da de en@boldquot en@quot eo fr nl pl ro sr sv ++da de eo fr nl pl ro sr sv diff --git a/devel/libidn/pkg-plist b/devel/libidn/pkg-plist index 344ceb2d61d1..a9225a250104 100644 --- a/devel/libidn/pkg-plist +++ b/devel/libidn/pkg-plist @@ -7,12 +7,13 @@ include/stringprep.h include/tld.h lib/libidn.a lib/libidn.so -lib/libidn.so.14 +lib/libidn.so.15 libdata/pkgconfig/libidn.pc share/emacs/site-lisp/idna.el share/emacs/site-lisp/punycode.el %%NLS%%share/locale/da/LC_MESSAGES/libidn.mo %%NLS%%share/locale/de/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/eo/LC_MESSAGES/libidn.mo %%NLS%%share/locale/fr/LC_MESSAGES/libidn.mo %%NLS%%share/locale/nl/LC_MESSAGES/libidn.mo %%NLS%%share/locale/pl/LC_MESSAGES/libidn.mo diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 3c1c65dc203e..37a84c28c89d 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libidn -PORTVERSION= 0.4.6 +PORTVERSION= 0.5.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} \ http://josefsson.org/libidn/releases/ @@ -18,14 +18,13 @@ COMMENT= Internationalized Domain Names command line tool BUILD_DEPENDS= gengetopt:${PORTSDIR}/devel/gengetopt USE_GETOPT_LONG= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack gnometarget USE_ICONV= yes USE_LIBTOOL_VER= 13 USE_PERL5_BUILD= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/dns/libidn/Makefile.man b/dns/libidn/Makefile.man index eee05c074922..46d769473646 100644 --- a/dns/libidn/Makefile.man +++ b/dns/libidn/Makefile.man @@ -9,6 +9,9 @@ MAN3+= idna_to_unicode_8z4z.3 MAN3+= idna_to_unicode_8z8z.3 MAN3+= idna_to_unicode_8zlz.3 MAN3+= idna_to_unicode_lzlz.3 +MAN3+= pr29_4.3 +MAN3+= pr29_4z.3 +MAN3+= pr29_8z.3 MAN3+= punycode_decode.3 MAN3+= punycode_encode.3 MAN3+= stringprep.3 diff --git a/dns/libidn/distinfo b/dns/libidn/distinfo index 14fe5a4499be..91c5b107ae1f 100644 --- a/dns/libidn/distinfo +++ b/dns/libidn/distinfo @@ -1,2 +1,2 @@ -MD5 (libidn-0.4.6.tar.gz) = bec1f46d5c6912c3fce1630fca2cca60 -SIZE (libidn-0.4.6.tar.gz) = 1657104 +MD5 (libidn-0.5.0.tar.gz) = d13633479facc9163eb16db6f9662a3b +SIZE (libidn-0.5.0.tar.gz) = 1865204 diff --git a/dns/libidn/files/patch-po::LINGUAS b/dns/libidn/files/patch-po::LINGUAS index a632fa953aaa..17105e191494 100644 --- a/dns/libidn/files/patch-po::LINGUAS +++ b/dns/libidn/files/patch-po::LINGUAS @@ -1,6 +1,9 @@ ---- po/LINGUAS.orig Thu Apr 29 22:40:06 2004 -+++ po/LINGUAS Thu Apr 29 22:40:15 2004 + +$FreeBSD$ + +--- po/LINGUAS.orig Mon Jun 28 08:22:50 2004 ++++ po/LINGUAS Mon Jun 28 08:22:58 2004 @@ -1,2 +1,2 @@ # Set of available languages. --da de en@boldquot en@quot fr nl pl ro sr sv -+da de fr nl pl ro sr sv +-da de en@boldquot en@quot eo fr nl pl ro sr sv ++da de eo fr nl pl ro sr sv diff --git a/dns/libidn/pkg-plist b/dns/libidn/pkg-plist index 344ceb2d61d1..a9225a250104 100644 --- a/dns/libidn/pkg-plist +++ b/dns/libidn/pkg-plist @@ -7,12 +7,13 @@ include/stringprep.h include/tld.h lib/libidn.a lib/libidn.so -lib/libidn.so.14 +lib/libidn.so.15 libdata/pkgconfig/libidn.pc share/emacs/site-lisp/idna.el share/emacs/site-lisp/punycode.el %%NLS%%share/locale/da/LC_MESSAGES/libidn.mo %%NLS%%share/locale/de/LC_MESSAGES/libidn.mo +%%NLS%%share/locale/eo/LC_MESSAGES/libidn.mo %%NLS%%share/locale/fr/LC_MESSAGES/libidn.mo %%NLS%%share/locale/nl/LC_MESSAGES/libidn.mo %%NLS%%share/locale/pl/LC_MESSAGES/libidn.mo |