From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 30 20:50:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 16F54A54 for ; Sun, 30 Dec 2012 20:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D6ABF8FC12 for ; Sun, 30 Dec 2012 20:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBUKo1SD018257 for ; Sun, 30 Dec 2012 20:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBUKo1eA018256; Sun, 30 Dec 2012 20:50:01 GMT (envelope-from gnats) Date: Sun, 30 Dec 2012 20:50:01 GMT Message-Id: <201212302050.qBUKo1eA018256@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174677: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Dec 2012 20:50:02 -0000 The following reply was made to PR ports/174677; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174677: commit references a PR Date: Sun, 30 Dec 2012 20:43:56 +0000 (UTC) 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 (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 -# +# Created by: Nikos Ntarmos # $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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"