Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2015 14:16:43 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r394219 - branches/2015Q3/www/tntnet
Message-ID:  <201508141416.t7EEGhdU071968@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Aug 14 14:16:43 2015
New Revision: 394219
URL: https://svnweb.freebsd.org/changeset/ports/394219

Log:
  MFH: r394217
  
  - Fix shebangs
  - Drop @dirrm* from plist
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam shebang fix blanket

Modified:
  branches/2015Q3/www/tntnet/Makefile
  branches/2015Q3/www/tntnet/pkg-plist
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/www/tntnet/Makefile
==============================================================================
--- branches/2015Q3/www/tntnet/Makefile	Fri Aug 14 14:10:19 2015	(r394218)
+++ branches/2015Q3/www/tntnet/Makefile	Fri Aug 14 14:16:43 2015	(r394219)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tntnet
 PORTVERSION=	2.2.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www devel
 MASTER_SITES=	http://www.tntnet.org/download/
 
@@ -13,7 +13,8 @@ COMMENT=	Webapplicationserver for C++
 LIB_DEPENDS=	libcxxtools.so:${PORTSDIR}/devel/cxxtools
 BUILD_DEPENDS=	zip:${PORTSDIR}/archivers/zip
 
-USES=		cpe iconv libtool pathfix pkgconfig
+USES=		cpe iconv libtool pathfix pkgconfig shebangfix
+SHEBANG_FILES=	tntnet-conf2xml.pl
 USE_CSTD=	gnu89
 PATCH_STRIP=	-p1
 GNU_CONFIGURE=	yes

Modified: branches/2015Q3/www/tntnet/pkg-plist
==============================================================================
--- branches/2015Q3/www/tntnet/pkg-plist	Fri Aug 14 14:10:19 2015	(r394218)
+++ branches/2015Q3/www/tntnet/pkg-plist	Fri Aug 14 14:16:43 2015	(r394219)
@@ -135,7 +135,3 @@ man/man7/tntnet.properties.7.gz
 man/man7/tntnet.xml.7.gz
 man/man8/tntnet.8.gz
 %%DATADIR%%/tntnet-conf2xml.pl
-@dirrm %%DATADIR%%
-@dirrm lib/tntnet
-@dirrm include/tnt
-@dirrmtry %%ETCDIR%%



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