From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 28 18:40:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 734BC106566B for ; Sat, 28 May 2011 18:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 51AB28FC0A for ; Sat, 28 May 2011 18:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4SIeAVd056722 for ; Sat, 28 May 2011 18:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4SIeA7e056721; Sat, 28 May 2011 18:40:10 GMT (envelope-from gnats) Resent-Date: Sat, 28 May 2011 18:40:10 GMT Resent-Message-Id: <201105281840.p4SIeA7e056721@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, Gerard Seibert Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1169106564A for ; Sat, 28 May 2011 18:35:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 9878F8FC0A for ; Sat, 28 May 2011 18:35:15 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p4SIZFhf072037 for ; Sat, 28 May 2011 18:35:15 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p4SIZFxS072035; Sat, 28 May 2011 18:35:15 GMT (envelope-from nobody) Message-Id: <201105281835.p4SIZFxS072035@red.freebsd.org> Date: Sat, 28 May 2011 18:35:15 GMT From: Gerard Seibert To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/157385: [maintainer update] graphics/p5-Captcha-reCAPTCHA-Mailhide X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2011 18:40:10 -0000 >Number: 157385 >Category: ports >Synopsis: [maintainer update] graphics/p5-Captcha-reCAPTCHA-Mailhide >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat May 28 18:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Gerard Seibert >Release: FreeBSD-8.2 STABLE amd64 >Organization: >Environment: FreeBSD scorpio.seibercom.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Feb 25 11:30:40 EST 2011 gerard@scorpio.seibercom.net:/usr/obj/usr/src/sys/SCORPIO amd64 >Description: Update from version 0.93 to 0.94 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile ./Makefile --- /usr/ports/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile 2009-01-27 03:10:57.000000000 -0500 +++ ./Makefile 2011-05-28 13:40:58.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= Captcha-reCAPTCHA-Mailhide -PORTVERSION= 0.93 +PORTVERSION= 0.94 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/A/AN/ANDYA @@ -15,10 +15,11 @@ MAINTAINER= gerard@seibercom.net COMMENT= A Perl implementation of the reCAPTCHA Mailhide API -BUILD_DEPENDS= p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \ - p5-HTML-Tiny>=0:${PORTSDIR}/textproc/p5-HTML-Tiny \ - p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Crypt-Rijndael>=1.09:${PORTSDIR}/security/p5-Crypt-Rijndael \ + p5-HTML-Tiny>=1.05:${PORTSDIR}/textproc/p5-HTML-Tiny \ + p5-MIME-Base64>=3.13:${PORTSDIR}/converters/p5-MIME-Base64 + +RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Captcha::reCAPTCHA::Mailhide.3 diff -ruN /usr/ports/graphics/p5-Captcha-reCAPTCHA-Mailhide/distinfo ./distinfo --- /usr/ports/graphics/p5-Captcha-reCAPTCHA-Mailhide/distinfo 2009-01-27 03:10:57.000000000 -0500 +++ ./distinfo 2011-05-28 13:12:42.000000000 -0400 @@ -1,3 +1,2 @@ -MD5 (Captcha-reCAPTCHA-Mailhide-0.93.tar.gz) = fba1995e228178b9d81dc55c465859f4 -SHA256 (Captcha-reCAPTCHA-Mailhide-0.93.tar.gz) = 0e2ba342bb36e6fdab5ec2ed174efe7c2fa2293ce7225990313f03c4a21c5f9a -SIZE (Captcha-reCAPTCHA-Mailhide-0.93.tar.gz) = 7054 +SHA256 (Captcha-reCAPTCHA-Mailhide-0.94.tar.gz) = 904975cc274e6890df1348376d3d7ae99c2980f7e6f7a3fae4d518746686200f +SIZE (Captcha-reCAPTCHA-Mailhide-0.94.tar.gz) = 7474 >Release-Note: >Audit-Trail: >Unformatted: