pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libast Changes 0.6.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee842530dd34
branches:  trunk
changeset: 487224:ee842530dd34
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 11 14:00:31 2005 +0000

description:
Changes 0.6.1:
* Bug fixes

diffstat:

 devel/libast/Makefile         |  17 ++++++++---------
 devel/libast/PLIST            |   8 +++++++-
 devel/libast/distinfo         |   7 +++----
 devel/libast/patches/patch-aa |  13 -------------
 4 files changed, 18 insertions(+), 27 deletions(-)

diffs (86 lines):

diff -r 04186c4825d4 -r ee842530dd34 devel/libast/Makefile
--- a/devel/libast/Makefile     Tue Jan 11 13:42:40 2005 +0000
+++ b/devel/libast/Makefile     Tue Jan 11 14:00:31 2005 +0000
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.13 2004/10/15 12:22:13 tv Exp $
+# $NetBSD: Makefile,v 1.14 2005/01/11 14:00:31 adam Exp $
 
-DISTNAME=              libast-0.5
-PKGREVISION=           8
-CATEGORIES=            devel
-MASTER_SITES=          http://www.eterm.org/download/
+DISTNAME=      libast-0.6.1
+CATEGORIES=    devel
+MASTER_SITES=          http://www.eterm.org/download/
 
-MAINTAINER=            gendalia%NetBSD.org@localhost
-HOMEPAGE=              http://freshmeat.net/projects/libast/?topic_id=809%2C861
-COMMENT=               The Library of Assorted Spiffy Things
+MAINTAINER=    gendalia%NetBSD.org@localhost
+HOMEPAGE=      http://freshmeat.net/projects/libast/?topic_id=809%2C861
+COMMENT=       The Library of Assorted Spiffy Things
 
-GNU_CONFIGURE=         YES
 USE_BUILDLINK3=                YES
 USE_LIBTOOL=           YES
+GNU_CONFIGURE=         YES
 TEST_TARGET=           test
 
 .include "../../mk/bsd.prefs.mk"
diff -r 04186c4825d4 -r ee842530dd34 devel/libast/PLIST
--- a/devel/libast/PLIST        Tue Jan 11 13:42:40 2005 +0000
+++ b/devel/libast/PLIST        Tue Jan 11 14:00:31 2005 +0000
@@ -1,17 +1,23 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:26 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/01/11 14:00:31 adam Exp $
 bin/libast-config
 include/libast.h
 include/libast/array.h
+include/libast/avl_tree.h
 include/libast/dlinked_list.h
+include/libast/iterator_if.h
 include/libast/linked_list.h
 include/libast/list_if.h
+include/libast/map_if.h
 include/libast/obj.h
+include/libast/objpair.h
 include/libast/regexp.h
 include/libast/socket.h
 include/libast/str.h
+include/libast/sysdefs.h
 include/libast/tok.h
 include/libast/types.h
 include/libast/url.h
+include/libast/vector_if.h
 lib/libast.la
 share/aclocal/libast.m4
 @dirrm include/libast
diff -r 04186c4825d4 -r ee842530dd34 devel/libast/distinfo
--- a/devel/libast/distinfo     Tue Jan 11 13:42:40 2005 +0000
+++ b/devel/libast/distinfo     Tue Jan 11 14:00:31 2005 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/12/26 04:52:19 wiz Exp $
+$NetBSD: distinfo,v 1.2 2005/01/11 14:00:31 adam Exp $
 
-SHA1 (libast-0.5.tar.gz) = e5e8305283bf64c7392ec752542ea27a3bccb350
-Size (libast-0.5.tar.gz) = 276591 bytes
-SHA1 (patch-aa) = 0a870149b7750089aef347a878f3953a66b16c37
+SHA1 (libast-0.6.1.tar.gz) = 894b9dda8e6f971e0192b78d05dc4812839a01cb
+Size (libast-0.6.1.tar.gz) = 356881 bytes
diff -r 04186c4825d4 -r ee842530dd34 devel/libast/patches/patch-aa
--- a/devel/libast/patches/patch-aa     Tue Jan 11 13:42:40 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/12/26 04:52:19 wiz Exp $
---- include/libast.h.orig      Sat Dec 14 19:46:35 2002
-+++ include/libast.h   Sat Dec 14 19:51:09 2002
-@@ -35,9 +35,6 @@
- # ifndef _BSD_SOURCE
- #  define _BSD_SOURCE
- # endif
--# ifndef _XOPEN_SOURCE
--#  define _XOPEN_SOURCE
--# endif
- #endif
- 
- #include <stdio.h>



Home | Main Index | Thread Index | Old Index