svn commit: r394219 - branches/2015Q3/www/tntnet
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Aug 14 14:16:44 UTC 2015
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
- at dirrm %%DATADIR%%
- at dirrm lib/tntnet
- at dirrm include/tnt
- at dirrmtry %%ETCDIR%%
More information about the svn-ports-all
mailing list