![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 12b8e9bd573f0b059512ba6755c95e1a23ed08a1 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Nov 25 17:38:52 2017 +1100 p5-uri: 1.71 -> 1.72 diff --git a/p5-uri/.md5sum b/p5-uri/.md5sum index 102c9e45d..20d404a0e 100644 --- a/p5-uri/.md5sum +++ b/p5-uri/.md5sum @@ -1 +1 @@ -247c3da29a794f72730e01aa5a715daf URI-1.71.tar.gz +cd56d81ed429efaa97e7f3ff08851b48 URI-1.72.tar.gz diff --git a/p5-uri/.signature b/p5-uri/.signature index 4b8c7b072..151570d89 100644 --- a/p5-uri/.signature +++ b/p5-uri/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/U+Hg4aRKiHwd32Idu+toMr/R8TaT4ths65Ph424ZT2QEiQf07tOBCuiejExlHdX4LNMhF6L0PCmB6/NhS4LaAw= -SHA256 (Pkgfile) = 6ecad70edc3a547bcc9e37b07ec2f65764fcf3f08d1cf3cce09c87f38e4dcf6c +RWSE3ohX2g5d/deLELEtfDfrW/LV2XxoJ5tOKwey4/Qq9t2CqVzwuEckY6B57BE2Ea9RDKxcUAu4jkLwWZzueqGUbagCapFBlwQ= +SHA256 (Pkgfile) = 2e68214a0dc0bad53cee5f834b3b0d1965be54113ed019f28f716bf9db0c80f0 SHA256 (.footprint) = e144c6a1123a19ae658a995142ed7b3be0ddcebf855dea6981608b529ab90c89 -SHA256 (URI-1.71.tar.gz) = 9c8eca0d7f39e74bbc14706293e653b699238eeb1a7690cc9c136fb8c2644115 +SHA256 (URI-1.72.tar.gz) = 35f14431d4b300de4be1163b0b5332de2d7fbda4f05ff1ed198a8e9330d40a32 diff --git a/p5-uri/Pkgfile b/p5-uri/Pkgfile index a7533705c..75ecbac0f 100644 --- a/p5-uri/Pkgfile +++ b/p5-uri/Pkgfile @@ -1,30 +1,26 @@ # Description: Perl Uniform Resource Identifiers Library. # URL: http://search.cpan.org/dist/URI/ -# Maintainer: Jose V Beneyto, sepen at crux dot nu -# Packager: Han Boetes han at mijncomputer dot nl -# Depends on: perl +# Maintainer: Danny Rawlins, crux at romster dot me name=p5-uri -version=1.71 +version=1.72 release=1 source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/URI-$version.tar.gz) build() { - cd URI-$version + cd URI-$version - perl Makefile.PL - make - make install DESTDIR=$PKG + perl Makefile.PL + make + make install DESTDIR=$PKG - # Remove perlcrap - find $PKG \ - -name .packlist -or \ - -name '*.bs' -or \ - -name autosplit.ix -or \ - -name perllocal.pod | xargs rm + # Remove perlcrap + find $PKG -type f \( \ + -name '.packlist' -or \ + -name '*.bs' -or \ + -name 'autosplit.ix' -or \ + -name 'perllocal.pod' \) -delete - # Remove empty directories - find $PKG -depth -empty -exec rm -rf {} \; - - chown -R root:root $PKG + # Remove empty directories + find $PKG -depth -empty -exec rm -rf {} \; }