From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 5 05: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 109BF1065675 for ; Wed, 5 Oct 2011 05: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 CD7938FC17 for ; Wed, 5 Oct 2011 05:40:09 +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 p955e7X6053468 for ; Wed, 5 Oct 2011 05:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p955e7WG053467; Wed, 5 Oct 2011 05:40:07 GMT (envelope-from gnats) Resent-Date: Wed, 5 Oct 2011 05:40:07 GMT Resent-Message-Id: <201110050540.p955e7WG053467@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 D2CE7106566B for ; Wed, 5 Oct 2011 05:34:40 +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 A8CF68FC18 for ; Wed, 5 Oct 2011 05:34:40 +0000 (UTC) Message-Id: <20111005053438.822A82E06C@aqua.pixnet.tw> Date: Wed, 5 Oct 2011 13:34:38 +0800 (CST) From: Stephon Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: stephon@pixnet.tw Subject: ports/161294: [PATCH] mail/p5-SES: [SUMMARIZE CHANGES] 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 05:40:10 -0000 >Number: 161294 >Category: ports >Synopsis: [PATCH] mail/p5-SES: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 05 05:40:07 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: [DESCRIBE CHANGES] Fix lack dependencies of perl modules and sort Port maintainer (stephon@pixnet.tw) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-SES-1.00_1.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 13:39:31.855212000 +0800 @@ -7,6 +7,7 @@ PORTNAME= SES PORTVERSION= 1.00 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= http://aws-catalog-download-files.s3.amazonaws.com/ PKGNAMEPREFIX= p5- @@ -15,8 +16,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.00_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: