svn commit: r523559 - head/www/py-utidylib

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 19 11:11:52 UTC 2020


Author: sunpoet
Date: Sun Jan 19 11:11:50 2020
New Revision: 523559
URL: https://svnweb.freebsd.org/changeset/ports/523559

Log:
  Add NO_ARCH
  
  - Take maintainership

Modified:
  head/www/py-utidylib/Makefile

Modified: head/www/py-utidylib/Makefile
==============================================================================
--- head/www/py-utidylib/Makefile	Sun Jan 19 11:11:45 2020	(r523558)
+++ head/www/py-utidylib/Makefile	Sun Jan 19 11:11:50 2020	(r523559)
@@ -7,7 +7,7 @@ PORTREVISION=	3
 CATEGORIES=	www python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Python interface to tidy-lib
 
 LICENSE=	MIT
@@ -23,6 +23,8 @@ LIB_DEPENDS=	libtidy.so:www/tidy-lib
 
 USES=		python:2.7
 USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
 
 post-patch:
 	@${REINPLACE_CMD} \


More information about the svn-ports-head mailing list