svn commit: r393318 - branches/2015Q3/www/webtrees

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jul 31 15:10:29 UTC 2015


Author: amdmi3
Date: Fri Jul 31 15:10:28 2015
New Revision: 393318
URL: https://svnweb.freebsd.org/changeset/ports/393318

Log:
  MFH: r393317
  
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam shebang fix blanket

Modified:
  branches/2015Q3/www/webtrees/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/www/webtrees/Makefile
==============================================================================
--- branches/2015Q3/www/webtrees/Makefile	Fri Jul 31 14:54:32 2015	(r393317)
+++ branches/2015Q3/www/webtrees/Makefile	Fri Jul 31 15:10:28 2015	(r393318)
@@ -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
 


More information about the svn-ports-branches mailing list