From owner-svn-ports-all@FreeBSD.ORG Sat Jun 14 18:32:45 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14B3F216; Sat, 14 Jun 2014 18:32:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01BEC24D9; Sat, 14 Jun 2014 18:32:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5EIWiq6018676; Sat, 14 Jun 2014 18:32:44 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5EIWiPJ018673; Sat, 14 Jun 2014 18:32:44 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201406141832.s5EIWiPJ018673@svn.freebsd.org> From: John Marino Date: Sat, 14 Jun 2014 18:32:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357798 - head/devel/ecgi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2014 18:32:45 -0000 Author: marino Date: Sat Jun 14 18:32:44 2014 New Revision: 357798 URL: http://svnweb.freebsd.org/changeset/ports/357798 QAT: https://qat.redports.org/buildarchive/r357798/ Log: devel/ecgi: Remove double entry from plist-plist When PORTDOCS is used, the docs files can't be listed in pkg-plist, otherwise they get listed twice (thus two attempts to remove them are made). This only counts as a warning and not fatal for Redports, which is how it slipped by me. Related PR: 189010 Modified: head/devel/ecgi/Makefile head/devel/ecgi/pkg-plist (contents, props changed) Modified: head/devel/ecgi/Makefile ============================================================================== --- head/devel/ecgi/Makefile Sat Jun 14 18:01:21 2014 (r357797) +++ head/devel/ecgi/Makefile Sat Jun 14 18:32:44 2014 (r357798) @@ -3,7 +3,7 @@ PORTNAME= ecgi PORTVERSION= 0.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://bsdforge.com/projects/source/devel/ecgi/ Modified: head/devel/ecgi/pkg-plist ============================================================================== --- head/devel/ecgi/pkg-plist Sat Jun 14 18:01:21 2014 (r357797) +++ head/devel/ecgi/pkg-plist Sat Jun 14 18:32:44 2014 (r357798) @@ -4,6 +4,4 @@ lib/libecgi.so include/ecgi/ecgi.h include/ecgi/ecgitk.h include/ecgi/memfile.h -%%PORTDOCS%%share/doc/ecgi/ecgitut.txt -%%PORTDOCS%%@dirrm share/doc/ecgi @dirrm include/ecgi