svn commit: r364529 - head/net/x2goclient-cli

John Marino marino at FreeBSD.org
Sun Aug 10 12:20:19 UTC 2014


Author: marino
Date: Sun Aug 10 12:20:18 2014
New Revision: 364529
URL: http://svnweb.freebsd.org/changeset/ports/364529
QAT: https://qat.redports.org/buildarchive/r364529/

Log:
  net/x2goclient-cli: Fix perl shebang on main executable, pet portlint
  
  This port failed to build under poudriere bulk -t: Just Fix It

Modified:
  head/net/x2goclient-cli/Makefile
  head/net/x2goclient-cli/pkg-descr

Modified: head/net/x2goclient-cli/Makefile
==============================================================================
--- head/net/x2goclient-cli/Makefile	Sun Aug 10 12:13:15 2014	(r364528)
+++ head/net/x2goclient-cli/Makefile	Sun Aug 10 12:20:18 2014	(r364529)
@@ -3,7 +3,7 @@
 
 PORTNAME=	x2goclient-cli
 DISTVERSION=	3.0.1-1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	http://x2go.obviously-nice.de/deb/pool-lenny/x2goclient-cli/
 DISTNAME=	${PORTNAME}_${DISTVERSION}
@@ -11,13 +11,15 @@ DISTNAME=	${PORTNAME}_${DISTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	The x2go perl client
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 RUN_DEPENDS=	p5-Proc-Simple>=0:${PORTSDIR}/devel/p5-Proc-Simple \
 		p5-Term-ReadPassword>=0:${PORTSDIR}/devel/p5-Term-ReadPassword \
 		nxproxy:${PORTSDIR}/net/nxproxy
 
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/LICENSE
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	x2goclient-cli
 PLIST_FILES=	bin/x2goclient-cli
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION:S,-1.2,,}
 NO_BUILD=	yes

Modified: head/net/x2goclient-cli/pkg-descr
==============================================================================
--- head/net/x2goclient-cli/pkg-descr	Sun Aug 10 12:13:15 2014	(r364528)
+++ head/net/x2goclient-cli/pkg-descr	Sun Aug 10 12:20:18 2014	(r364529)
@@ -1,3 +1,3 @@
 CLI client for x2go
 
-WWW:	http://www.x2go.org/
+WWW: http://www.x2go.org/


More information about the svn-ports-all mailing list