summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-09-26 18:51:23 +0000
committerMark Murray <markm@FreeBSD.org>1998-09-26 18:51:23 +0000
commite04f6feacb1ed0cd530282333b61742b0238d064 (patch)
treed8f23e5cc6dd1b65a5a3151be516967f1c8e9534
parentback to the snaps w/egcs-19980914 (diff)
Update for new perl5
Notes
Notes: svn path=/head/; revision=13402
-rw-r--r--security/p5-Crypt-DES/Makefile6
-rw-r--r--security/p5-Crypt-DES/pkg-plist12
-rw-r--r--security/p5-Crypt-IDEA/Makefile6
-rw-r--r--security/p5-Crypt-IDEA/files/patch-aa8
-rw-r--r--security/p5-Crypt-IDEA/pkg-plist12
5 files changed, 26 insertions, 18 deletions
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile
index efe8fc45d8b0..3919b4c5fa0f 100644
--- a/security/p5-Crypt-DES/Makefile
+++ b/security/p5-Crypt-DES/Makefile
@@ -3,7 +3,7 @@
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.8 1998/09/03 13:45:44 asami Exp $
+# $Id: Makefile,v 1.9 1998/09/15 21:31:52 asami Exp $
#
DISTNAME= Crypt-DES-1.0
@@ -14,12 +14,12 @@ MASTER_SITE_SUBDIR= Crypt
MAINTAINER= jfitz@FreeBSD.ORG
-BROKEN= perl5 upgrade
+RESTRICTED= "Crypto; export-controlled"
USE_PERL5= YES
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Crypt::DES.3
-MANPREFIX= ${PREFIX}/lib/perl5
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
diff --git a/security/p5-Crypt-DES/pkg-plist b/security/p5-Crypt-DES/pkg-plist
index e5e9e212e1d0..b797699c38fe 100644
--- a/security/p5-Crypt-DES/pkg-plist
+++ b/security/p5-Crypt-DES/pkg-plist
@@ -1,6 +1,6 @@
-lib/perl5/site_perl/Crypt/DES.pm
-lib/perl5/site_perl/Crypt/DES.pod
-lib/perl5/site_perl/i386-freebsd/auto/Crypt/DES/DES.bs
-lib/perl5/site_perl/i386-freebsd/auto/Crypt/DES/DES.so
-lib/perl5/site_perl/i386-freebsd/auto/Crypt/DES/.packlist
-@dirrm lib/perl5/site_perl/i386-freebsd/auto/Crypt/DES
+lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Crypt/DES.pm
+lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Crypt/DES.pod
+lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Crypt/DES/DES.bs
+lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Crypt/DES/DES.so
+lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Crypt/DES/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Crypt/DES
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile
index 5c943634b536..8d5bf25263b0 100644
--- a/security/p5-Crypt-IDEA/Makefile
+++ b/security/p5-Crypt-IDEA/Makefile
@@ -3,7 +3,7 @@
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.9 1998/09/03 13:45:44 asami Exp $
+# $Id: Makefile,v 1.10 1998/09/15 21:31:52 asami Exp $
#
DISTNAME= Crypt-IDEA-1.0
@@ -14,12 +14,12 @@ MASTER_SITE_SUBDIR= Crypt
MAINTAINER= jfitz@FreeBSD.ORG
-BROKEN= perl5 upgrade
+RESTRICTED= "Crypto; export-controlled"
USE_PERL5= YES
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Crypt::IDEA.3
-MANPREFIX= ${PREFIX}/lib/perl5
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
diff --git a/security/p5-Crypt-IDEA/files/patch-aa b/security/p5-Crypt-IDEA/files/patch-aa
new file mode 100644
index 000000000000..2fdceb4fa182
--- /dev/null
+++ b/security/p5-Crypt-IDEA/files/patch-aa
@@ -0,0 +1,8 @@
+--- idea.h.ORIG Sat Sep 26 15:55:53 1998
++++ idea.h Sat Sep 26 15:56:43 1998
+@@ -1,4 +1,4 @@
+-#include <machine/types.h>
++#include <sys/types.h>
+
+ #define IDEA_KS_SIZE 104
+
diff --git a/security/p5-Crypt-IDEA/pkg-plist b/security/p5-Crypt-IDEA/pkg-plist
index a69fed24e1c0..ee5eb4e35a24 100644
--- a/security/p5-Crypt-IDEA/pkg-plist
+++ b/security/p5-Crypt-IDEA/pkg-plist
@@ -1,6 +1,6 @@
-lib/perl5/site_perl/Crypt/IDEA.pm
-lib/perl5/site_perl/Crypt/IDEA.pod
-lib/perl5/site_perl/i386-freebsd/auto/Crypt/IDEA/IDEA.bs
-lib/perl5/site_perl/i386-freebsd/auto/Crypt/IDEA/IDEA.so
-lib/perl5/site_perl/i386-freebsd/auto/Crypt/IDEA/.packlist
-@dirrm lib/perl5/site_perl/i386-freebsd/auto/Crypt/IDEA
+lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Crypt/IDEA.pm
+lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Crypt/IDEA.pod
+lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Crypt/IDEA/IDEA.bs
+lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Crypt/IDEA/IDEA.so
+lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Crypt/IDEA/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Crypt/IDEA