Index: head/emulators/pipelight/files/patch-src_winecheck_Makefile =================================================================== --- head/emulators/pipelight/files/patch-src_winecheck_Makefile (revision 362850) +++ head/emulators/pipelight/files/patch-src_winecheck_Makefile (nonexistent) @@ -1,18 +0,0 @@ ---- src/winecheck/Makefile.orig 2014-07-08 13:07:29.409800544 -0400 -+++ src/winecheck/Makefile 2014-07-08 13:07:37.139799764 -0400 -@@ -10,7 +10,7 @@ - all: winecheck$(suffix).exe - - ifeq ($(wildcard winecheck$(suffix).exe),) --commit=$(shell git log --pretty=format:'%H' -n 1 || echo "prebuilt") -+commit=DISTVERSION - - ../../pluginloader-$(commit).tar.gz: - $(downloader) "../../pluginloader-$(commit).tar.gz" "http://repos.fds-team.de/pluginloader/$(commit)/pluginloader.tar.gz" -@@ -52,4 +52,4 @@ - clean: - rm -f *.exe *.exe.so *.o - --endif -\ No newline at end of file -+endif Property changes on: head/emulators/pipelight/files/patch-src_winecheck_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/emulators/pipelight/files/patch-src_windows_Makefile =================================================================== --- head/emulators/pipelight/files/patch-src_windows_Makefile (revision 362850) +++ head/emulators/pipelight/files/patch-src_windows_Makefile (nonexistent) @@ -1,18 +0,0 @@ ---- src/windows/Makefile.orig 2014-07-08 12:59:29.874833483 -0400 -+++ src/windows/Makefile 2014-07-08 12:59:41.826832843 -0400 -@@ -11,7 +11,7 @@ - all: pluginloader$(suffix).exe - - ifeq ($(wildcard pluginloader$(suffix).exe),) --commit=$(shell git log --pretty=format:'%H' -n 1 || echo "prebuilt") -+commit=DISTVERSION - - ../../pluginloader-$(commit).tar.gz: - $(downloader) "../../pluginloader-$(commit).tar.gz" "http://repos.fds-team.de/pluginloader/$(commit)/pluginloader.tar.gz" -@@ -67,4 +67,4 @@ - clean: - rm -f *.exe *.exe.so *.o - --endif -\ No newline at end of file -+endif Property changes on: head/emulators/pipelight/files/patch-src_windows_Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/emulators/pipelight/Makefile =================================================================== --- head/emulators/pipelight/Makefile (revision 362850) +++ head/emulators/pipelight/Makefile (revision 362851) @@ -1,54 +1,57 @@ # Created by: Kris Moore # $FreeBSD$ PORTNAME= pipelight -DISTVERSION= 0.2.7.1 -PORTREVISION= 1 +DISTVERSION= 0.2.7.3 CATEGORIES= emulators -MASTER_SITES= https://bitbucket.org/mmueller2012/pipelight/get/ +MASTER_SITES= https://bitbucket.org/mmueller2012/pipelight/get/ \ + http://repos.fds-team.de/pluginloader/v${DISTVERSION}/:plg DISTNAME= v${DISTVERSION} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} pluginloader.tar.gz:plg pluginloader.tar.gz.sig:plg +DIST_SUBDIR= pipelight +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= kmoore@FreeBSD.org COMMENT= Wrapper for using windows plugins in web browsers LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/bin/gpg2:${PORTSDIR}/security/gnupg \ ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget \ ${LOCALBASE}/bin/zenity:${PORTSDIR}/x11/zenity \ ${LOCALBASE}/bin/cabextract:${PORTSDIR}/archivers/cabextract \ ${LOCALBASE}/bin/flock:${PORTSDIR}/sysutils/flock \ ${LOCALBASE}/bin/gpg2:${PORTSDIR}/security/gnupg -WRKSRC= ${WRKDIR}/mmueller2012-pipelight-e2362eb15df6 +WRKSRC= ${WRKDIR}/mmueller2012-pipelight-79b1b7ba0032 USE_GCC= 4.7+ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose --wine-path=${LOCALBASE}/bin/wine --win32-prebuilt \ --win64-prebuilt --moz-plugin-path=${LOCALBASE}/lib/browser_plugins \ --cxx=${CXX} +USE_XORG= x11 USES= compiler:gcc-c++11-lib gmake MAKE_JOBS_UNSAFE=yes .include .if ${ARCH} == "i386" BUILD_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/wine-compholio RUN_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/wine-compholio .elif ${ARCH} == "amd64" BUILD_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/i386-wine-devel RUN_DEPENDS+= ${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/i386-wine-devel .endif pre-configure: - ${REINPLACE_CMD} "s|DISTVERSION|v${DISTVERSION}|g" ${WRKSRC}/src/windows/Makefile - ${REINPLACE_CMD} "s|DISTVERSION|v${DISTVERSION}|g" ${WRKSRC}/src/winecheck/Makefile - ${REINPLACE_CMD} "s|/share/man/man1|/man/man1|g" ${WRKSRC}/Makefile + @${LN} -s ${DISTDIR}/pluginloader.tar.gz ${WRKSRC}/pluginloader-v${DISTVERSION}.tar.gz + @${LN} -s ${DISTDIR}/pluginloader.tar.gz.sig ${WRKSRC}/pluginloader-v${DISTVERSION}.tar.gz.sig .include Index: head/emulators/pipelight/distinfo =================================================================== --- head/emulators/pipelight/distinfo (revision 362850) +++ head/emulators/pipelight/distinfo (revision 362851) @@ -1,2 +1,6 @@ -SHA256 (v0.2.7.1.tar.gz) = 48d0a245d53e045bc9e45dee0e124b3ec4dd9ebd30b3fbac2f787cbe0a46b9b2 -SIZE (v0.2.7.1.tar.gz) = 145063 +SHA256 (pipelight/v0.2.7.3.tar.gz) = db4585f44874c0b647e7cf611b5bf8efe308fe11573891cd74dd4fa5867e2e52 +SIZE (pipelight/v0.2.7.3.tar.gz) = 161967 +SHA256 (pipelight/pluginloader.tar.gz) = 015c6b73accb5319b5006b208dfea9b7c768f84faf40bb80676312a650967e6a +SIZE (pipelight/pluginloader.tar.gz) = 423396 +SHA256 (pipelight/pluginloader.tar.gz.sig) = 66c08ab5b6105e8fe2fb1f604d0958e264e2796ac2310dd19827736c1aa8e816 +SIZE (pipelight/pluginloader.tar.gz.sig) = 543