Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2015 14:08:45 +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: r394217 - head/www/tntnet
Message-ID:  <201508141408.t7EE8jfg067701@repo.freebsd.org>

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

Log:
  - Fix shebangs
  - Drop @dirrm* from plist
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/www/tntnet/Makefile
  head/www/tntnet/pkg-plist

Modified: head/www/tntnet/Makefile
==============================================================================
--- head/www/tntnet/Makefile	Fri Aug 14 13:53:56 2015	(r394216)
+++ head/www/tntnet/Makefile	Fri Aug 14 14:08:44 2015	(r394217)
@@ -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: head/www/tntnet/pkg-plist
==============================================================================
--- head/www/tntnet/pkg-plist	Fri Aug 14 13:53:56 2015	(r394216)
+++ head/www/tntnet/pkg-plist	Fri Aug 14 14:08:44 2015	(r394217)
@@ -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?201508141408.t7EE8jfg067701>