- updatep5-IPC-ShareLite to 0.13

This commit is contained in:
jasper 2008-10-05 23:03:38 +00:00
parent 7342b02b31
commit 4c7f2bf3b6
4 changed files with 8 additions and 62 deletions

View File

@ -1,15 +1,14 @@
# $OpenBSD: Makefile,v 1.8 2008/10/02 20:35:09 simon Exp $
# $OpenBSD: Makefile,v 1.9 2008/10/05 23:03:38 jasper Exp $
SHARED_ONLY= Yes
COMMENT= simple interface to access shared memory
MODULES= cpan
DISTNAME= IPC-ShareLite-0.09
PKGNAME= p5-${DISTNAME}p1
DISTNAME= IPC-ShareLite-0.13
CATEGORIES= devel
# Artistic License
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes

View File

@ -1,5 +1,5 @@
MD5 (IPC-ShareLite-0.09.tar.gz) = OUKlXPxebTthKkbMGpUVuQ==
RMD160 (IPC-ShareLite-0.09.tar.gz) = RocbRPuLKdgK8U4+3ilbc+FPY1Q=
SHA1 (IPC-ShareLite-0.09.tar.gz) = sHhAcVITQagXPk5SQK9nVF9SQcs=
SHA256 (IPC-ShareLite-0.09.tar.gz) = 5tr7gt33cw6+euLeDOFY0wUteCeAtBoUxP7TBORjYy4=
SIZE (IPC-ShareLite-0.09.tar.gz) = 36779
MD5 (IPC-ShareLite-0.13.tar.gz) = LL0qhej/7vLN3TfgCJloGw==
RMD160 (IPC-ShareLite-0.13.tar.gz) = mYpWhGY8QRzetqbNtW7XcA4YEUE=
SHA1 (IPC-ShareLite-0.13.tar.gz) = MVpefmI85z+LN0yqb3RY9wFpQdw=
SHA256 (IPC-ShareLite-0.13.tar.gz) = TOlFbkwmU7Atsa1/6h8wt7vNZ4V5vht0bQQwz1fVRIQ=
SIZE (IPC-ShareLite-0.13.tar.gz) = 21888

View File

@ -1,42 +0,0 @@
$OpenBSD: patch-Configure,v 1.1.1.1 2002/10/16 13:02:03 wilfried Exp $
--- Configure.orig Sun Sep 22 22:17:59 2002
+++ Configure Sun Sep 22 22:18:46 2002
@@ -3042,38 +3042,6 @@ fi
: 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
-
echo " "
exec 1>&4
. ./UU/extract

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2002/10/16 13:02:03 wilfried Exp $
--- Makefile.PL.orig Sun Sep 22 22:18:50 2002
+++ Makefile.PL Sun Sep 22 22:18:57 2002
@@ -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.