Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2015 14:54:33 +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: r393317 - head/www/webtrees
Message-ID:  <201507311454.t6VEsXC3068284@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jul 31 14:54:32 2015
New Revision: 393317
URL: https://svnweb.freebsd.org/changeset/ports/393317

Log:
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/www/webtrees/Makefile

Modified: head/www/webtrees/Makefile
==============================================================================
--- head/www/webtrees/Makefile	Fri Jul 31 14:54:09 2015	(r393316)
+++ head/www/webtrees/Makefile	Fri Jul 31 14:54:32 2015	(r393317)
@@ -3,7 +3,7 @@
 
 PORTNAME=	webtrees
 PORTVERSION=	1.6.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://launchpad.net/${PORTNAME}/${PORTVERSION:C/\.[0-9]*$//}/${PORTVERSION}/+download/
 
@@ -13,9 +13,14 @@ COMMENT=	Online genealogy viewer
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 EXTRACT_AFTER_ARGS=	-d ${WRKSRC}
 
-USES=		cpe zip:infozip
+USES=		cpe shebangfix zip:infozip
+SHEBANG_FILES=	webtrees/library/bombayworks/zendframework1/puppet/scripts/php-build.sh \
+		webtrees/library/ezyang/htmlpurifier/maintenance/*.php \
+		webtrees/library/ezyang/htmlpurifier/maintenance/*.sh \
+		webtrees/library/tecnick.com/tcpdf/tools/tcpdf_addfont.php
 USE_PHP=	calendar dom filter gd pcre pdo_mysql session simplexml xml
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 SUB_FILES=	pkg-message pkg-deinstall
 



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