svn commit: r402998 - in head/emulators/pipelight: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 4 15:47:01 UTC 2015


Author: amdmi3
Date: Fri Dec  4 15:46:59 2015
New Revision: 402998
URL: https://svnweb.freebsd.org/changeset/ports/402998

Log:
  - Update to 0.2.8.2
  
  PR:		204762
  Submitted by:	pkubaj at riseup.net

Deleted:
  head/emulators/pipelight/files/patch-Makefile
Modified:
  head/emulators/pipelight/Makefile
  head/emulators/pipelight/distinfo

Modified: head/emulators/pipelight/Makefile
==============================================================================
--- head/emulators/pipelight/Makefile	Fri Dec  4 15:43:56 2015	(r402997)
+++ head/emulators/pipelight/Makefile	Fri Dec  4 15:46:59 2015	(r402998)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pipelight
-DISTVERSION=	0.2.8.1
+PORTVERSION=	0.2.8.2
 CATEGORIES=	emulators
 MASTER_SITES=	https://bitbucket.org/mmueller2012/pipelight/get/ \
 		http://repos.fds-team.de/pluginloader/v${DISTVERSION}/:plg
@@ -27,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-8a1bdc6c254f
+WRKSRC=		${WRKDIR}/mmueller2012-pipelight-792e7a4885a6
 USE_GCC=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -66,6 +66,6 @@ post-stage:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pipelight/libpipelight.so
 
 post-install:
-	@${INSTALL_SCRIPT} ${WRKDIR}/pipelight-mkufs ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_SCRIPT} ${WRKDIR}/pipelight-mkufs ${STAGEDIR}${PREFIX}/bin/
 
 .include <bsd.port.post.mk>

Modified: head/emulators/pipelight/distinfo
==============================================================================
--- head/emulators/pipelight/distinfo	Fri Dec  4 15:43:56 2015	(r402997)
+++ head/emulators/pipelight/distinfo	Fri Dec  4 15:46:59 2015	(r402998)
@@ -1,5 +1,5 @@
-SHA256 (pipelight/v0.2.8.1.tar.gz) = 06d6c9c2b1c9b71d1298fc7be0cf7b8fdb85b61f04243187eb59742630b92029
-SIZE (pipelight/v0.2.8.1.tar.gz) = 153678
+SHA256 (pipelight/v0.2.8.2.tar.gz) = 13ca5fb18cd68f63137a0dded5a4d0811aa78b033918a3331953903ced34decf
+SIZE (pipelight/v0.2.8.2.tar.gz) = 153877
 SHA256 (pipelight/pluginloader.tar.gz) = eba80a1afe6b9a4de34070dfec27d358036326c7dbd487830d0616dd33f37c4d
 SIZE (pipelight/pluginloader.tar.gz) = 809672
 SHA256 (pipelight/pluginloader.tar.gz.sig) = ef5346c698c0889d28c2d28358461bfa95f7b343bd0c6c00e4ea73db07c90625


More information about the svn-ports-head mailing list