svn commit: r471533 - head/textproc/py-python-augeas

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 4 08:34:27 UTC 2018


Author: amdmi3
Date: Mon Jun  4 08:34:26 2018
New Revision: 471533
URL: https://svnweb.freebsd.org/changeset/ports/471533

Log:
  - Fix LICENSE
  - Switch to new test framework
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/py-python-augeas/Makefile

Modified: head/textproc/py-python-augeas/Makefile
==============================================================================
--- head/textproc/py-python-augeas/Makefile	Mon Jun  4 08:00:44 2018	(r471532)
+++ head/textproc/py-python-augeas/Makefile	Mon Jun  4 08:34:26 2018	(r471533)
@@ -9,7 +9,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	johan at stromnet.se
 COMMENT=	Pure python bindings for Augeas
 
-LICENSE=	GPLv2
+LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${FLAVOR}
@@ -21,7 +21,7 @@ USE_PYTHON=	distutils py3kplist
 
 GH_ACCOUNT=	hercules-team
 
-regression-test: build
+do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${WRKSRC}/test/test_augeas.py
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list