Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2020 11:11:51 +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: r523559 - head/www/py-utidylib
Message-ID:  <202001191111.00JBBpQr094196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	sunpoet@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} \



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