diff options
author | obache <obache@pkgsrc.org> | 2010-09-19 12:19:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-19 12:19:41 +0000 |
commit | 6464f970c4c887d3e9dd9d60987348de45ffafbe (patch) | |
tree | 39f5c55f68ba94dcbfcf5879a88d78e51bc5521f /devel/libmowgli | |
parent | 22a3033e0853462ca45c37e1e6268c1c94931305 (diff) | |
download | pkgsrc-6464f970c4c887d3e9dd9d60987348de45ffafbe.tar.gz |
Update libmowgli to 0.7.1.
Based on PR#43760 by Kamel Derouiche.
summary from changelog
* Add mowgli_patricia_size().
* Update buildsys.
* bug fixes.
Diffstat (limited to 'devel/libmowgli')
-rw-r--r-- | devel/libmowgli/Makefile | 9 | ||||
-rw-r--r-- | devel/libmowgli/distinfo | 9 | ||||
-rw-r--r-- | devel/libmowgli/patches/patch-aa | 15 |
3 files changed, 25 insertions, 8 deletions
diff --git a/devel/libmowgli/Makefile b/devel/libmowgli/Makefile index 0be98c23791..dc9ce7502fc 100644 --- a/devel/libmowgli/Makefile +++ b/devel/libmowgli/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.3 2009/05/02 16:21:43 reed Exp $ +# $NetBSD: Makefile,v 1.4 2010/09/19 12:19:41 obache Exp $ # -DISTNAME= libmowgli-0.7.0 +DISTNAME= libmowgli-0.7.1 CATEGORIES= devel -MASTER_SITES= http://distfiles.atheme.org/ +MASTER_SITES= http://distfiles.atheme.org/ \ + http://mirror.billymays.us/libmowgli/ EXTRACT_SUFX= .tgz MAINTAINER= jfranz@bsdprojects.net -HOMEPAGE= http://atheme.org/projects/mowgli.shtml +HOMEPAGE= http://www.atheme.org/projects/mowgli COMMENT= Development framework for C (like GLib) PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/libmowgli/distinfo b/devel/libmowgli/distinfo index c62df191557..03c097f2ea6 100644 --- a/devel/libmowgli/distinfo +++ b/devel/libmowgli/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2008/11/10 12:08:17 wiz Exp $ +$NetBSD: distinfo,v 1.3 2010/09/19 12:19:41 obache Exp $ -SHA1 (libmowgli-0.7.0.tgz) = d9a029aab1cd65189b7c8351a7f537232b2be3db -RMD160 (libmowgli-0.7.0.tgz) = 97b05fd7cd0d4d904600fff51bc032298ff07844 -Size (libmowgli-0.7.0.tgz) = 115534 bytes +SHA1 (libmowgli-0.7.1.tgz) = 62ef22d3ff101e369c6424a130a7af83a840deee +RMD160 (libmowgli-0.7.1.tgz) = 4795045e65f0ac51ff6c77e070183f262fe7e85e +Size (libmowgli-0.7.1.tgz) = 124251 bytes +SHA1 (patch-aa) = 52b2333527afe320b492bd6196d4b09fd8222fc7 diff --git a/devel/libmowgli/patches/patch-aa b/devel/libmowgli/patches/patch-aa new file mode 100644 index 00000000000..f4ec338e197 --- /dev/null +++ b/devel/libmowgli/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1 2010/09/19 12:19:42 obache Exp $ + +simplify, works with /bin/sh. + +--- configure.orig 2010-07-14 03:43:16.000000000 +0000 ++++ configure +@@ -4204,7 +4204,7 @@ fi + + + +- ${as_echo:="echo"} "${as_me:="configure"}: touching .deps files" ++ ${as_echo} "${as_me}: touching .deps files" + for i in $(find . -name Makefile); do + DEPSFILE="$(dirname $i)/.deps" + test -f "$DEPSFILE" && rm "$DEPSFILE" |