From owner-svn-ports-branches@freebsd.org Tue Sep 6 18:28:16 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D2F5BC6BF7; Tue, 6 Sep 2016 18:28:16 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 19710956; Tue, 6 Sep 2016 18:28:16 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u86ISFet065268; Tue, 6 Sep 2016 18:28:15 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u86ISFUG065267; Tue, 6 Sep 2016 18:28:15 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201609061828.u86ISFUG065267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Tue, 6 Sep 2016 18:28:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421459 - branches/2016Q3/textproc/libxml2 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2016 18:28:16 -0000 Author: cpm Date: Tue Sep 6 18:28:14 2016 New Revision: 421459 URL: https://svnweb.freebsd.org/changeset/ports/421459 Log: MFH: r421190 textproc/libxml2: remove LICENSE block to unbreak libxml2-reference The addition of the MIT licence block broke at least the textproc/libxml2-reference port due to how the helper script bsd.gnome-reference.mk works. Removed at the request of person that suggested the license be added [2]. PR: 209806 PR: 212265 [2] Reported by: cpm Approved by: ports-secteam (feld) Modified: branches/2016Q3/textproc/libxml2/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/textproc/libxml2/Makefile ============================================================================== --- branches/2016Q3/textproc/libxml2/Makefile Tue Sep 6 18:25:54 2016 (r421458) +++ branches/2016Q3/textproc/libxml2/Makefile Tue Sep 6 18:28:14 2016 (r421459) @@ -13,9 +13,6 @@ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org COMMENT?= XML parser library for GNOME -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - .if !defined(REFERENCE_PORT) GNU_CONFIGURE= yes