From owner-svn-ports-all@FreeBSD.ORG Fri Jun 20 11:17:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A16868CB; Fri, 20 Jun 2014 11:17:30 +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 8E09E2368; Fri, 20 Jun 2014 11:17:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5KBHUbA051184; Fri, 20 Jun 2014 11:17:30 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5KBHU3l051182; Fri, 20 Jun 2014 11:17:30 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406201117.s5KBHU3l051182@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 20 Jun 2014 11:17:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358557 - head/devel/poco 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: Fri, 20 Jun 2014 11:17:30 -0000 Author: amdmi3 Date: Fri Jun 20 11:17:29 2014 New Revision: 358557 URL: http://svnweb.freebsd.org/changeset/ports/358557 QAT: https://qat.redports.org/buildarchive/r358557/ Log: - Remove bogus include file to fix stage Approved by: portmgr blanket Modified: head/devel/poco/Makefile head/devel/poco/pkg-plist Modified: head/devel/poco/Makefile ============================================================================== --- head/devel/poco/Makefile Fri Jun 20 11:15:57 2014 (r358556) +++ head/devel/poco/Makefile Fri Jun 20 11:17:29 2014 (r358557) @@ -29,4 +29,7 @@ SAMPLES_CONFIGURE_OFF= --no-samples post-patch: @${REINPLACE_CMD} -e 's/ =/ ?=/' ${WRKSRC}/build/config/FreeBSD +post-install: + @${RM} -f ${STAGEDIR}${PREFIX}/include/Poco/._Version.h + .include Modified: head/devel/poco/pkg-plist ============================================================================== --- head/devel/poco/pkg-plist Fri Jun 20 11:15:57 2014 (r358556) +++ head/devel/poco/pkg-plist Fri Jun 20 11:17:29 2014 (r358557) @@ -360,7 +360,6 @@ include/Poco/SAX/XMLFilter.h include/Poco/SAX/XMLFilterImpl.h include/Poco/SAX/Attributes.h include/Poco/ValidArgs.h -include/Poco/._Version.h include/Poco/Version.h include/Poco/Void.h include/Poco/Windows1252Encoding.h