svn commit: r309691 - head/devel/libconfig
Pawel Pekala
pawel at FreeBSD.org
Sun Dec 30 20:43:50 UTC 2012
Author: pawel
Date: Sun Dec 30 20:43:48 2012
New Revision: 309691
URL: http://svnweb.freebsd.org/changeset/ports/309691
Log:
- Update to version 1.4.9 [1]
- Update maintainer's email
- Remove USE_GNOME=pkgconfig - it's unused
- Configure script is GNU
- Remove leading article from COMMENT
PR: ports/174677 [1]
Submitted by: Nikos Ntarmos <ntarmos at ceid.upatras.gr> (maintainer)
Modified:
head/devel/libconfig/Makefile
head/devel/libconfig/distinfo
Modified: head/devel/libconfig/Makefile
==============================================================================
--- head/devel/libconfig/Makefile Sun Dec 30 20:31:56 2012 (r309690)
+++ head/devel/libconfig/Makefile Sun Dec 30 20:43:48 2012 (r309691)
@@ -1,22 +1,18 @@
-# New ports collection makefile for: libconfig
-# Date created: September 26, 2007
-# Whom: Nikos Ntarmos <ntarmos at ceid.upatras.gr>
-#
+# Created by: Nikos Ntarmos <ntarmos at ceid.upatras.gr>
# $FreeBSD$
-#
PORTNAME= libconfig
-PORTVERSION= 1.4.8
+PORTVERSION= 1.4.9
CATEGORIES= devel
MASTER_SITES= http://www.hyperrealm.com/libconfig/
-MAINTAINER= ntarmos at cs.uoi.gr
-COMMENT= A simple library for manipulating structured configuration files
+MAINTAINER= ntarmos at ceid.upatras.gr
+COMMENT= Simple library for manipulating structured configuration files
CONFLICTS= wand-libconfig-[0-9]*
-USE_GNOME= gnomehack pkgconfig
-HAS_CONFIGURE= yes
+USE_GNOME= gnomehack
+GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GMAKE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH}
Modified: head/devel/libconfig/distinfo
==============================================================================
--- head/devel/libconfig/distinfo Sun Dec 30 20:31:56 2012 (r309690)
+++ head/devel/libconfig/distinfo Sun Dec 30 20:43:48 2012 (r309691)
@@ -1,2 +1,2 @@
-SHA256 (libconfig-1.4.8.tar.gz) = 18b1509fbf438a8c7f9b0af32284e458189b5f6dfd044f898926109f3c3c01ed
-SIZE (libconfig-1.4.8.tar.gz) = 645823
+SHA256 (libconfig-1.4.9.tar.gz) = 09c8979252e60193e2969e9b0e1cd597f7820087867989b2f0939ad164473041
+SIZE (libconfig-1.4.9.tar.gz) = 688158
More information about the svn-ports-head
mailing list