From owner-svn-ports-head@FreeBSD.ORG Sun Nov 23 16:56:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A3D8ABE; Sun, 23 Nov 2014 16:56:19 +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 3CC74B2A; Sun, 23 Nov 2014 16:56:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sANGuJh7065306; Sun, 23 Nov 2014 16:56:19 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sANGuIpg065303; Sun, 23 Nov 2014 16:56:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201411231656.sANGuIpg065303@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 23 Nov 2014 16:56:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373169 - head/www/yanopaste 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: Sun, 23 Nov 2014 16:56:19 -0000 Author: antoine Date: Sun Nov 23 16:56:18 2014 New Revision: 373169 URL: https://svnweb.freebsd.org/changeset/ports/373169 QAT: https://qat.redports.org/buildarchive/r373169/ Log: Cleanup plist Modified: head/www/yanopaste/Makefile head/www/yanopaste/pkg-plist Modified: head/www/yanopaste/Makefile ============================================================================== --- head/www/yanopaste/Makefile Sun Nov 23 16:55:31 2014 (r373168) +++ head/www/yanopaste/Makefile Sun Nov 23 16:56:18 2014 (r373169) @@ -26,7 +26,7 @@ create-plist: | ${SED} -e 's,^${WRKSRC},%%WWWDIR%%,' > ${PLIST} @${ECHO_CMD} '@exec touch %D/%%WWWDIR%%/config.php;chown ${WWWOWN} %D/%%WWWDIR%%/config.php' >> ${PLIST} @${ECHO_CMD} '@unexec if [ ! -s %D/%%WWWDIR%%/config.php ];then rm -f %D/%%WWWDIR%%/config.php;fi' >> ${PLIST} - @${FIND} -ds ${WRKSRC}/${file} -type d \ - | ${SED} -e 's,^${WRKSRC},@dirrm %%WWWDIR%%,' >> ${PLIST} + @${FIND} -ds ${WRKSRC}/${file} -type d -empty \ + | ${SED} -e 's,^${WRKSRC},@dir %%WWWDIR%%,' >> ${PLIST} .include Modified: head/www/yanopaste/pkg-plist ============================================================================== --- head/www/yanopaste/pkg-plist Sun Nov 23 16:55:31 2014 (r373168) +++ head/www/yanopaste/pkg-plist Sun Nov 23 16:56:18 2014 (r373169) @@ -6,8 +6,6 @@ %%WWWDIR%%/config.php.sample %%WWWDIR%%/functions.php %%WWWDIR%%/header.jpg -%%WWWDIR%%/includes/geshi.VERSION -%%WWWDIR%%/includes/geshi.php %%WWWDIR%%/includes/geshi/abap.php %%WWWDIR%%/includes/geshi/actionscript.php %%WWWDIR%%/includes/geshi/actionscript3.php @@ -146,11 +144,10 @@ %%WWWDIR%%/includes/geshi/xorg_conf.php %%WWWDIR%%/includes/geshi/xpp.php %%WWWDIR%%/includes/geshi/z80.php +%%WWWDIR%%/includes/geshi.VERSION +%%WWWDIR%%/includes/geshi.php %%WWWDIR%%/index.php %%WWWDIR%%/screen.css +%%WWWDIR%%/upgrade.php @exec touch %D/%%WWWDIR%%/config.php;chown www %D/%%WWWDIR%%/config.php @unexec if [ ! -s %D/%%WWWDIR%%/config.php ];then rm -f %D/%%WWWDIR%%/config.php;fi -%%WWWDIR%%/upgrade.php -@dirrm %%WWWDIR%%/includes/geshi -@dirrm %%WWWDIR%%/includes -@dirrm %%WWWDIR%%