Date: Wed, 14 Jan 2015 17:55:39 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r377028 - in branches/2015Q1/emulators/pipelight: . files Message-ID: <201501141755.t0EHtdGt018110@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Jan 14 17:55:39 2015 New Revision: 377028 URL: https://svnweb.freebsd.org/changeset/ports/377028 QAT: https://qat.redports.org/buildarchive/r377028/ Log: MFH: r376990 emulators/pipelight: fix build Added: branches/2015Q1/emulators/pipelight/files/patch-Makefile - copied unchanged from r376990, head/emulators/pipelight/files/patch-Makefile Modified: branches/2015Q1/emulators/pipelight/Makefile branches/2015Q1/emulators/pipelight/pkg-plist Directory Properties: branches/2015Q1/ (props changed) Modified: branches/2015Q1/emulators/pipelight/Makefile ============================================================================== --- branches/2015Q1/emulators/pipelight/Makefile Wed Jan 14 16:52:17 2015 (r377027) +++ branches/2015Q1/emulators/pipelight/Makefile Wed Jan 14 17:55:39 2015 (r377028) @@ -3,7 +3,7 @@ PORTNAME= pipelight DISTVERSION= 0.2.7.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= emulators MASTER_SITES= https://bitbucket.org/mmueller2012/pipelight/get/ \ http://repos.fds-team.de/pluginloader/v${DISTVERSION}/:plg Copied: branches/2015Q1/emulators/pipelight/files/patch-Makefile (from r376990, head/emulators/pipelight/files/patch-Makefile) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q1/emulators/pipelight/files/patch-Makefile Wed Jan 14 17:55:39 2015 (r377028, copy of r376990, head/emulators/pipelight/files/patch-Makefile) @@ -0,0 +1,17 @@ +--- Makefile.orig 2015-01-13 14:39:12 UTC ++++ Makefile +@@ -69,12 +69,12 @@ linux: config.make + + .PHONY: prebuilt32 + prebuilt32: config.make pluginloader-$(git_commit).tar.gz pluginloader-$(git_commit).tar.gz.sig +- $(gpg_exec) --batch --no-default-keyring --keyring "share/sig-pluginloader.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig" ++ $(gpg_exec) --batch --no-default-keyring --keyring "share/sig-pluginloader.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig" pluginloader-$(git_commit).tar.gz + tar -xvf "pluginloader-$(git_commit).tar.gz" src/windows/pluginloader.exe src/winecheck/winecheck.exe + + .PHONY: prebuilt64 + prebuilt64: config.make pluginloader-$(git_commit).tar.gz pluginloader-$(git_commit).tar.gz.sig +- $(gpg_exec) --batch --no-default-keyring --keyring "share/sig-pluginloader.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig" ++ $(gpg_exec) --batch --no-default-keyring --keyring "share/sig-pluginloader.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig" pluginloader-$(git_commit).tar.gz + tar -xvf "pluginloader-$(git_commit).tar.gz" src/windows/pluginloader64.exe src/winecheck/winecheck64.exe + + .PHONY: pluginloader32 Modified: branches/2015Q1/emulators/pipelight/pkg-plist ============================================================================== --- branches/2015Q1/emulators/pipelight/pkg-plist Wed Jan 14 16:52:17 2015 (r377027) +++ branches/2015Q1/emulators/pipelight/pkg-plist Wed Jan 14 17:55:39 2015 (r377028) @@ -42,3 +42,4 @@ man/man1/pipelight-plugin.1.gz %%DATADIR%%/sig-install-dependency.gpg %%DATADIR%%/wine %%DATADIR%%/winecheck.exe +@dir lib/browser_plugins
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501141755.t0EHtdGt018110>