pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libconfig Update devel/libconfig to 1.4.9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8944b72a4df6
branches:  trunk
changeset: 626042:8944b72a4df6
user:      gls <gls%pkgsrc.org@localhost>
date:      Wed Oct 30 21:15:49 2013 +0000

description:
Update devel/libconfig to 1.4.9.
>From Nils Ratusznik via PR pkg/48316.

5 years worth of upstream changes, bugfixes and new features, too long
to copy and paste here.

pkgsrc changes:
---------------
Add LICENSE

diffstat:

 devel/libconfig/Makefile         |   9 +++++----
 devel/libconfig/buildlink3.mk    |   4 ++--
 devel/libconfig/distinfo         |   9 ++++-----
 devel/libconfig/patches/patch-aa |  10 ----------
 4 files changed, 11 insertions(+), 21 deletions(-)

diffs (75 lines):

diff -r 0de355ac0780 -r 8944b72a4df6 devel/libconfig/Makefile
--- a/devel/libconfig/Makefile  Wed Oct 30 20:17:42 2013 +0000
+++ b/devel/libconfig/Makefile  Wed Oct 30 21:15:49 2013 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.7 2012/10/31 11:17:11 asau Exp $
+# $NetBSD: Makefile,v 1.8 2013/10/30 21:15:49 gls Exp $
 #
 
-DISTNAME=      libconfig-1.3
+DISTNAME=      libconfig-1.4.9
 CATEGORIES=    devel
 MASTER_SITES=  http://www.hyperrealm.com/libconfig/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.hyperrealm.com/libconfig/
 COMMENT=       Simple library for manipulating structured configuration files
+LICENSE=       gnu-lgpl-v2.1
 
 GNU_CONFIGURE= yes
 INFO_FILES=    yes
@@ -15,7 +16,7 @@
 USE_TOOLS+=    bison pkg-config
 USE_LANGUAGES= c c++
 
-PKGCONFIG_OVERRIDE+=   libconfig++.pc.in
-PKGCONFIG_OVERRIDE+=   libconfig.pc.in
+PKGCONFIG_OVERRIDE+=   lib/libconfig++.pc.in
+PKGCONFIG_OVERRIDE+=   lib/libconfig.pc.in
 
 .include "../../mk/bsd.pkg.mk"
diff -r 0de355ac0780 -r 8944b72a4df6 devel/libconfig/buildlink3.mk
--- a/devel/libconfig/buildlink3.mk     Wed Oct 30 20:17:42 2013 +0000
+++ b/devel/libconfig/buildlink3.mk     Wed Oct 30 21:15:49 2013 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.2 2009/03/20 19:24:17 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2013/10/30 21:15:49 gls Exp $
 
 BUILDLINK_TREE+=       libconfig
 
 .if !defined(LIBCONFIG_BUILDLINK3_MK)
 LIBCONFIG_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libconfig+=      libconfig>=1.1.3
+BUILDLINK_API_DEPENDS.libconfig+=      libconfig>=1.4
 BUILDLINK_PKGSRCDIR.libconfig?=                ../../devel/libconfig
 .endif # LIBCONFIG_BUILDLINK3_MK
 
diff -r 0de355ac0780 -r 8944b72a4df6 devel/libconfig/distinfo
--- a/devel/libconfig/distinfo  Wed Oct 30 20:17:42 2013 +0000
+++ b/devel/libconfig/distinfo  Wed Oct 30 21:15:49 2013 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2008/04/17 21:19:22 wiz Exp $
+$NetBSD: distinfo,v 1.4 2013/10/30 21:15:49 gls Exp $
 
-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
+SHA1 (libconfig-1.4.9.tar.gz) = b7a3c307dfb388e57d9a35c7f13f6232116930ec
+RMD160 (libconfig-1.4.9.tar.gz) = ec0f28737fa603379f3b91c2de1857d7b1ae676f
+Size (libconfig-1.4.9.tar.gz) = 688158 bytes
diff -r 0de355ac0780 -r 8944b72a4df6 devel/libconfig/patches/patch-aa
--- a/devel/libconfig/patches/patch-aa  Wed Oct 30 20:17:42 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-$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



Home | Main Index | Thread Index | Old Index