summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libconfig/Makefile4
-rw-r--r--devel/libconfig/distinfo9
-rw-r--r--devel/libconfig/patches/patch-aa10
3 files changed, 17 insertions, 6 deletions
diff --git a/devel/libconfig/Makefile b/devel/libconfig/Makefile
index a01861a84de..654b1a40136 100644
--- a/devel/libconfig/Makefile
+++ b/devel/libconfig/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2007/11/26 00:00:33 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2008/04/17 21:19:22 wiz Exp $
#
-DISTNAME= libconfig-1.2
+DISTNAME= libconfig-1.3
CATEGORIES= devel
MASTER_SITES= http://www.hyperrealm.com/libconfig/
diff --git a/devel/libconfig/distinfo b/devel/libconfig/distinfo
index dd0633331af..f050609ba0e 100644
--- a/devel/libconfig/distinfo
+++ b/devel/libconfig/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2007/11/26 00:00:33 wiz Exp $
+$NetBSD: distinfo,v 1.3 2008/04/17 21:19:22 wiz Exp $
-SHA1 (libconfig-1.2.tar.gz) = a7672dd5eff1fcd344c038b06ca6334848ea7def
-RMD160 (libconfig-1.2.tar.gz) = 55fd341ad0332fec67f515dfccfa82228b6cc53b
-Size (libconfig-1.2.tar.gz) = 505661 bytes
+SHA1 (libconfig-1.3.tar.gz) = 419786264a03b228cd99cec9d4f6230c82118c83
+RMD160 (libconfig-1.3.tar.gz) = 5673b150107cea5b0fcbd6e3e225ec48eec6b83a
+Size (libconfig-1.3.tar.gz) = 519403 bytes
+SHA1 (patch-aa) = 7403a57305db9e5fc5d2fa518572b5a73d721487
diff --git a/devel/libconfig/patches/patch-aa b/devel/libconfig/patches/patch-aa
new file mode 100644
index 00000000000..ac7d92626e0
--- /dev/null
+++ b/devel/libconfig/patches/patch-aa
@@ -0,0 +1,10 @@
+$NetBSD: patch-aa,v 1.1 2008/04/17 21:19:22 wiz Exp $
+
+--- debian/libconfigduo2.postinst.orig 2008-03-22 21:16:39.000000000 +0000
++++ debian/libconfigduo2.postinst
+@@ -1,4 +1,4 @@
+ #!/bin/sh
+-if [ "$1" == "configure" ]; then
++if [ "$1" = "configure" ]; then
+ ldconfig
+ fi