From owner-svn-ports-all@FreeBSD.ORG Sat Jun 21 03:35:25 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 525C181A; Sat, 21 Jun 2014 03:35:25 +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 3EC162909; Sat, 21 Jun 2014 03:35:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5L3ZPDh014512; Sat, 21 Jun 2014 03:35:25 GMT (envelope-from sanpei@svn.freebsd.org) Received: (from sanpei@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5L3ZOUA014510; Sat, 21 Jun 2014 03:35:24 GMT (envelope-from sanpei@svn.freebsd.org) Message-Id: <201406210335.s5L3ZOUA014510@svn.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sat, 21 Jun 2014 03:35:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358661 - head/graphics/zphoto 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.18 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: Sat, 21 Jun 2014 03:35:25 -0000 Author: sanpei Date: Sat Jun 21 03:35:24 2014 New Revision: 358661 URL: http://svnweb.freebsd.org/changeset/ports/358661 QAT: https://qat.redports.org/buildarchive/r358661/ Log: support stage remove not installed file(bin/wxzphoto) from PLIST_FILES Modified: head/graphics/zphoto/Makefile head/graphics/zphoto/pkg-plist Modified: head/graphics/zphoto/Makefile ============================================================================== --- head/graphics/zphoto/Makefile Sat Jun 21 03:06:17 2014 (r358660) +++ head/graphics/zphoto/Makefile Sat Jun 21 03:35:24 2014 (r358661) @@ -26,11 +26,9 @@ CONFIGURE_ARGS= --disable-avifile CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USE_EFL= imlib2 -PLIST_FILES+= bin/wxzphoto USES= perl5 gmake USE_PERL5= build -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|||g' ${WRKSRC}/*.c ${WRKSRC}/configure Modified: head/graphics/zphoto/pkg-plist ============================================================================== --- head/graphics/zphoto/pkg-plist Sat Jun 21 03:06:17 2014 (r358660) +++ head/graphics/zphoto/pkg-plist Sat Jun 21 03:35:24 2014 (r358661) @@ -1,45 +1,39 @@ bin/zphoto -share/zphoto/templates/default/en/.photo.html -share/zphoto/templates/default/en/index.html -share/zphoto/templates/default/en/noflash.html -share/zphoto/templates/default/en/zphoto.css -share/zphoto/templates/default/en/flash-colors.txt -share/zphoto/templates/default/en/css-colors.txt -share/zphoto/templates/default/en/zoom.js -share/zphoto/templates/default/ja/.photo.html -share/zphoto/templates/default/ja/index.html -share/zphoto/templates/default/ja/noflash.html -share/zphoto/templates/default/ja/zphoto.css -share/zphoto/templates/default/ja/flash-colors.txt -share/zphoto/templates/default/ja/css-colors.txt -share/zphoto/templates/default/ja/zoom.js -share/zphoto/templates/default/all/.photo.html -share/zphoto/templates/default/all/zphoto.css -share/zphoto/templates/default/all/index.html.en -share/zphoto/templates/default/all/index.html.ja -share/zphoto/templates/default/all/noflash.html.en -share/zphoto/templates/default/all/noflash.html.ja -share/zphoto/templates/default/all/flash-colors.txt -share/zphoto/templates/default/all/css-colors.txt -share/zphoto/templates/default/all/zoom.js.en -share/zphoto/templates/default/all/zoom.js.ja -share/zphoto/doc/zphoto-ja.html -share/zphoto/doc/zphoto.html -share/zphoto/doc/images/wxzphoto-linux-mini.png -share/zphoto/doc/images/wxzphoto-linux.png -share/zphoto/doc/images/wxzphoto-mini.png -share/zphoto/doc/images/wxzphoto.png -share/zphoto/fonts/EfontSerifB.fdb share/locale/ja/LC_MESSAGES/zphoto.mo share/locale/ja_JP.SJIS/LC_MESSAGES/zphoto.mo +%%DATADIR%%/doc/images/wxzphoto-linux-mini.png +%%DATADIR%%/doc/images/wxzphoto-linux.png +%%DATADIR%%/doc/images/wxzphoto-mini.png +%%DATADIR%%/doc/images/wxzphoto.png +%%DATADIR%%/doc/zphoto-ja.html +%%DATADIR%%/doc/zphoto.html +%%DATADIR%%/fonts/EfontSerifB.fdb +%%DATADIR%%/templates/default/all/.photo.html +%%DATADIR%%/templates/default/all/css-colors.txt +%%DATADIR%%/templates/default/all/flash-colors.txt +%%DATADIR%%/templates/default/all/zphoto.css +%%DATADIR%%/templates/default/en/.photo.html +%%DATADIR%%/templates/default/en/css-colors.txt +%%DATADIR%%/templates/default/en/flash-colors.txt +%%DATADIR%%/templates/default/en/index.html +%%DATADIR%%/templates/default/en/noflash.html +%%DATADIR%%/templates/default/en/zoom.js +%%DATADIR%%/templates/default/en/zphoto.css +%%DATADIR%%/templates/default/ja/.photo.html +%%DATADIR%%/templates/default/ja/css-colors.txt +%%DATADIR%%/templates/default/ja/flash-colors.txt +%%DATADIR%%/templates/default/ja/index.html +%%DATADIR%%/templates/default/ja/noflash.html +%%DATADIR%%/templates/default/ja/zoom.js +%%DATADIR%%/templates/default/ja/zphoto.css @dirrmtry share/locale/ja_JP.SJIS/LC_MESSAGES @dirrmtry share/locale/ja_JP.SJIS -@dirrm share/zphoto/templates/default/en -@dirrm share/zphoto/templates/default/ja -@dirrm share/zphoto/templates/default/all -@dirrm share/zphoto/templates/default -@dirrm share/zphoto/templates -@dirrm share/zphoto/fonts -@dirrm share/zphoto/doc/images -@dirrm share/zphoto/doc -@dirrm share/zphoto +@dirrmtry %%DATADIR%%/doc/images +@dirrmtry %%DATADIR%%/doc +@dirrmtry %%DATADIR%%/fonts +@dirrmtry %%DATADIR%%/templates/default/all +@dirrmtry %%DATADIR%%/templates/default/en +@dirrmtry %%DATADIR%%/templates/default/ja +@dirrmtry %%DATADIR%%/templates/default +@dirrmtry %%DATADIR%%/templates +@dirrmtry %%DATADIR%%