Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  5 Oct 2011 13:34:38 +0800 (CST)
From:      Stephon Chen <stephon@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        stephon@pixnet.tw
Subject:   ports/161294: [PATCH] mail/p5-SES: [SUMMARIZE CHANGES]
Message-ID:  <20111005053438.822A82E06C@aqua.pixnet.tw>
Resent-Message-ID: <201110050540.p955e7WG053467@freefall.freebsd.org>

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

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111005053438.822A82E06C>