summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2018-11-21 10:42:03 +0100
committerJuergen Daubert <jue@jue.li>2018-11-21 10:42:03 +0100
commit2653b2eb1f19eccee69c5782c865b4790e9c1fd9 (patch)
treeae1af85d170fcfb890704f1ae7e6a2905e5d3b32 /perl
parent295542a34def4b542b44438e4f3842dde43feac7 (diff)
downloadcore-2653b2eb1f19eccee69c5782c865b4790e9c1fd9.tar.gz
core-2653b2eb1f19eccee69c5782c865b4790e9c1fd9.tar.xz
perl: cleanup, closes FS#1699
Diffstat (limited to 'perl')
-rw-r--r--perl/.footprint5
-rw-r--r--perl/.signature4
-rw-r--r--perl/Pkgfile5
3 files changed, 6 insertions, 8 deletions
diff --git a/perl/.footprint b/perl/.footprint
index 7f2a7f4a..e2936261 100644
--- a/perl/.footprint
+++ b/perl/.footprint
@@ -24,7 +24,6 @@ lrwxrwxrwx root/root usr/bin/perl -> perl5.26.2
-rwxr-xr-x root/root usr/bin/podchecker
-rwxr-xr-x root/root usr/bin/podselect
-rwxr-xr-x root/root usr/bin/prove
-lrwxrwxrwx root/root usr/bin/pstruct -> c2ph
-rwxr-xr-x root/root usr/bin/ptar
-rwxr-xr-x root/root usr/bin/ptardiff
-rwxr-xr-x root/root usr/bin/ptargrep
@@ -1991,7 +1990,7 @@ drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/perlboot.1pm.gz
-rw-r--r-- root/root usr/share/man/man1/perlbot.1pm.gz
-rw-r--r-- root/root usr/share/man/man1/perlbs2000.1pm.gz
--rw-r--r-- root/root usr/share/man/man1/perlbug.1pm
+-rw-r--r-- root/root usr/share/man/man1/perlbug.1pm.gz
-rw-r--r-- root/root usr/share/man/man1/perlcall.1pm.gz
-rw-r--r-- root/root usr/share/man/man1/perlce.1pm.gz
-rw-r--r-- root/root usr/share/man/man1/perlcheat.1pm.gz
@@ -2102,7 +2101,7 @@ drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/perlsymbian.1pm.gz
-rw-r--r-- root/root usr/share/man/man1/perlsyn.1pm.gz
-rw-r--r-- root/root usr/share/man/man1/perlsynology.1pm.gz
--rw-r--r-- root/root usr/share/man/man1/perlthanks.1pm
+lrwxrwxrwx root/root usr/share/man/man1/perlthanks.1pm.gz -> perlbug.1pm.gz
-rw-r--r-- root/root usr/share/man/man1/perlthrtut.1pm.gz
-rw-r--r-- root/root usr/share/man/man1/perltie.1pm.gz
-rw-r--r-- root/root usr/share/man/man1/perltoc.1pm.gz
diff --git a/perl/.signature b/perl/.signature
index a34f0e3c..af219c3a 100644
--- a/perl/.signature
+++ b/perl/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
-RWRJc1FUaeVeqlR4AqQON3ZpYYI4r4+6gFa73BtIF0/NMnxZ7amif8iyujqvSHhiaxe9R5EljGZryOti+b8SgJ/GX5A5tqXhLA0=
-SHA256 (Pkgfile) = 45ce71063d7b0724f71570a76b576a665f7da93a0d17c9ef33e295c3acaa0086
+RWRJc1FUaeVeqp99bDOItwW2rewtg3iVc2dqRrDUwsIJylm0Vd0VWaclapfhZxU3TgJrb0eOfLdUGoK6wWulAhCbHSH/Lvt9ogo=
+SHA256 (Pkgfile) = 31d75b7eb7a122915b647acd31bc87507762d6c8ae3ac45731b5ceae76628fc2
SHA256 (.footprint) = ce890b19a030e75fc6089d0427b3e7eacfe6c2c78edddf0c10a0013e29fdbff3
SHA256 (perl-5.26.2.tar.xz) = 0f8c0fb1b0db4681adb75c3ba0dd77a0472b1b359b9e80efd79fc27b4352132c
diff --git a/perl/Pkgfile b/perl/Pkgfile
index a7ef49ff..1da56601 100644
--- a/perl/Pkgfile
+++ b/perl/Pkgfile
@@ -5,7 +5,7 @@
name=perl
version=5.26.2
-release=1
+release=2
source=(http://www.cpan.org/src/5.0/$name-$version.tar.xz)
build() {
@@ -29,8 +29,7 @@ build() {
make DESTDIR=$PKG install
ln -sf perl${version%-*} $PKG/usr/bin/perl
- ln -sf c2ph $PKG/usr/bin/pstruct
- ln -sf c2ph.1pm $PKG/usr/share/man/man1/pstruct.1pm
+ ln -sf perlbug.1pm $PKG/usr/share/man/man1/perlthanks.1pm
find $PKG \
-iname 'TODO*' -or \

Generated by cgit