Date: Fri, 14 Sep 2012 21:36:27 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304298 - head/devel/pkgconf Message-ID: <201209142136.q8ELaRLr013743@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209142136.q8ELaRLr013743>