[Midnightbsd-cvs] mports: devel/p5-IPC-ShareLite: update to 0.17

ctriv at midnightbsd.org ctriv at midnightbsd.org
Fri Mar 20 02:42:46 EDT 2009


Log Message:
-----------
update to 0.17

Modified Files:
--------------
    mports/devel/p5-IPC-ShareLite:
        Makefile (r1.1 -> r1.2)
        distinfo (r1.1 -> r1.2)
        pkg-plist (r1.2 -> r1.3)

Removed Files:
-------------
    mports/devel/p5-IPC-ShareLite/files:
        patch-Configure
        patch-Makefile.PL

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/devel/p5-IPC-ShareLite/pkg-plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -L devel/p5-IPC-ShareLite/pkg-plist -L devel/p5-IPC-ShareLite/pkg-plist -u -r1.2 -r1.3
--- devel/p5-IPC-ShareLite/pkg-plist
+++ devel/p5-IPC-ShareLite/pkg-plist
@@ -1,7 +1,8 @@
+ at comment $MidnightBSD$
 %%SITE_PERL%%/%%PERL_ARCH%%/IPC/ShareLite.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/ShareLite/ShareLite.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/ShareLite/ShareLite.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/ShareLite/ShareLite.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/ShareLite/autosplit.ix
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/IPC
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/ShareLite
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/IPC
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/p5-IPC-ShareLite/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L devel/p5-IPC-ShareLite/Makefile -L devel/p5-IPC-ShareLite/Makefile -u -r1.1 -r1.2
--- devel/p5-IPC-ShareLite/Makefile
+++ devel/p5-IPC-ShareLite/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	IPC-ShareLite
-PORTVERSION=	0.09
+PORTVERSION=	0.17
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/devel/p5-IPC-ShareLite/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L devel/p5-IPC-ShareLite/distinfo -L devel/p5-IPC-ShareLite/distinfo -u -r1.1 -r1.2
--- devel/p5-IPC-ShareLite/distinfo
+++ 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.17.tar.gz) = 54c7aa08dc065b6c946c48491d33450d
+SHA256 (IPC-ShareLite-0.17.tar.gz) = 14d406b91da96d6521d0d1a82d22a306274765226b86b0a56e7ffddcf96ae7bf
+SIZE (IPC-ShareLite-0.17.tar.gz) = 22875
--- 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.
--- 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
- 


More information about the Midnightbsd-cvs mailing list