From owner-svn-ports-head@FreeBSD.ORG Wed Jan 14 01:25:57 2015 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 8254980; Wed, 14 Jan 2015 01:25:57 +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 54D4FAB6; Wed, 14 Jan 2015 01:25:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0E1PvqU050167; Wed, 14 Jan 2015 01:25:57 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0E1Pu8V050164; Wed, 14 Jan 2015 01:25:56 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201501140125.t0E1Pu8V050164@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 14 Jan 2015 01:25:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376990 - in head/emulators/pipelight: . files 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: Wed, 14 Jan 2015 01:25:57 -0000 Author: swills Date: Wed Jan 14 01:25:55 2015 New Revision: 376990 URL: https://svnweb.freebsd.org/changeset/ports/376990 QAT: https://qat.redports.org/buildarchive/r376990/ Log: emulators/pipelight: fix build Added: head/emulators/pipelight/files/patch-Makefile (contents, props changed) Modified: head/emulators/pipelight/Makefile head/emulators/pipelight/pkg-plist Modified: head/emulators/pipelight/Makefile ============================================================================== --- head/emulators/pipelight/Makefile Tue Jan 13 22:30:22 2015 (r376989) +++ head/emulators/pipelight/Makefile Wed Jan 14 01:25:55 2015 (r376990) @@ -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 Added: head/emulators/pipelight/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/pipelight/files/patch-Makefile Wed Jan 14 01:25:55 2015 (r376990) @@ -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: head/emulators/pipelight/pkg-plist ============================================================================== --- head/emulators/pipelight/pkg-plist Tue Jan 13 22:30:22 2015 (r376989) +++ head/emulators/pipelight/pkg-plist Wed Jan 14 01:25:55 2015 (r376990) @@ -42,3 +42,4 @@ man/man1/pipelight-plugin.1.gz %%DATADIR%%/sig-install-dependency.gpg %%DATADIR%%/wine %%DATADIR%%/winecheck.exe +@dir lib/browser_plugins