1
0
forked from ports/opt

p5-uri: 1.72 -> 1.76

This commit is contained in:
Danny Rawlins 2019-08-31 11:57:31 +10:00
parent 8dc040c399
commit bc025921b9
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/QQkefSfLHWGnvnRtawId/Na1TIsKya5YaLydY3Rjz2NNIqFUwdp4Zn4i/mrZaR4vZrPvj+beencl7BowNhBCQs=
SHA256 (Pkgfile) = c92e14ba402e5401eda45a41899dd3c7e0c0bdd590d01cc7336b5f0c37914700
RWSE3ohX2g5d/VYxwvDlTQ0OJG8w67GI3k0SlGSIHGbVoHoHFYK5N5nwtUi0/xEZxjUYEVvKebWz4eQEUnK3lykgoKcZYM9pjwY=
SHA256 (Pkgfile) = ce82dc2af3d0136069d58af23dd82b88eb8ae0da5dc6cbf5a05a7873cdd720d6
SHA256 (.footprint) = aa1573611f6ca1915a499a21fa6bef88f06f1449a5244c245ec7f42e1d700314
SHA256 (URI-1.72.tar.gz) = 35f14431d4b300de4be1163b0b5332de2d7fbda4f05ff1ed198a8e9330d40a32
SHA256 (URI-1.76.tar.gz) = b2c98e1d50d6f572483ee538a6f4ccc8d9185f91f0073fd8af7390898254413e

View File

@ -1,16 +1,16 @@
# Description: Perl Uniform Resource Identifiers Library.
# URL: http://search.cpan.org/dist/URI/
# URL: https://metacpan.org/release/URI
# Maintainer: Danny Rawlins, crux at romster dot me
name=p5-uri
version=1.72
release=2
source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/URI-$version.tar.gz)
version=1.76
release=1
source=(https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-$version.tar.gz)
build() {
cd URI-$version
perl Makefile.PL
perl Makefile.PL INSTALLDIRS=vendor
make
make install DESTDIR=$PKG