Date: Sat, 21 Jun 2014 03:35:24 +0000 (UTC) From: MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358661 - head/graphics/zphoto Message-ID: <201406210335.s5L3ZOUA014510@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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|<ming.h>|<ming/ming.h>|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%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406210335.s5L3ZOUA014510>