View | Details | Raw Unified | Return to bug 204762
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	pipelight
4
PORTNAME=	pipelight
5
DISTVERSION=	0.2.8.1
5
DISTVERSION=	0.2.8.2
6
CATEGORIES=	emulators
6
CATEGORIES=	emulators
7
MASTER_SITES=	https://bitbucket.org/mmueller2012/pipelight/get/ \
7
MASTER_SITES=	https://bitbucket.org/mmueller2012/pipelight/get/ \
8
		http://repos.fds-team.de/pluginloader/v${DISTVERSION}/:plg
8
		http://repos.fds-team.de/pluginloader/v${DISTVERSION}/:plg
Lines 27-33 Link Here
27
		${LOCALBASE}/bin/flock:${PORTSDIR}/sysutils/flock \
27
		${LOCALBASE}/bin/flock:${PORTSDIR}/sysutils/flock \
28
		${LOCALBASE}/bin/gpg2:${PORTSDIR}/security/gnupg
28
		${LOCALBASE}/bin/gpg2:${PORTSDIR}/security/gnupg
29
29
30
WRKSRC=		${WRKDIR}/mmueller2012-pipelight-8a1bdc6c254f
30
WRKSRC=		${WRKDIR}/mmueller2012-pipelight-792e7a4885a6
31
USE_GCC=	yes
31
USE_GCC=	yes
32
USE_LDCONFIG=	yes
32
USE_LDCONFIG=	yes
33
CPPFLAGS+=	-I${LOCALBASE}/include
33
CPPFLAGS+=	-I${LOCALBASE}/include
(-)distinfo (-2 / +2 lines)
Lines 1-5 Link Here
1
SHA256 (pipelight/v0.2.8.1.tar.gz) = 06d6c9c2b1c9b71d1298fc7be0cf7b8fdb85b61f04243187eb59742630b92029
1
SHA256 (pipelight/v0.2.8.2.tar.gz) = 13ca5fb18cd68f63137a0dded5a4d0811aa78b033918a3331953903ced34decf
2
SIZE (pipelight/v0.2.8.1.tar.gz) = 153678
2
SIZE (pipelight/v0.2.8.2.tar.gz) = 153877
3
SHA256 (pipelight/pluginloader.tar.gz) = eba80a1afe6b9a4de34070dfec27d358036326c7dbd487830d0616dd33f37c4d
3
SHA256 (pipelight/pluginloader.tar.gz) = eba80a1afe6b9a4de34070dfec27d358036326c7dbd487830d0616dd33f37c4d
4
SIZE (pipelight/pluginloader.tar.gz) = 809672
4
SIZE (pipelight/pluginloader.tar.gz) = 809672
5
SHA256 (pipelight/pluginloader.tar.gz.sig) = ef5346c698c0889d28c2d28358461bfa95f7b343bd0c6c00e4ea73db07c90625
5
SHA256 (pipelight/pluginloader.tar.gz.sig) = ef5346c698c0889d28c2d28358461bfa95f7b343bd0c6c00e4ea73db07c90625
(-)files/patch-Makefile (-17 lines)
Lines 1-17 Link Here
1
--- Makefile.orig	2015-05-06 04:16:57 UTC
2
+++ Makefile
3
@@ -71,12 +71,12 @@ linux: config.make
4
 
5
 .PHONY: prebuilt32
6
 prebuilt32: config.make pluginloader-$(git_commit).tar.gz pluginloader-$(git_commit).tar.gz.sig
7
-	$(gpg_exec) --batch --no-default-keyring --keyring "share/sig-pluginloader.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig"
8
+	$(gpg_exec) --batch --no-default-keyring --keyring "share/sig-pluginloader.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig" pluginloader-$(git_commit).tar.gz
9
 	tar -xvf "pluginloader-$(git_commit).tar.gz" src/windows/pluginloader/pluginloader.exe src/windows/winecheck/winecheck.exe
10
 
11
 .PHONY: prebuilt64
12
 prebuilt64: config.make pluginloader-$(git_commit).tar.gz pluginloader-$(git_commit).tar.gz.sig
13
-	$(gpg_exec) --batch --no-default-keyring --keyring "share/sig-pluginloader.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig"
14
+	$(gpg_exec) --batch --no-default-keyring --keyring "share/sig-pluginloader.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig" pluginloader-$(git_commit).tar.gz
15
 	tar -xvf "pluginloader-$(git_commit).tar.gz" src/windows/pluginloader/pluginloader64.exe src/windows/winecheck/winecheck64.exe
16
 
17
 .PHONY: windows32

Return to bug 204762