Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2003 22:36:11 +0100 (CET)
From:      Lars Thegler <lars@thegler.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mharo@FreeBSD.org
Subject:   ports/59860: [PATCH] security/p5-Crypt-RSA: update to 1.50
Message-ID:  <20031130213611.F36DB3EB9@dask.thegler.dk>
Resent-Message-ID: <200311302140.hAULeBAx079301@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         59860
>Category:       ports
>Synopsis:       [PATCH] security/p5-Crypt-RSA: update to 1.50
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 30 13:40:11 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Nov  5 11:25:36 CET
>Description:
- Update to 1.50
- Use SITE_PERL macro to keep portlint happy

Port maintainer (mharo@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- p5-Crypt-RSA-1.50.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/p5-Crypt-RSA/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	24 Oct 2003 12:03:34 -0000	1.5
+++ Makefile	30 Nov 2003 21:35:23 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Crypt-RSA
-PORTVERSION=	1.48
+PORTVERSION=	1.50
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Crypt
@@ -15,21 +15,20 @@
 MAINTAINER=	mharo@FreeBSD.org
 COMMENT=	RSA public-key cryptosystem
 
-PERLBASE=	${SITE_PERL}
-
-BUILD_DEPENDS=	${PERLBASE}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
-		${PERLBASE}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \
-		${PERLBASE}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random \
-		${PERLBASE}/Crypt/Primes.pm:${PORTSDIR}/security/p5-Crypt-Primes \
-		${PERLBASE}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
-		${PERLBASE}/Convert/ASCII/Armor.pm:${PORTSDIR}/converters/p5-Convert-ASCII-Armour \
-		${PERLBASE}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \
-		${PERLBASE}/Sort/Versions.pm:${PORTSDIR}/devel/p5-Sort-Versions \
-		${PERLBASE}/Class/Loader.pm:${PORTSDIR}/devel/p5-Class-Loader \
-		${PERLBASE}/${PERL_ARCH}/Digest/MD2.pm:${PORTSDIR}/security/p5-Digest-MD2 \
-		${PERLBASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
-		${PERLBASE}/Tie/EncryptedHash.pm:${PORTSDIR}/security/p5-Tie-EncryptedHash \
-		${PERLBASE}/MD5.pm:${PORTSDIR}/security/p5-MD5
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
+		${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \
+		${SITE_PERL}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random \
+		${SITE_PERL}/Crypt/Primes.pm:${PORTSDIR}/security/p5-Crypt-Primes \
+		${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
+		${SITE_PERL}/Convert/ASCII/Armor.pm:${PORTSDIR}/converters/p5-Convert-ASCII-Armour \
+		${SITE_PERL}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \
+		${SITE_PERL}/Sort/Versions.pm:${PORTSDIR}/devel/p5-Sort-Versions \
+		${SITE_PERL}/Class/Loader.pm:${PORTSDIR}/devel/p5-Class-Loader \
+		${SITE_PERL}/${PERL_ARCH}/Digest/MD2.pm:${PORTSDIR}/security/p5-Digest-MD2 \
+		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
+		${SITE_PERL}/Tie/EncryptedHash.pm:${PORTSDIR}/security/p5-Tie-EncryptedHash \
+		${SITE_PERL}/MD5.pm:${PORTSDIR}/security/p5-MD5
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/p5-Crypt-RSA/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	26 Feb 2002 07:41:44 -0000	1.2
+++ distinfo	30 Nov 2003 21:35:23 -0000
@@ -1 +1 @@
-MD5 (Crypt-RSA-1.48.tar.gz) = 825ff5158c50f62b57eefd0d7a2a9d2d
+MD5 (Crypt-RSA-1.50.tar.gz) = 422ee7bbb5b31b146c4fd8c5993af988
--- p5-Crypt-RSA-1.50.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031130213611.F36DB3EB9>