Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 May 2016 17:11:06 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201605281711.u4SHB6nf005769@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */
  



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