svn commit: r360762 - head/sysutils/pdsh

Tijl Coosemans tijl at FreeBSD.org
Sat Jul 5 15:17:45 UTC 2014


Author: tijl
Date: Sat Jul  5 15:17:44 2014
New Revision: 360762
URL: http://svnweb.freebsd.org/changeset/ports/360762
QAT: https://qat.redports.org/buildarchive/r360762/

Log:
  USES=libtool:keepla tar:bzip2

Modified:
  head/sysutils/pdsh/Makefile

Modified: head/sysutils/pdsh/Makefile
==============================================================================
--- head/sysutils/pdsh/Makefile	Sat Jul  5 15:16:09 2014	(r360761)
+++ head/sysutils/pdsh/Makefile	Sat Jul  5 15:17:44 2014	(r360762)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pdsh
 PORTVERSION=	2.28
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	GOOGLE_CODE
 
@@ -11,9 +12,9 @@ COMMENT=	Parallel Distributed Shell
 
 LICENSE=	GPLv2
 
-USES=		perl5
-USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+# :keepla because port uses lt_dlopen
+USES=		libtool:keepla perl5 tar:bzip2
 USE_PERL5=	build
 
 OPTIONS_DEFINE=		SSH DSHGROUPS NETGROUP READLINE RSH


More information about the svn-ports-head mailing list