diff options
author | shell <shell@pkgsrc.org> | 2002-09-27 09:43:53 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-09-27 09:43:53 +0000 |
commit | 11b48ad041eb9757265821bb8b708ff2d11e0971 (patch) | |
tree | e9035471412ab06f616dc6fedeeea0fef9e0a3a2 | |
parent | 8ed108a5575244d779023a139948aa871eafc618 (diff) | |
download | pkgsrc-11b48ad041eb9757265821bb8b708ff2d11e0971.tar.gz |
Updated to p5-URI-1.22
Changes :
- Added URI::QueryParam module. It contains some
extra methods to manipulate the query form key/value pairs.
- Added support for the sip: and sips: URI scheme.
Contributed by Ryan Kereliuk <ryker@ryker.org>.
- use_buildlink2
- use perl5 module
-rw-r--r-- | www/p5-URI/Makefile | 11 | ||||
-rw-r--r-- | www/p5-URI/distinfo | 6 |
2 files changed, 7 insertions, 10 deletions
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile index 7e69141ad48..617f78753b8 100644 --- a/www/p5-URI/Makefile +++ b/www/p5-URI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2002/08/20 14:48:54 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2002/09/27 09:43:53 shell Exp $ # -DISTNAME= URI-1.21 +DISTNAME= URI-1.22 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5uri CATEGORIES= www net perl5 @@ -14,11 +14,8 @@ BUILD_DEPENDS= p5-MIME-Base64>=2.12:../../converters/p5-MIME-Base64 CONFLICTS+= p5-libwww-5.36 # URI used to be part of that package -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/URI/.packlist -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include "../../lang/perl5/buildlink.mk" +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-URI/distinfo b/www/p5-URI/distinfo index 63408f0837f..cf5d1b59245 100644 --- a/www/p5-URI/distinfo +++ b/www/p5-URI/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2002/08/20 14:48:54 wiz Exp $ +$NetBSD: distinfo,v 1.7 2002/09/27 09:43:53 shell Exp $ -SHA1 (URI-1.21.tar.gz) = 44085ba1c90df32e4dbec6ebaf6b013104550317 -Size (URI-1.21.tar.gz) = 85266 bytes +SHA1 (URI-1.22.tar.gz) = 76d183a485a69097d2c2f9cf7ff1da02da76ee40 +Size (URI-1.22.tar.gz) = 88267 bytes |