svn commit: r331186 - head/irc/p5-POE-Session-Irssi

Jase Thew jase at FreeBSD.org
Mon Oct 21 20:18:27 UTC 2013


Author: jase
Date: Mon Oct 21 20:18:26 2013
New Revision: 331186
URL: http://svnweb.freebsd.org/changeset/ports/331186

Log:
  - Add STAGE support
  - pkg-descr: Fix WWW whitespace nit and update URL

Modified:
  head/irc/p5-POE-Session-Irssi/Makefile
  head/irc/p5-POE-Session-Irssi/pkg-descr   (contents, props changed)
  head/irc/p5-POE-Session-Irssi/pkg-plist   (contents, props changed)

Modified: head/irc/p5-POE-Session-Irssi/Makefile
==============================================================================
--- head/irc/p5-POE-Session-Irssi/Makefile	Mon Oct 21 20:13:56 2013	(r331185)
+++ head/irc/p5-POE-Session-Irssi/Makefile	Mon Oct 21 20:18:26 2013	(r331186)
@@ -3,6 +3,7 @@
 
 PORTNAME=	POE-Session-Irssi
 PORTVERSION=	0.50
+PORTREVISION=	1
 CATEGORIES=	irc perl5 devel
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MARTIJN
@@ -22,17 +23,15 @@ RUN_DEPENDS=	p5-POE>=1.003:${PORTSDIR}/d
 		irssi:${PORTSDIR}/irc/irssi
 
 PLIST_SUB=	EXAMPLESDIR="share/examples/${PORTNAME}"
+CONFIGURE_ARGS+=	INSTALLDIRS=site
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		POE::Session::Irssi.3
-
-NO_STAGE=	yes
 post-install:
 .ifndef(NOPORTEXAMPLES)
 	@${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
-	@${MKDIR} ${EXAMPLESDIR}
-	${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLESDIR}
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR}
 .endif
 
 .include <bsd.port.mk>

Modified: head/irc/p5-POE-Session-Irssi/pkg-descr
==============================================================================
--- head/irc/p5-POE-Session-Irssi/pkg-descr	Mon Oct 21 20:13:56 2013	(r331185)
+++ head/irc/p5-POE-Session-Irssi/pkg-descr	Mon Oct 21 20:18:26 2013	(r331186)
@@ -2,4 +2,4 @@ This POE::Session subclass helps you int
 connects the signals and commands handlers you define as POE events with the
 Irssi machinery.
 
-WWW:	http://search.cpan.org/dist/POE-Session-Irssi/
+WWW: https://metacpan.org/module/POE::Session::Irssi

Modified: head/irc/p5-POE-Session-Irssi/pkg-plist
==============================================================================
--- head/irc/p5-POE-Session-Irssi/pkg-plist	Mon Oct 21 20:13:56 2013	(r331185)
+++ head/irc/p5-POE-Session-Irssi/pkg-plist	Mon Oct 21 20:18:26 2013	(r331186)
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/POE::Session::Irssi.3.gz
 %%SITE_PERL%%/POE/Session/Irssi.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Session/Irssi/.packlist
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/clean-backlog.pl


More information about the svn-ports-head mailing list