From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 7 01:40:13 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 E79CD106566B for ; Sun, 7 Aug 2011 01:40:12 +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 C596D8FC15 for ; Sun, 7 Aug 2011 01:40:12 +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 p771eCtP048287 for ; Sun, 7 Aug 2011 01:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p771eCPb048286; Sun, 7 Aug 2011 01:40:12 GMT (envelope-from gnats) Resent-Date: Sun, 7 Aug 2011 01:40:12 GMT Resent-Message-Id: <201108070140.p771eCPb048286@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, Jase Thew Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C01A2106566C for ; Sun, 7 Aug 2011 01:34:02 +0000 (UTC) (envelope-from freebsd@beardz.net) Received: from beardz.net (beardz.net [IPv6:2a01:4f8:121:2403:1::]) by mx1.freebsd.org (Postfix) with ESMTP id 49CBE8FC0A for ; Sun, 7 Aug 2011 01:34:02 +0000 (UTC) Received: from beardz.net (localhost [127.0.1.7]) by beardz.net (8.14.4/8.14.4) with ESMTP id p771Y17m054717 for ; Sun, 7 Aug 2011 02:34:01 +0100 (BST) (envelope-from freebsd@beardz.net) Received: (from root@localhost) by beardz.net (8.14.4/8.14.4/Submit) id p771Y0Xi054687; Sun, 7 Aug 2011 02:34:00 +0100 (BST) (envelope-from freebsd@beardz.net) Message-Id: <201108070134.p771Y0Xi054687@beardz.net> Date: Sun, 7 Aug 2011 02:34:00 +0100 (BST) From: Jase Thew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/159567: [MAINTAINER] irc/p5-POE-Component-IRC-Plugin-Blowfish: minor amendments 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: Sun, 07 Aug 2011 01:40:13 -0000 >Number: 159567 >Category: ports >Synopsis: [MAINTAINER] irc/p5-POE-Component-IRC-Plugin-Blowfish: minor amendments >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: Sun Aug 07 01:40:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jase Thew >Release: FreeBSD 8.2-STABLE amd64 >Organization: >Environment: System: FreeBSD jail-ports.localdomain 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Apr 2 19:17:15 BST >Description: - Make use of CPAN:USER macro - Add LICENSE - Use versioned checks for (BUILD|RUN)_DEPENDS - Add installing examples output Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-POE-Component-IRC-Plugin-Blowfish-0.01.patch begins here --- diff -ruN --exclude=CVS /usr/ports/irc/p5-POE-Component-IRC-Plugin-Blowfish.orig/Makefile /usr/ports/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile --- /usr/ports/irc/p5-POE-Component-IRC-Plugin-Blowfish.orig/Makefile 2010-06-05 23:06:01.000000000 +0100 +++ /usr/ports/irc/p5-POE-Component-IRC-Plugin-Blowfish/Makefile 2011-08-07 02:31:00.939776512 +0100 @@ -9,17 +9,19 @@ PORTVERSION= 0.01 CATEGORIES= irc perl5 devel MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:PLU PKGNAMEPREFIX= p5- MAINTAINER= freebsd@beardz.net COMMENT= A POE::Component::IRC plugin tthat provides blowfish encryption -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \ - ${SITE_PERL}/Crypt/Blowfish_PP.pm:${PORTSDIR}/security/p5-Crypt-Blowfish_PP -RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC \ - ${SITE_PERL}/Crypt/Blowfish_PP.pm:${PORTSDIR}/security/p5-Crypt-Blowfish_PP +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-POE>=0.37:${PORTSDIR}/devel/p5-POE \ + p5-POE-Component-IRC>=5.07:${PORTSDIR}/irc/p5-POE-Component-IRC \ + p5-Crypt-Blowfish_PP>=1.12:${PORTSDIR}/security/p5-Crypt-Blowfish_PP +RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" PERL_CONFIGURE= yes @@ -28,6 +30,7 @@ post-install: .ifndef(NOPORTEXAMPLES) + @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif --- p5-POE-Component-IRC-Plugin-Blowfish-0.01.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: