Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2015 13:08:43 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388059 - head/mail/p5-POE-Component-Client-POP3
Message-ID:  <201505311308.t4VD8hoL032638@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun May 31 13:08:43 2015
New Revision: 388059
URL: https://svnweb.freebsd.org/changeset/ports/388059

Log:
  - Fix shebangs
  - Add NO_ARCH
  - Drop @dirrm* from plist
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/mail/p5-POE-Component-Client-POP3/Makefile
  head/mail/p5-POE-Component-Client-POP3/pkg-plist

Modified: head/mail/p5-POE-Component-Client-POP3/Makefile
==============================================================================
--- head/mail/p5-POE-Component-Client-POP3/Makefile	Sun May 31 13:08:07 2015	(r388058)
+++ head/mail/p5-POE-Component-Client-POP3/Makefile	Sun May 31 13:08:43 2015	(r388059)
@@ -3,7 +3,7 @@
 
 PORTNAME=	POE-Component-Client-POP3
 PORTVERSION=	0.02
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,8 +14,10 @@ COMMENT=	Implement a POP3 client POE com
 BUILD_DEPENDS=	p5-POE>=0:${PORTSDIR}/devel/p5-POE
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	samples/test.perl samples/term.perl
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 OPTIONS_DEFINE=	EXAMPLES
 

Modified: head/mail/p5-POE-Component-Client-POP3/pkg-plist
==============================================================================
--- head/mail/p5-POE-Component-Client-POP3/pkg-plist	Sun May 31 13:08:07 2015	(r388058)
+++ head/mail/p5-POE-Component-Client-POP3/pkg-plist	Sun May 31 13:08:43 2015	(r388059)
@@ -2,4 +2,3 @@
 %%SITE_PERL%%/POE/Component/Client/POP3.pm
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/term.perl
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.perl
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%



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