Date: Sun, 30 Dec 2012 20:43:49 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309691 - head/devel/libconfig Message-ID: <201212302043.qBUKhnHw077001@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@ceid.upatras.gr> -# +# Created by: Nikos Ntarmos <ntarmos@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@cs.uoi.gr -COMMENT= A simple library for manipulating structured configuration files +MAINTAINER= ntarmos@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212302043.qBUKhnHw077001>