svn commit: r343084 - head/net/p5-Queue-Beanstalk

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 14:05:37 UTC 2014


Author: ehaupt
Date: Thu Feb  6 14:05:36 2014
New Revision: 343084
URL: http://svnweb.freebsd.org/changeset/ports/343084
QAT: https://qat.redports.org/buildarchive/r343084/

Log:
  Support staging.

Added:
  head/net/p5-Queue-Beanstalk/pkg-plist   (contents, props changed)
Modified:
  head/net/p5-Queue-Beanstalk/Makefile

Modified: head/net/p5-Queue-Beanstalk/Makefile
==============================================================================
--- head/net/p5-Queue-Beanstalk/Makefile	Thu Feb  6 14:03:19 2014	(r343083)
+++ head/net/p5-Queue-Beanstalk/Makefile	Thu Feb  6 14:05:36 2014	(r343084)
@@ -13,9 +13,4 @@ COMMENT=	Client for beanstalkd, in-memor
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=	Queue::Beanstalk.3
-PLIST_FILES=	"%%SITE_PERL%%/Queue/Beanstalk.pm"
-PLIST_FILES+=	"@dirrmtry %%SITE_PERL%%/Queue"
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Added: head/net/p5-Queue-Beanstalk/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Queue-Beanstalk/pkg-plist	Thu Feb  6 14:05:36 2014	(r343084)
@@ -0,0 +1,3 @@
+%%PERL5_MAN3%%/Queue::Beanstalk.3.gz
+%%SITE_PERL%%/Queue/Beanstalk.pm
+ at dirrmtry %%SITE_PERL%%/Queue


More information about the svn-ports-all mailing list