From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 21 22:30:06 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9586416A41F for ; Wed, 21 Dec 2005 22:30:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 363DE43D5D for ; Wed, 21 Dec 2005 22:30:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBLMU4us029183 for ; Wed, 21 Dec 2005 22:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBLMU3s0029182; Wed, 21 Dec 2005 22:30:04 GMT (envelope-from gnats) Resent-Date: Wed, 21 Dec 2005 22:30:04 GMT Resent-Message-Id: <200512212230.jBLMU3s0029182@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gabor Kovesdan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84EE716A41F for ; Wed, 21 Dec 2005 22:20:28 +0000 (GMT) (envelope-from root@server.t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id B89C943D5D for ; Wed, 21 Dec 2005 22:20:27 +0000 (GMT) (envelope-from root@server.t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id E3FCF99843F; Wed, 21 Dec 2005 23:20:26 +0100 (CET) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 61511-02; Wed, 21 Dec 2005 23:20:23 +0100 (CET) Received: by server.t-hosting.hu (Postfix, from userid 0) id A0DAB99843C; Wed, 21 Dec 2005 23:20:23 +0100 (CET) Message-Id: <20051221222023.A0DAB99843C@server.t-hosting.hu> Date: Wed, 21 Dec 2005 23:20:23 +0100 (CET) From: Gabor Kovesdan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Gabor Kovesdan Subject: ports/90776: [port update] security/p5-Crypt-Blowfish X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor Kovesdan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 22:30:06 -0000 >Number: 90776 >Category: ports >Synopsis: [port update] security/p5-Crypt-Blowfish >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: Wed Dec 21 22:30:03 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gabor Kovesdan >Release: FreeBSD 5.3-RELEASE-p17 amd64 >Organization: n/a >Environment: System: FreeBSD server.t-hosting.hu 5.3-RELEASE-p17 FreeBSD 5.3-RELEASE-p17 #0: Mon Jul 4 20:23:15 CEST 2005 root@server.t-hosting.hu:/usr/src/sys/amd64/compile/FREEBSD amd64 >Description: - Update to 2.10 - Add SHA256 - Portlint cleanup >How-To-Repeat: >Fix: --- p5-Crypt-Blowfish.diff begins here --- diff -ur /usr/ports/security/p5-Crypt-Blowfish/Makefile ./Makefile --- /usr/ports/security/p5-Crypt-Blowfish/Makefile Fri Oct 24 14:03:27 2003 +++ ./Makefile Wed Dec 21 23:01:30 2005 @@ -6,7 +6,7 @@ # PORTNAME= Crypt-Blowfish -PORTVERSION= 2.09 +PORTVERSION= 2.10 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -18,6 +18,5 @@ PERL_CONFIGURE= yes MAN3= Crypt::Blowfish.3 - .include diff -ur /usr/ports/security/p5-Crypt-Blowfish/distinfo ./distinfo --- /usr/ports/security/p5-Crypt-Blowfish/distinfo Thu Mar 18 19:00:57 2004 +++ ./distinfo Wed Dec 21 23:01:30 2005 @@ -1,2 +1,3 @@ -MD5 (Crypt-Blowfish-2.09.tar.gz) = bbd037e1eb20778f3d636dff345ed02f -SIZE (Crypt-Blowfish-2.09.tar.gz) = 17497 +MD5 (Crypt-Blowfish-2.10.tar.gz) = 15b53308df3b29a62a9f2f718aace19a +SHA256 (Crypt-Blowfish-2.10.tar.gz) = b984751c6902573ad7805c1463d8d1d0d58f5d2d20c13100dca3edfa61d8d7eb +SIZE (Crypt-Blowfish-2.10.tar.gz) = 17623 --- p5-Crypt-Blowfish.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: