Major update to libidn-1.19.

Tested by landry@ in a bulk, thanks.
This commit is contained in:
ajacoutot 2010-09-13 11:41:19 +00:00
parent 97ea2c3464
commit 69a4275a76
4 changed files with 15 additions and 14 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.8 2008/12/19 20:10:59 naddy Exp $
# $OpenBSD: Makefile,v 1.9 2010/09/13 11:41:19 ajacoutot Exp $
COMMENT= internationalized string handling
DISTNAME= libidn-1.11
SHARED_LIBS= idn 16.30 # .16.40
DISTNAME= libidn-1.19
SHARED_LIBS= idn 17.0 # .17.2
CATEGORIES= devel
HOMEPAGE= http://www.gnu.org/software/libidn/

View File

@ -1,5 +1,5 @@
MD5 (libidn-1.11.tar.gz) = iFmxeSj4S4mbGecr+hxtvw==
RMD160 (libidn-1.11.tar.gz) = qFa8MOGPXIWoQu6FhEzoXlRSS68=
SHA1 (libidn-1.11.tar.gz) = CM/9z5c29KxhrMMueaHZZy9kA1E=
SHA256 (libidn-1.11.tar.gz) = JbpZJ8ME9HDUPM/lMARkY4J2ezsG5Vn/HKCxvf9SldY=
SIZE (libidn-1.11.tar.gz) = 2519627
MD5 (libidn-1.19.tar.gz) = pFFCEm0oFiAUyZX5ab21qA==
RMD160 (libidn-1.19.tar.gz) = ccUgtuSx7HcLucklP1tA38az1oI=
SHA1 (libidn-1.19.tar.gz) = K23LUA6BNalESiUNffdvVFkV8l8=
SHA256 (libidn-1.19.tar.gz) = jtLpNrGuPjC0W1TKNnLeqoPuD00g21rYPcGvciLTn0E=
SIZE (libidn-1.19.tar.gz) = 3207771

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-libidn_pc_in,v 1.2 2008/12/19 20:10:59 naddy Exp $
--- libidn.pc.in.orig Thu Dec 18 18:04:43 2008
+++ libidn.pc.in Thu Dec 18 18:04:57 2008
@@ -17,5 +17,5 @@ includedir=@includedir@
Name: Libidn
$OpenBSD: patch-libidn_pc_in,v 1.3 2010/09/13 11:41:19 ajacoutot Exp $
--- libidn.pc.in.orig Mon Apr 12 20:50:09 2010
+++ libidn.pc.in Sat Sep 11 09:02:46 2010
@@ -18,5 +18,5 @@ Name: Libidn
Description: IETF stringprep, nameprep, punycode, IDNA text processing.
URL: http://www.gnu.org/software/libidn/
Version: @VERSION@
-Libs: -L${libdir} -lidn
+Libs: -L${libdir} -lidn -lintl -liconv

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2008/12/19 20:10:59 naddy Exp $
@comment $OpenBSD: PLIST,v 1.7 2010/09/13 11:41:19 ajacoutot Exp $
%%SHARED%%
@bin bin/idn
include/idn-free.h
@ -15,6 +15,7 @@ lib/libidn.la
lib/pkgconfig/
lib/pkgconfig/libidn.pc
@man man/man1/idn.1
@man man/man3/idn_free.3
@man man/man3/idna_strerror.3
@man man/man3/idna_to_ascii_4i.3
@man man/man3/idna_to_ascii_4z.3