Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  4 Feb 2006 13:44:06 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gkovesdan@t-hosting.hu
Subject:   ports/92788: [PATCH] security/p5-Crypt-SaltedHash: update to 0.04
Message-ID:  <20060204054406.22AEEB29C6D@utopia.leeym.com>
Resent-Message-ID: <200602040550.k145o2QF097015@freefall.freebsd.org>

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

>Number:         92788
>Category:       ports
>Synopsis:       [PATCH] security/p5-Crypt-SaltedHash: update to 0.04
>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:   Sat Feb 04 05:50:01 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Fri Feb  3 08:02:39 CST
>Description:
- Update to 0.04
- Fix dependency
- Unbreak on old perl

Port maintainer (gkovesdan@t-hosting.hu) is cc'd.

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

--- p5-Crypt-SaltedHash-0.04.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/p5-Crypt-SaltedHash/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	21 Dec 2005 16:37:19 -0000	1.1
+++ Makefile	4 Feb 2006 05:43:47 -0000
@@ -4,7 +4,7 @@
 # $FreeBSD: ports/security/p5-Crypt-SaltedHash/Makefile,v 1.1 2005/12/21 16:37:19 erwin Exp $
 
 PORTNAME=	Crypt-SaltedHash
-PORTVERSION=	0.03
+PORTVERSION=	0.04
 CATEGORIES=	security perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Crypt
@@ -13,15 +13,13 @@
 MAINTAINER=	gkovesdan@t-hosting.hu
 COMMENT=	Perl extension to work with salted hashes
 
-BUILD_DEPENDS=	${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest \
-		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+RUN_DEPENDS=	${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
+BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
+		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
 
 PERL_CONFIGURE=	yes
 
 MAN3=		Crypt::SaltedHash.3
 
-.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} <= 500503
-IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/security/p5-Crypt-SaltedHash/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	21 Dec 2005 16:37:19 -0000	1.1
+++ distinfo	4 Feb 2006 05:43:47 -0000
@@ -1,3 +1,3 @@
-MD5 (Crypt-SaltedHash-0.03.tar.gz) = 0bfaf2c252b18bde41d970e1f3127a7f
-SHA256 (Crypt-SaltedHash-0.03.tar.gz) = 4c31654c5e85f29ea2f5d225b625081d801e36fc26ca3e14447c23f120b21df2
-SIZE (Crypt-SaltedHash-0.03.tar.gz) = 6800
+MD5 (Crypt-SaltedHash-0.04.tar.gz) = d7f3568d892cbab4ed59d3d43859974c
+SHA256 (Crypt-SaltedHash-0.04.tar.gz) = 0dafa382737f9bc86f4b8ea81958ddb37664644022f0cdc5b72bd1bedb19a28c
+SIZE (Crypt-SaltedHash-0.04.tar.gz) = 6946
--- p5-Crypt-SaltedHash-0.04.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?20060204054406.22AEEB29C6D>