Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2018 20:11:34 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481186 - head/net/libyang
Message-ID:  <201810032011.w93KBYEP003269@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



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