From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 5 06:00:24 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 7E9A4106566B for ; Wed, 5 Oct 2011 06:00:21 +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 12EE98FC1B for ; Wed, 5 Oct 2011 06:00:21 +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 p9560KnV091813 for ; Wed, 5 Oct 2011 06:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9560K8A091806; Wed, 5 Oct 2011 06:00:20 GMT (envelope-from gnats) Resent-Date: Wed, 5 Oct 2011 06:00:20 GMT Resent-Message-Id: <201110050600.p9560K8A091806@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, Stephon Chen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED4F0106566B for ; Wed, 5 Oct 2011 05:54:24 +0000 (UTC) (envelope-from stephon@pixnet.tw) Received: from epaper.pixnet.net (srvnat.pixnet.tw [60.199.247.250]) by mx1.freebsd.org (Postfix) with ESMTP id C37458FC17 for ; Wed, 5 Oct 2011 05:54:24 +0000 (UTC) Message-Id: <20111005055423.DBB692E06C@aqua.pixnet.tw> Date: Wed, 5 Oct 2011 13:54:23 +0800 (CST) From: Stephon Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: stephon@pixnet.tw Subject: ports/161295: [PATCH] mail/p5-SES: update to 1.01 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: Wed, 05 Oct 2011 06:00:24 -0000 >Number: 161295 >Category: ports >Synopsis: [PATCH] mail/p5-SES: update to 1.01 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 05 06:00:19 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stephon Chen >Release: FreeBSD 7.4-RELEASE amd64 >Organization: PIXNET >Environment: System: FreeBSD aqua 7.4-RELEASE FreeBSD 7.4-RELEASE #0: Fri Feb 18 01:55:22 UTC 2011 >Description: - Update to 1.01 Fix dependencys of perl modules Port maintainer (stephon@pixnet.tw) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-SES-1.01.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/p5-SES/Makefile /.amd_mnt/10.4.1.1/vol/home/admin/stephon/ports/mail/p5-SES/Makefile --- /usr/ports/mail/p5-SES/Makefile 2011-05-09 15:16:38.000000000 +0800 +++ /.amd_mnt/10.4.1.1/vol/home/admin/stephon/ports/mail/p5-SES/Makefile 2011-10-05 14:00:21.503966000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= SES -PORTVERSION= 1.00 +PORTVERSION= 1.01 CATEGORIES= mail perl5 MASTER_SITES= http://aws-catalog-download-files.s3.amazonaws.com/ PKGNAMEPREFIX= p5- @@ -15,8 +15,11 @@ MAINTAINER= stephon@pixnet.tw COMMENT= Perl module of Amazon Simple Email Services -RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA +RUN_DEPENDS= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \ + p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-XMK-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ NO_BUILD= yes USE_PERL5_RUN= yes --- p5-SES-1.01.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: