diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-09-14 21:36:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-09-14 21:36:26 +0000 |
commit | affe442113256ac32765ff554d9438e217e219f5 (patch) | |
tree | 697eeff546930765829d6a364d39d23b61439815 | |
parent | Upgrade to svn rev r163622. Several fixes to FreeBSD support for -pie and (diff) |
- 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
-rw-r--r-- | devel/pkgconf/Makefile | 5 | ||||
-rw-r--r-- | devel/pkgconf/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile index 1e239a3e73a3..fc7f8d812d4a 100644 --- a/devel/pkgconf/Makefile +++ b/devel/pkgconf/Makefile @@ -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 diff --git a/devel/pkgconf/distinfo b/devel/pkgconf/distinfo index b45b6d1f4baf..526a3e822180 100644 --- a/devel/pkgconf/distinfo +++ b/devel/pkgconf/distinfo @@ -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 |