Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2018 17:48:39 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471221 - head/devel/libconfuse
Message-ID:  <201805311748.w4VHmdtQ021814@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Thu May 31 17:48:38 2018
New Revision: 471221
URL: https://svnweb.freebsd.org/changeset/ports/471221

Log:
  Fix plist after r471139

Modified:
  head/devel/libconfuse/Makefile
  head/devel/libconfuse/pkg-plist

Modified: head/devel/libconfuse/Makefile
==============================================================================
--- head/devel/libconfuse/Makefile	Thu May 31 17:19:13 2018	(r471220)
+++ head/devel/libconfuse/Makefile	Thu May 31 17:48:38 2018	(r471221)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libconfuse
 DISTVERSION=	3.2.1
+PORTREVISION=	1
 CATEGORIES=	devel
 
 USE_GITHUB=	yes

Modified: head/devel/libconfuse/pkg-plist
==============================================================================
--- head/devel/libconfuse/pkg-plist	Thu May 31 17:19:13 2018	(r471220)
+++ head/devel/libconfuse/pkg-plist	Thu May 31 17:48:38 2018	(r471221)
@@ -4,3 +4,7 @@ lib/libconfuse.so
 lib/libconfuse.so.2
 lib/libconfuse.so.2.0.0
 libdata/pkgconfig/libconfuse.pc
+share/doc/confuse/AUTHORS
+share/doc/confuse/ChangeLog.md
+share/doc/confuse/LICENSE
+share/doc/confuse/README.md



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