diff options
author | obache <obache@pkgsrc.org> | 2011-01-30 12:10:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-30 12:10:30 +0000 |
commit | 834e9390502b88decf6b7cb2b295babe1aa505d8 (patch) | |
tree | 7a227f35add75537d3b66ef19fd62a90adda7705 /devel/ruby-pkg-config | |
parent | f0283b5135c112e43534bf08877d83f31654ae73 (diff) | |
download | pkgsrc-834e9390502b88decf6b7cb2b295babe1aa505d8.tar.gz |
Update ruby-pkg-config to 1.0.8.
== 1.0.8 - 2011/01/30
* fix a bug that multiple PKGConfig.add_path doesn't work.
Diffstat (limited to 'devel/ruby-pkg-config')
-rw-r--r-- | devel/ruby-pkg-config/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-pkg-config/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/ruby-pkg-config/Makefile b/devel/ruby-pkg-config/Makefile index b430fe0c6ad..a924d8c21f0 100644 --- a/devel/ruby-pkg-config/Makefile +++ b/devel/ruby-pkg-config/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2010/10/23 07:53:29 obache Exp $ +# $NetBSD: Makefile,v 1.3 2011/01/30 12:10:30 obache Exp $ -DISTNAME= pkg-config-1.0.7 +DISTNAME= pkg-config-1.0.8 CATEGORIES= devel -MASTER_SITES= http://rubyforge.org/frs/download.php/72681/ +MASTER_SITES= http://rubyforge.org/frs/download.php/74122/ EXTRACT_SUFX= .tgz MAINTAINER= obache@NetBSD.org diff --git a/devel/ruby-pkg-config/distinfo b/devel/ruby-pkg-config/distinfo index fb7d18e8c65..5cb61de65ec 100644 --- a/devel/ruby-pkg-config/distinfo +++ b/devel/ruby-pkg-config/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/10/23 07:53:29 obache Exp $ +$NetBSD: distinfo,v 1.3 2011/01/30 12:10:30 obache Exp $ -SHA1 (pkg-config-1.0.7.tgz) = e7dd65d717bc3990eb3de2783ff06f03fb97e6d7 -RMD160 (pkg-config-1.0.7.tgz) = 5d4d5efbc846a88e560fd4bff7d6ddc93654125b -Size (pkg-config-1.0.7.tgz) = 14782 bytes +SHA1 (pkg-config-1.0.8.tgz) = 379fc067b57482b94669bf1bc572a8c0351e8d16 +RMD160 (pkg-config-1.0.8.tgz) = 98d73810fced574247fb1af02008bc3b84d66c1f +Size (pkg-config-1.0.8.tgz) = 14955 bytes |