diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-29 16:53:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-29 16:53:59 +0000 |
commit | abf6c32c1352877c4117b6667066a82da310c1bd (patch) | |
tree | 09576752c25650611e511a02c3b9e30b79f95847 /devel | |
parent | ef98da8e646eb1105f3388f55ac3b054330883a7 (diff) | |
download | pkgsrc-abf6c32c1352877c4117b6667066a82da310c1bd.tar.gz |
Update to 1.2:
* Version 1.2 (released 2007-10-01)
** Development git tree moved to savannah.
See <https://savannah.gnu.org/projects/libidn/>.
** Update gnulib files.
Including mono detection fixes.
** Update translations.
** API and ABI is backwards compatible with the previous version.
* Version 1.1 (released 2007-09-01)
** Fix compilation error in idn-int.h.
The error would typically be 'error: no include path in which to
search for stdint.h'. Reported by Remko van der Vossen
<wich@stack.nl>, see
<http://thread.gmane.org/gmane.comp.gnu.libidn.general/65> and
<http://bugs.sourcemage.org/show_bug.cgi?id=13857>.
** Declare external variables with __declspec(import) for Windows.
Apparently this is required for variables in DLL's on Windows. This
is enabled if __DECLSPEC_SUPPORTED is defined (MinGW), or if _MSC_VER
and_DLL is defined (MSVC).
** Update gnulib files.
** Update translations.
** API and ABI is backwards compatible with the previous version.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libidn/Makefile | 4 | ||||
-rw-r--r-- | devel/libidn/PLIST | 3 | ||||
-rw-r--r-- | devel/libidn/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index a6a5eed9bf7..5ea3b368eff 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2007/08/30 06:42:54 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2007/11/29 16:53:59 wiz Exp $ -DISTNAME= libidn-1.0 +DISTNAME= libidn-1.2 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \ http://josefsson.org/libidn/releases/ diff --git a/devel/libidn/PLIST b/devel/libidn/PLIST index 1e46759a6d6..a5cd3f9a70b 100644 --- a/devel/libidn/PLIST +++ b/devel/libidn/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2007/06/07 19:56:55 wiz Exp $ +@comment $NetBSD: PLIST,v 1.14 2007/11/29 16:54:00 wiz Exp $ bin/idn include/idn-free.h include/idn-int.h @@ -71,6 +71,5 @@ share/locale/pl/LC_MESSAGES/libidn.mo share/locale/ro/LC_MESSAGES/libidn.mo share/locale/rw/LC_MESSAGES/libidn.mo share/locale/sr/LC_MESSAGES/libidn.mo -share/locale/sv/LC_MESSAGES/libidn.mo share/locale/vi/LC_MESSAGES/libidn.mo share/locale/zh_CN/LC_MESSAGES/libidn.mo diff --git a/devel/libidn/distinfo b/devel/libidn/distinfo index 6c9a4e39eab..9a70e6c7f88 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.27 2007/08/30 06:42:55 wiz Exp $ +$NetBSD: distinfo,v 1.28 2007/11/29 16:54:00 wiz Exp $ -SHA1 (libidn-1.0.tar.gz) = 680c38227e546df82584e7b02aacc7ad66c3af24 -RMD160 (libidn-1.0.tar.gz) = e1ebd229cf05c6c65ac5feb6793de956eb635bbb -Size (libidn-1.0.tar.gz) = 2373729 bytes +SHA1 (libidn-1.2.tar.gz) = 1b419c1048b157f618e86a18123c480b2ed154c2 +RMD160 (libidn-1.2.tar.gz) = 98bccfe64b05144aa82dbbbb318be57f0010fc78 +Size (libidn-1.2.tar.gz) = 2431414 bytes SHA1 (patch-aa) = 412f1b609b81ade44c694f1a24f5b37d57c383c0 |