svn commit: r362851 - in head/emulators/pipelight: . files
Kris Moore
kmoore at FreeBSD.org
Thu Jul 24 21:13:32 UTC 2014
Author: kmoore
Date: Thu Jul 24 21:13:31 2014
New Revision: 362851
URL: http://svnweb.freebsd.org/changeset/ports/362851
QAT: https://qat.redports.org/buildarchive/r362851/
Log:
- Update to 0.2.7.3
- Improve build to include preload.tar.gz files
- Depend upon X11
Deleted:
head/emulators/pipelight/files/
Modified:
head/emulators/pipelight/Makefile
head/emulators/pipelight/distinfo
Modified: head/emulators/pipelight/Makefile
==============================================================================
--- head/emulators/pipelight/Makefile Thu Jul 24 21:04:56 2014 (r362850)
+++ head/emulators/pipelight/Makefile Thu Jul 24 21:13:31 2014 (r362851)
@@ -2,11 +2,14 @@
# $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 at FreeBSD.org
COMMENT= Wrapper for using windows plugins in web browsers
@@ -24,7 +27,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:${POR
${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
@@ -33,6 +36,7 @@ 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
@@ -47,8 +51,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/wine:${PO
.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 <bsd.port.post.mk>
Modified: head/emulators/pipelight/distinfo
==============================================================================
--- head/emulators/pipelight/distinfo Thu Jul 24 21:04:56 2014 (r362850)
+++ head/emulators/pipelight/distinfo Thu Jul 24 21:13:31 2014 (r362851)
@@ -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
More information about the svn-ports-all
mailing list