diff options
author | wiz <wiz> | 2012-04-22 10:41:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-04-22 10:41:20 +0000 |
commit | 9c42f64308a7715f0f5146f0a1f7b7c759a3329c (patch) | |
tree | 90f0246f63dcbaa230352c915b91281d260f743a /www/p5-URI/Makefile | |
parent | b6b26113ab997179bddec426ccff18983917e92a (diff) | |
download | pkgsrc-9c42f64308a7715f0f5146f0a1f7b7c759a3329c.tar.gz |
Update to 1.60:
2012-03-25 Gisle Aas <gisle@ActiveState.com>
Release 1.60
Gisle Aas (3):
Merge pull request #4 from hiratara/fix-repourl
Updated repository URL
Avoid failure if the local hostname is 'foo' [RT#75519]
Masahiro Honma (1):
Fix the URL of the repository.
Matt Lawrence (1):
Do not reverse the order of new parameters
Peter Rabbitson (1):
Fix RT#59274 - courtesy of a stupid 5.8.[12] join bug
Diffstat (limited to 'www/p5-URI/Makefile')
-rw-r--r-- | www/p5-URI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile index 81c436152d7..9e0d6d87c23 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2011/10/17 10:32:02 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.47 2012/04/22 10:41:20 wiz Exp $ -DISTNAME= URI-1.59 +DISTNAME= URI-1.60 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5uri CATEGORIES= www net perl5 |