diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-09-08 21:47:03 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-09-09 22:51:05 +1000 |
commit | f8d22de2a5968dff9b0a1a996856a143bfe6821a (patch) | |
tree | 592da3b195aeb7becb1d29ffdeca1287a1a893f1 /p5-locale-gettext | |
parent | c41de82d93dfb8df2ad5b0a73f82d872ea49276c (diff) | |
download | contrib-f8d22de2a5968dff9b0a1a996856a143bfe6821a.tar.gz contrib-f8d22de2a5968dff9b0a1a996856a143bfe6821a.tar.xz |
p5-locale-gettext: update footprint
Diffstat (limited to 'p5-locale-gettext')
-rw-r--r-- | p5-locale-gettext/.footprint | 16 | ||||
-rw-r--r-- | p5-locale-gettext/.signature | 6 | ||||
-rw-r--r-- | p5-locale-gettext/Pkgfile | 9 |
3 files changed, 15 insertions, 16 deletions
diff --git a/p5-locale-gettext/.footprint b/p5-locale-gettext/.footprint index 4a9b91c8e..fb23c7825 100644 --- a/p5-locale-gettext/.footprint +++ b/p5-locale-gettext/.footprint @@ -2,14 +2,14 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/perl5/ drwxr-xr-x root/root usr/lib/perl5/site_perl/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Locale/ --r--r--r-- root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Locale/gettext.pm -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/Locale/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/Locale/gettext/ --r-xr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/Locale/gettext/gettext.so +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Locale/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Locale/gettext.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Locale/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Locale/gettext/ +-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Locale/gettext/gettext.so drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man3/ diff --git a/p5-locale-gettext/.signature b/p5-locale-gettext/.signature index 581236fdd..34f2b1cbd 100644 --- a/p5-locale-gettext/.signature +++ b/p5-locale-gettext/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30sKTQgMW4GdYLW1sXyRldt+PtNSdK05Cg4/64Rsln/s5pkiGXwLyw/E5UolxHiLdqCuH73yldC4Q/kTrCzYwQc= -SHA256 (Pkgfile) = 835d749bc3f8e73ff899e4e382524368c2f4a3c9de48822798751882450b7f6f -SHA256 (.footprint) = 20f95ec703c971a7aae9a6867fc7a69481da77fb849526e4115444a9749336aa +RWSagIOpLGJF37F0xjducOzah0TnL5b/Rri2kmxYhKQbSoqtyAP9VUItrOYMr8dgwiklHOGtIeFMZx/ZfaLdy9/yP30pTNAAGww= +SHA256 (Pkgfile) = 09bd6c2d6e0c224d2d7c1c2c69a3624bed8f05583b38267992302252203965d2 +SHA256 (.footprint) = 5fbacaaaa049ddb6ddec71f3b6acc4b96aa118426d38f5131a051f190f383a57 SHA256 (gettext-1.07.tar.gz) = 909d47954697e7c04218f972915b787bd1244d75e3bd01620bc167d5bbc49c15 diff --git a/p5-locale-gettext/Pkgfile b/p5-locale-gettext/Pkgfile index 3f5df9063..ef69b536c 100644 --- a/p5-locale-gettext/Pkgfile +++ b/p5-locale-gettext/Pkgfile @@ -1,17 +1,16 @@ # Description: Locale::gettext - Interface to C library functions for internatialization. -# URL: http://search.cpan.org/dist/gettext/ +# URL: https://metacpan.org/release/gettext # Maintainer: Danny Rawlins, crux at romster dot me -# Packager: bashy, ronny kornexl at online de name=p5-locale-gettext version=1.07 -release=1 -source=(http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-$version.tar.gz) +release=2 +source=(https://cpan.metacpan.org/authors/id/P/PV/PVANDRY/gettext-$version.tar.gz) build() { cd Locale-gettext-$version - perl Makefile.PL + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make OPTIMIZE="$CFLAGS" make DESTDIR=$PKG install |