svn commit: r506125 - head/net/waypipe

Jan Beich jbeich at FreeBSD.org
Sun Jul 7 10:04:52 UTC 2019


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


More information about the svn-ports-head mailing list