Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Aug 2011 02:34:00 +0100 (BST)
From:      Jase Thew <freebsd@beardz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159567: [MAINTAINER] irc/p5-POE-Component-IRC-Plugin-Blowfish: minor amendments
Message-ID:  <201108070134.p771Y0Xi054687@beardz.net>
Resent-Message-ID: <201108070140.p771eCPb048286@freefall.freebsd.org>

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

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



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