From owner-svn-ports-all@FreeBSD.ORG Wed Jan 14 17:55:40 2015 Return-Path: Delivered-To: svn-ports-all@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 C889F209; Wed, 14 Jan 2015 17:55:40 +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 AAC6C286; Wed, 14 Jan 2015 17:55:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0EHtelo018115; Wed, 14 Jan 2015 17:55:40 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0EHtdGt018110; Wed, 14 Jan 2015 17:55:39 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201501141755.t0EHtdGt018110@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 14 Jan 2015 17:55:39 +0000 (UTC) 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 X-SVN-Group: ports-branches 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-1 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: Wed, 14 Jan 2015 17:55:41 -0000 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