Date: Mon, 16 Jan 2012 12:50:04 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org, stephon@gmail.com Subject: ports/164193: [PATCH] mail/p5-SES: Avoid p5-Switch warning and add mirror site Message-ID: <20120116045004.A00B87E81B@colo-p.gslin.org> Resent-Message-ID: <201201160500.q0G50PkO083612@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164193 >Category: ports >Synopsis: [PATCH] mail/p5-SES: Avoid p5-Switch warning and add mirror site >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 16 05:00:24 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.4-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD colo-p.gslin.org 7.4-RELEASE-p3 FreeBSD 7.4-RELEASE-p3 #0: Tue Sep 27 14:47:23 UTC 2011 >Description: * Add p5-Switch to avoid warning message (Perl 5.14). * Add my own mirror site. Port maintainer (stephon@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-SES-1.01_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/p5-SES/Makefile /home/staff/gslin/work/ports/p5-SES/Makefile --- /usr/ports/mail/p5-SES/Makefile 2012-01-09 23:41:01.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-SES/Makefile 2012-01-16 12:48:05.000000000 +0800 @@ -7,8 +7,10 @@ PORTNAME= SES PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= mail perl5 -MASTER_SITES= http://d36cz9buwru1tt.cloudfront.net/catalog/attachments/ +MASTER_SITES= http://d36cz9buwru1tt.cloudfront.net/catalog/attachments/ \ + http://files.gslin.org/Software/ PKGNAMEPREFIX= p5- DISTNAME= ses-tools-2011-10-31 @@ -20,6 +22,7 @@ RUN_DEPENDS= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \ p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ + p5-Switch>=0:${PORTSDIR}/lang/p5-Switch \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww @@ -41,6 +44,7 @@ do-install: cd ${WRKSRC} && ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/bin/ + ${MKDIR} ${PREFIX}/${SITE_PERL_REL}/ ${INSTALL_DATA} ${WRKSRC}/SES.pm ${PREFIX}/${SITE_PERL_REL}/ .include <bsd.port.mk> --- p5-SES-1.01_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?20120116045004.A00B87E81B>