svn commit: r429355 - head/textproc/py3-MarkupSafe

Antoine Brodin antoine at FreeBSD.org
Sat Dec 24 14:24:01 UTC 2016


Author: antoine
Date: Sat Dec 24 14:24:00 2016
New Revision: 429355
URL: https://svnweb.freebsd.org/changeset/ports/429355

Log:
  - Remove dependency on the python3 symlink
  - Add LICENSE_FILE
  - Remove useless INSTALL_TARGET

Modified:
  head/textproc/py3-MarkupSafe/Makefile

Modified: head/textproc/py3-MarkupSafe/Makefile
==============================================================================
--- head/textproc/py3-MarkupSafe/Makefile	Sat Dec 24 14:05:45 2016	(r429354)
+++ head/textproc/py3-MarkupSafe/Makefile	Sat Dec 24 14:24:00 2016	(r429355)
@@ -3,6 +3,7 @@
 
 PORTNAME=	MarkupSafe
 PORTVERSION=	0.23
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +12,10 @@ MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	Implements XML/HTML/XHTML Markup safe string for Python
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:3
+USES=		python:3.3+
 USE_PYTHON=	autoplist concurrent distutils
-INSTALL_TARGET=	install-strip
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/markupsafe/_speedups.so


More information about the svn-ports-head mailing list