diff options
-rw-r--r-- | devel/p5-IPC-ShareLite/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-IPC-ShareLite/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-IPC-ShareLite/files/patch-Configure | 38 | ||||
-rw-r--r-- | devel/p5-IPC-ShareLite/files/patch-Makefile.PL | 10 |
4 files changed, 4 insertions, 52 deletions
diff --git a/devel/p5-IPC-ShareLite/Makefile b/devel/p5-IPC-ShareLite/Makefile index 222305765ce0..0f19a943154e 100644 --- a/devel/p5-IPC-ShareLite/Makefile +++ b/devel/p5-IPC-ShareLite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= IPC-ShareLite -PORTVERSION= 0.09 +PORTVERSION= 0.13 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-IPC-ShareLite/distinfo b/devel/p5-IPC-ShareLite/distinfo index f5bbf11d3c68..5405495ca808 100644 --- a/devel/p5-IPC-ShareLite/distinfo +++ b/devel/p5-IPC-ShareLite/distinfo @@ -1,3 +1,3 @@ -MD5 (IPC-ShareLite-0.09.tar.gz) = 3942a55cfc5e6d3b612a46cc1a9515b9 -SHA256 (IPC-ShareLite-0.09.tar.gz) = e6dafb82ddf7730ebe7ae2de0ce158d3052d782780b41a14c4fed304e463632e -SIZE (IPC-ShareLite-0.09.tar.gz) = 36779 +MD5 (IPC-ShareLite-0.13.tar.gz) = 2cbd2a85e8ffeef2cddd37e00899681b +SHA256 (IPC-ShareLite-0.13.tar.gz) = 4ce9456e4c2653b02db1ad7fea1f30b7bbcd678579be1b746d0430cf57d54484 +SIZE (IPC-ShareLite-0.13.tar.gz) = 21888 diff --git a/devel/p5-IPC-ShareLite/files/patch-Configure b/devel/p5-IPC-ShareLite/files/patch-Configure deleted file mode 100644 index 6152d82c340f..000000000000 --- a/devel/p5-IPC-ShareLite/files/patch-Configure +++ /dev/null @@ -1,38 +0,0 @@ ---- Configure.orig Tue Apr 3 04:46:13 2001 -+++ Configure Tue Apr 3 04:50:15 2001 -@@ -3042,35 +3042,6 @@ - : preserve RCS keywords in files with variable substitution, grrr - Id='$Id' - --: Finish up by extracting the .SH files --case "$alldone" in --exit) -- $rm -rf UU -- echo "Done." -- exit 0 -- ;; --cont) -- ;; --'') -- dflt='' -- nostick=true -- $cat <<EOM -- --If you'd like to make any changes to the config.sh file before I begin --to configure things, do it as a shell escape now (e.g. !vi config.sh). -- --EOM -- rp="Press return or use a shell escape to edit config.sh:" -- . UU/myread -- nostick='' -- case "$ans" in -- '') ;; -- *) : in case they cannot read -- sh 1>&4 -c "$ans";; -- esac -- ;; --esac -- - : if this fails, just run all the .SH files by hand - . ./config.sh - diff --git a/devel/p5-IPC-ShareLite/files/patch-Makefile.PL b/devel/p5-IPC-ShareLite/files/patch-Makefile.PL deleted file mode 100644 index aaec7d9eea36..000000000000 --- a/devel/p5-IPC-ShareLite/files/patch-Makefile.PL +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.PL.orig Tue Apr 3 04:45:01 2001 -+++ Makefile.PL Tue Apr 3 04:45:07 2001 -@@ -1,6 +1,6 @@ - use ExtUtils::MakeMaker; - --system('./Configure'); -+system('./Configure -d'); - - # See lib/ExtUtils/MakeMaker.pm for details of how to influence - # the contents of the Makefile that is written. |