Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2019 10:04:51 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506125 - head/net/waypipe
Message-ID:  <201907071004.x67A4pqd005119@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Jul  7 10:04:51 2019
New Revision: 506125
URL: https://svnweb.freebsd.org/changeset/ports/506125

Log:
  net/waypipe: libffi is unused after r505949
  
  https://gitlab.freedesktop.org/mstoeckl/waypipe/commit/7e1c5dc9fc55

Modified:
  head/net/waypipe/Makefile   (contents, props changed)

Modified: head/net/waypipe/Makefile
==============================================================================
--- head/net/waypipe/Makefile	Sun Jul  7 10:03:58 2019	(r506124)
+++ head/net/waypipe/Makefile	Sun Jul  7 10:04:51 2019	(r506125)
@@ -3,7 +3,7 @@
 PORTNAME=	waypipe
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 
 PATCH_SITES=	${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/commit/
@@ -17,7 +17,6 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	wayland-protocols>=1.12:graphics/wayland-protocols \
 		wayland>=1.15:graphics/wayland
-LIB_DEPENDS=	libffi.so:devel/libffi
 
 USES=		compiler:c11 meson pkgconfig
 USE_GITLAB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907071004.x67A4pqd005119>