From owner-svn-ports-all@freebsd.org Fri Aug 14 14:08:45 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E7679B889B; Fri, 14 Aug 2015 14:08:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F9871A7E; Fri, 14 Aug 2015 14:08:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7EE8jQO067703; Fri, 14 Aug 2015 14:08:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7EE8jfg067701; Fri, 14 Aug 2015 14:08:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201508141408.t7EE8jfg067701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 14 Aug 2015 14:08:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394217 - head/www/tntnet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2015 14:08:45 -0000 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%%