svn commit: r416050 - in head/devel/py-lxml: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 28 17:11:07 UTC 2016


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 at 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 */
  


More information about the svn-ports-all mailing list