svn commit: r481186 - head/net/libyang

Olivier Cochard olivier at FreeBSD.org
Wed Oct 3 20:11:34 UTC 2018


Author: olivier
Date: Wed Oct  3 20:11:33 2018
New Revision: 481186
URL: https://svnweb.freebsd.org/changeset/ports/481186

Log:
  Forgot to add pkgconfig as dependency.
  
  Reported by:	Martin Winter <mwinter at opensourcerouting.org>

Modified:
  head/net/libyang/Makefile
  head/net/libyang/pkg-plist

Modified: head/net/libyang/Makefile
==============================================================================
--- head/net/libyang/Makefile	Wed Oct  3 20:08:58 2018	(r481185)
+++ head/net/libyang/Makefile	Wed Oct  3 20:11:33 2018	(r481186)
@@ -4,7 +4,7 @@ PORTNAME=	libyang
 PORTVERSION=	0.16
 DISTVERSIONPREFIX=	v
 DISTVERSIONSUFFIX=	-r1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 
 MAINTAINER=	olivier at FreeBSD.org
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libpcre.so:devel/pcre
 
-USES=	cmake
+USES=	cmake pkgconfig
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes

Modified: head/net/libyang/pkg-plist
==============================================================================
--- head/net/libyang/pkg-plist	Wed Oct  3 20:08:58 2018	(r481185)
+++ head/net/libyang/pkg-plist	Wed Oct  3 20:11:33 2018	(r481186)
@@ -14,4 +14,5 @@ lib/libyang/extensions/metadata.so
 lib/libyang/extensions/nacm.so
 lib/libyang/extensions/yangdata.so
 lib/libyang/user_types/user_date_and_time.so
+libdata/pkgconfig/libyang.pc
 man/man1/yanglint.1.gz


More information about the svn-ports-all mailing list