Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2017 16:22:54 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r451761 - branches/2017Q4/net-mgmt/adcli
Message-ID:  <201710111622.v9BGMsAT066257@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed Oct 11 16:22:54 2017
New Revision: 451761
URL: https://svnweb.freebsd.org/changeset/ports/451761

Log:
  MFH: r451760
  
  net-mgmt/adcli: Fix plist to pass testport
  
  Approved by:	portmgr (with hat)

Added:
  branches/2017Q4/net-mgmt/adcli/pkg-plist
     - copied unchanged from r451760, head/net-mgmt/adcli/pkg-plist
Modified:
  branches/2017Q4/net-mgmt/adcli/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/net-mgmt/adcli/Makefile
==============================================================================
--- branches/2017Q4/net-mgmt/adcli/Makefile	Wed Oct 11 16:22:20 2017	(r451760)
+++ branches/2017Q4/net-mgmt/adcli/Makefile	Wed Oct 11 16:22:54 2017	(r451761)
@@ -3,6 +3,7 @@
 
 PORTNAME=	adcli
 PORTVERSION=	0.8.1
+PORTREVISION=	1
 CATEGORIES=	net-mgmt net security
 MASTER_SITES=	https://www.freedesktop.org/software/realmd/releases/
 
@@ -16,7 +17,6 @@ BUILD_DEPENDS=	xsltproc:textproc/libxslt	\
 		docbook-xml>0:textproc/docbook-xml	\
 		docbook-xsl>0:textproc/docbook-xsl
 
-PLIST_FILES=	sbin/adcli man/man8/adcli.8.gz
 GNU_CONFIGURE=	yes
 TEST_TARGET=	check
 

Copied: branches/2017Q4/net-mgmt/adcli/pkg-plist (from r451760, head/net-mgmt/adcli/pkg-plist)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2017Q4/net-mgmt/adcli/pkg-plist	Wed Oct 11 16:22:54 2017	(r451761, copy of r451760, head/net-mgmt/adcli/pkg-plist)
@@ -0,0 +1,8 @@
+sbin/adcli
+man/man8/adcli.8.gz
+%%PORTDOCS%%%%DOCSDIR%%/gtk-doc.css
+%%PORTDOCS%%%%DOCSDIR%%/home.png
+%%PORTDOCS%%%%DOCSDIR%%/left.png
+%%PORTDOCS%%%%DOCSDIR%%/right.png
+%%PORTDOCS%%%%DOCSDIR%%/style.css
+%%PORTDOCS%%%%DOCSDIR%%/up.png



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