From owner-svn-ports-head@freebsd.org Sat May 28 17:11:07 2016 Return-Path: Delivered-To: svn-ports-head@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 5AB4FB4D508; Sat, 28 May 2016 17:11:07 +0000 (UTC) (envelope-from sunpoet@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 E5F69112B; Sat, 28 May 2016 17:11:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SHB6Hc005771; Sat, 28 May 2016 17:11:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SHB6nf005769; Sat, 28 May 2016 17:11:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605281711.u4SHB6nf005769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 28 May 2016 17:11:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416050 - in head/devel/py-lxml: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2016 17:11:07 -0000 Author: sunpoet Date: Sat May 28 17:11:05 2016 New Revision: 416050 URL: https://svnweb.freebsd.org/changeset/ports/416050 Log: - Add LICENSE_FILE - Convert to new options target helper - Pet portlint: fix diff header of patch files Approved by: portmgr (blanket) Modified: head/devel/py-lxml/Makefile head/devel/py-lxml/files/patch-src-lxml_lxml.etree.c Modified: head/devel/py-lxml/Makefile ============================================================================== --- head/devel/py-lxml/Makefile Sat May 28 17:11:00 2016 (r416049) +++ head/devel/py-lxml/Makefile Sat May 28 17:11:05 2016 (r416050) @@ -11,6 +11,7 @@ MAINTAINER= wg@FreeBSD.org COMMENT= Pythonic binding for the libxml2 and libxslt libraries LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/doc/licenses/BSD.txt LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libxslt.so:textproc/libxslt @@ -25,7 +26,7 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${DOCS_FILES:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} doc ${STAGEDIR}${DOCSDIR} Modified: head/devel/py-lxml/files/patch-src-lxml_lxml.etree.c ============================================================================== --- head/devel/py-lxml/files/patch-src-lxml_lxml.etree.c Sat May 28 17:11:00 2016 (r416049) +++ head/devel/py-lxml/files/patch-src-lxml_lxml.etree.c Sat May 28 17:11:05 2016 (r416050) @@ -1,5 +1,5 @@ ---- ./src/lxml/lxml.etree.c.orig 2012-03-26 14:31:59.000000000 +0400 -+++ ./src/lxml/lxml.etree.c 2012-04-01 22:49:13.000000000 +0400 +--- ./src/lxml/lxml.etree.c.orig 2012-03-26 10:31:59 UTC ++++ ./src/lxml/lxml.etree.c @@ -1,5 +1,12 @@ /* Generated by Cython 0.15.1 on Mon Mar 26 12:31:57 2012 */