summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-04-22 15:59:01 +0000
committerwiz <wiz@pkgsrc.org>2012-04-22 15:59:01 +0000
commitb02f50dee22a59bf78ab1a8188ac7ccc2c6d36ec (patch)
treea139288b1b8a26d856d4c6893e567381fe18288a /net
parent44d1e085976eda2778e607494082b67c1e84e263 (diff)
downloadpkgsrc-b02f50dee22a59bf78ab1a8188ac7ccc2c6d36ec.tar.gz
Update to 0.6.31:
Lennart Poettering (5): systemd: syslog.target is not longer useful build-sys: compatibility with newer automake build-sys: prepare release update NEWS build-sys: actually, we need to place the service type database in lib64, not unconditionally Ludwig Nussel (1): database: add Mumble to service type database
Diffstat (limited to 'net')
-rw-r--r--net/avahi/Makefile5
-rw-r--r--net/avahi/distinfo10
-rw-r--r--net/avahi/patches/patch-ab8
3 files changed, 11 insertions, 12 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile
index 22b48933b0c..518777927b1 100644
--- a/net/avahi/Makefile
+++ b/net/avahi/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2012/03/09 12:34:21 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2012/04/22 15:59:01 wiz Exp $
-DISTNAME= avahi-0.6.30
-PKGREVISION= 6
+DISTNAME= avahi-0.6.31
CATEGORIES= net
MASTER_SITES= http://avahi.org/download/
diff --git a/net/avahi/distinfo b/net/avahi/distinfo
index 35f3cf01cf9..ee2d60e9bd8 100644
--- a/net/avahi/distinfo
+++ b/net/avahi/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2011/05/14 13:04:04 obache Exp $
+$NetBSD: distinfo,v 1.11 2012/04/22 15:59:01 wiz Exp $
-SHA1 (avahi-0.6.30.tar.gz) = 5b77443537600a00770e4c77e3c443eeb5861d06
-RMD160 (avahi-0.6.30.tar.gz) = 99dbc4f5711fd2962ac657811bebdb63947bd2c1
-Size (avahi-0.6.30.tar.gz) = 1243534 bytes
+SHA1 (avahi-0.6.31.tar.gz) = 7e05bd78572c9088b03b1207a0ad5aba38490684
+RMD160 (avahi-0.6.31.tar.gz) = 122f553ee2d43cdd0185540a63a8e1f587bdb08e
+Size (avahi-0.6.31.tar.gz) = 1268686 bytes
SHA1 (patch-aa) = 9d48b8358ed5dac5edb379c998d1c907feaf76ed
-SHA1 (patch-ab) = aca73131b1a1df97dab6f221c59bd5e21136f816
+SHA1 (patch-ab) = 49110f3c5502a56448ca6ee4412130299697f255
SHA1 (patch-ah) = 4b3ffdb927daef8c939527fd5c5893f9f88b3ff3
SHA1 (patch-ai) = 406b314c8105e28cffb83a92bb80f2dc1b264c3f
diff --git a/net/avahi/patches/patch-ab b/net/avahi/patches/patch-ab
index 53f2eba1528..a87d4640f19 100644
--- a/net/avahi/patches/patch-ab
+++ b/net/avahi/patches/patch-ab
@@ -1,11 +1,11 @@
-$NetBSD: patch-ab,v 1.2 2010/07/24 13:42:12 obache Exp $
+$NetBSD: patch-ab,v 1.3 2012/04/22 15:59:02 wiz Exp $
---- avahi-common/Makefile.in.orig 2010-07-13 03:06:34.000000000 +0000
+--- avahi-common/Makefile.in.orig 2012-02-14 22:36:35.000000000 +0000
+++ avahi-common/Makefile.in
-@@ -629,7 +629,7 @@ clean-libLTLIBRARIES:
+@@ -639,7 +639,7 @@ clean-libLTLIBRARIES:
rm -f "$${dir}/so_locations"; \
done
- libavahi-common.la: $(libavahi_common_la_OBJECTS) $(libavahi_common_la_DEPENDENCIES)
+ libavahi-common.la: $(libavahi_common_la_OBJECTS) $(libavahi_common_la_DEPENDENCIES) $(EXTRA_libavahi_common_la_DEPENDENCIES)
- $(AM_V_CCLD)$(libavahi_common_la_LINK) -rpath $(libdir) $(libavahi_common_la_OBJECTS) $(libavahi_common_la_LIBADD) $(LIBS)
+ $(AM_V_CCLD)$(libavahi_common_la_LINK) -rpath $(libdir) $(libavahi_common_la_OBJECTS) $(libavahi_common_la_LIBADD) $(LIBS) $(INTLLIBS)