diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-03 02:18:58 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-03 02:18:58 +0000 |
commit | ebd6a47c49d7e559ae550b935220575bb69941d9 (patch) | |
tree | de455f470a52d0b297db0a193b0edf1882b3d7f3 /net/libIDL | |
parent | b1a493d7aad36e9c1a6a76a92bb3b4e61d0c9e0c (diff) | |
download | pkgsrc-ebd6a47c49d7e559ae550b935220575bb69941d9.tar.gz |
Updated to 0.8.2. Provided by Min Sik Kim PR pkg/23603.
Changes:
libIDL 0.8.2:
* Support new versions of flex (Jody Goldberg)
libIDL 0.8.1:
* add '_' prefix escaped keyword support (Nick Lewycky)
* cygwin build support (Masahiro Sakai)
* build fixes (Mark McLoughlin, Thomas Vander Stichele)
* autoconf upgrade (Havoc Pennington)
* BSD portability fix (Jacob Berkman)
Diffstat (limited to 'net/libIDL')
-rw-r--r-- | net/libIDL/Makefile | 7 | ||||
-rw-r--r-- | net/libIDL/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/libIDL/Makefile b/net/libIDL/Makefile index 11e1b525ad0..7ffdc20bf72 100644 --- a/net/libIDL/Makefile +++ b/net/libIDL/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2003/08/09 11:16:19 seb Exp $ +# $NetBSD: Makefile,v 1.16 2003/12/03 02:18:58 xtraeme Exp $ # -DISTNAME= libIDL-0.8.0 -PKGREVISION= 2 +DISTNAME= libIDL-0.8.2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libIDL/0.8/} EXTRACT_SUFX= .tar.bz2 @@ -18,7 +17,7 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE= ${WRKSRC}/libIDL-2.0.pc.in INFO_FILES= libIDL2.info -.include "../../converters/libiconv/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/pkgconfig/buildlink2.mk" .include "../../devel/glib2/buildlink2.mk" diff --git a/net/libIDL/distinfo b/net/libIDL/distinfo index 47a0e7327ff..913a39491a5 100644 --- a/net/libIDL/distinfo +++ b/net/libIDL/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2003/01/22 08:58:38 jmmv Exp $ +$NetBSD: distinfo,v 1.5 2003/12/03 02:18:58 xtraeme Exp $ -SHA1 (libIDL-0.8.0.tar.bz2) = 4e31bc9b59e8c919460fe9c50869c495d7eb5105 -Size (libIDL-0.8.0.tar.bz2) = 274885 bytes +SHA1 (libIDL-0.8.2.tar.bz2) = 20fdf39db5d5f9d6570eec67037152653ba539a4 +Size (libIDL-0.8.2.tar.bz2) = 253014 bytes |