From owner-svn-ports-head@FreeBSD.ORG Fri Sep 14 21:36:27 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5519106566C; Fri, 14 Sep 2012 21:36:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9067A8FC08; Fri, 14 Sep 2012 21:36:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ELaRFU013747; Fri, 14 Sep 2012 21:36:27 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ELaRLr013743; Fri, 14 Sep 2012 21:36:27 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201209142136.q8ELaRLr013743@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 14 Sep 2012 21:36:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304298 - head/devel/pkgconf X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 21:36:27 -0000 Author: bapt Date: Fri Sep 14 21:36:26 2012 New Revision: 304298 URL: http://svn.freebsd.org/changeset/ports/304298 Log: - update to 0.8.9 - changes: * add a trailing space in the end of --cflags, --libs output (for compatibility with pkg-config * --about now show the pkg-config equivalent version along with pkgconf version Modified: head/devel/pkgconf/Makefile head/devel/pkgconf/distinfo Modified: head/devel/pkgconf/Makefile ============================================================================== --- head/devel/pkgconf/Makefile Fri Sep 14 21:03:34 2012 (r304297) +++ head/devel/pkgconf/Makefile Fri Sep 14 21:36:26 2012 (r304298) @@ -6,10 +6,9 @@ # PORTNAME= pkgconf -PORTVERSION= 0.8.8 +PORTVERSION= 0.8.9 CATEGORIES= devel -MASTER_SITES= http://tortois.es/~nenolod/distfiles/ \ - http://files.etoilebsd.net/pkgconf/ +MASTER_SITES= http://tortois.es/~nenolod/distfiles/ MAINTAINER= bapt@FreeBSD.org COMMENT= pkg-config compatible utility which does not depend on glib Modified: head/devel/pkgconf/distinfo ============================================================================== --- head/devel/pkgconf/distinfo Fri Sep 14 21:03:34 2012 (r304297) +++ head/devel/pkgconf/distinfo Fri Sep 14 21:36:26 2012 (r304298) @@ -1,2 +1,2 @@ -SHA256 (pkgconf-0.8.8.tar.bz2) = 2fb87a0680b517daf8201573115873b923588883e71788935d24b34a1e9dc31e -SIZE (pkgconf-0.8.8.tar.bz2) = 80067 +SHA256 (pkgconf-0.8.9.tar.bz2) = 3bbb1c40832b522de0bf0e5bdeba62160ac499a541facedac5755929a9e87027 +SIZE (pkgconf-0.8.9.tar.bz2) = 80211