From owner-svn-ports-head@FreeBSD.ORG Sat Dec 20 19:26:36 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA8A021F; Sat, 20 Dec 2014 19:26:36 +0000 (UTC) Received: from svn.freebsd.org (svn.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 8C4692A73; Sat, 20 Dec 2014 19:26:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBKJQaEV002698; Sat, 20 Dec 2014 19:26:36 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBKJQZOR002692; Sat, 20 Dec 2014 19:26:35 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201412201926.sBKJQZOR002692@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 20 Dec 2014 19:26:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375102 - in head/net-p2p: frost gnewtellium shx verlihub-plugins-luascript X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2014 19:26:36 -0000 Author: bapt Date: Sat Dec 20 19:26:34 2014 New Revision: 375102 URL: https://svnweb.freebsd.org/changeset/ports/375102 QAT: https://qat.redports.org/buildarchive/r375102/ Log: Cleanup plist Modified: head/net-p2p/frost/Makefile head/net-p2p/gnewtellium/Makefile head/net-p2p/shx/Makefile head/net-p2p/verlihub-plugins-luascript/Makefile Modified: head/net-p2p/frost/Makefile ============================================================================== --- head/net-p2p/frost/Makefile Sat Dec 20 19:25:21 2014 (r375101) +++ head/net-p2p/frost/Makefile Sat Dec 20 19:26:34 2014 (r375102) @@ -54,10 +54,6 @@ PLIST_FILES+= %%JAR_DIR%%/${jar} PLIST_FILES+= %%DATADIR%%/${file} .endfor -PLIST_DIRS+= \ - %%JAR_DIR%% \ - %%DATADIR%% - DESKTOP_ENTRIES= "Frost" "Freenet Client" \ "${JAVASHAREDIR}/${PORTNAME}/jtc.ico" \ "frost" "P2P;Network;Java;" \ Modified: head/net-p2p/gnewtellium/Makefile ============================================================================== --- head/net-p2p/gnewtellium/Makefile Sat Dec 20 19:25:21 2014 (r375101) +++ head/net-p2p/gnewtellium/Makefile Sat Dec 20 19:26:34 2014 (r375102) @@ -19,6 +19,5 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="$ AUTOHEADER="${TRUE}" PLIST_FILES= bin/gnewtellium %%DATADIR%%/pixmaps/gnewtellium.xpm -PLIST_DIRS= %%DATADIR%%/pixmaps %%DATADIR%% .include Modified: head/net-p2p/shx/Makefile ============================================================================== --- head/net-p2p/shx/Makefile Sat Dec 20 19:25:21 2014 (r375101) +++ head/net-p2p/shx/Makefile Sat Dec 20 19:26:34 2014 (r375102) @@ -72,8 +72,6 @@ PLIST_FILES= bin/hx \ share/examples/shx/hxrc \ share/examples/shx/hxvars -PLIST_DIRS= share/examples/shx - do-install: ${CP} -fv ${WRKSRC}/run/hx ${STAGEDIR}${PREFIX}/bin/ ${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/${PORTNAME} Modified: head/net-p2p/verlihub-plugins-luascript/Makefile ============================================================================== --- head/net-p2p/verlihub-plugins-luascript/Makefile Sat Dec 20 19:25:21 2014 (r375101) +++ head/net-p2p/verlihub-plugins-luascript/Makefile Sat Dec 20 19:26:34 2014 (r375102) @@ -23,7 +23,6 @@ LDFLAGS+= -L${LUA_LIBDIR} PLIST_FILES= share/verlihub/scripts/ptokax.lua.inc \ share/verlihub/scripts/ptokaxtest.lua \ share/verlihub/scripts/script.lua -PLIST_DIRS= share/verlihub/scripts OPTIONS_DEFINE= SOCKET SOCKET_DESC= Build with LuaSocket support