summaryrefslogtreecommitdiff
path: root/p5-net-ssleay
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2008-07-14 00:08:08 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2008-07-14 00:08:08 +1000
commitc127fdb94fdafbe5b01b6387e33eeaadc60e7ffe (patch)
tree8e27f5b96b37b3667545834497f6beb628a26ed5 /p5-net-ssleay
parent400a85418050fe8f609beae31d9de85b141d9747 (diff)
downloadcontrib-c127fdb94fdafbe5b01b6387e33eeaadc60e7ffe.tar.gz
contrib-c127fdb94fdafbe5b01b6387e33eeaadc60e7ffe.tar.xz
p5-net-ssleay: fix url remove junk file
Diffstat (limited to 'p5-net-ssleay')
-rw-r--r--p5-net-ssleay/.footprint1
-rw-r--r--p5-net-ssleay/Pkgfile7
2 files changed, 4 insertions, 4 deletions
diff --git a/p5-net-ssleay/.footprint b/p5-net-ssleay/.footprint
index fd779e197..d83d0d557 100644
--- a/p5-net-ssleay/.footprint
+++ b/p5-net-ssleay/.footprint
@@ -13,7 +13,6 @@ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Net/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Net/SSLeay/
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Net/SSLeay/SSLeay.so
--r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Net/SSLeay/autosplit.ix
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Net/SSLeay/debug_read.al
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Net/SSLeay/do_https.al
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Net/SSLeay/do_https2.al
diff --git a/p5-net-ssleay/Pkgfile b/p5-net-ssleay/Pkgfile
index af7697c99..5cfa620bb 100644
--- a/p5-net-ssleay/Pkgfile
+++ b/p5-net-ssleay/Pkgfile
@@ -1,12 +1,12 @@
# Description: Perl extension for using OpenSSL.
-# URL: http://search.cpan.org/~sampo/Net_SSLeay.pm-1.25/
+# URL: http://search.cpan.org/~sampo/Net_SSLeay.pm-1.30/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Younes Hafri, ycrux at club dash internet dot fr
# Depends on: openssl
name=p5-net-ssleay
version=1.30
-release=1
+release=2
source=(http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Net_SSLeay.pm-$version.tar.gz)
build() {
@@ -16,9 +16,10 @@ build() {
make DESTDIR=$PKG install
# Remove perlcrap
- find $PKG \( \
+ find $PKG -type f \( \
-name '.packlist' -or \
-name '*.bs' -or \
+ -name 'autosplit.ix' -or \
-name 'perllocal.pod' \) -delete
# Remove empty directories

Generated by cgit