svn commit: r467357 - head/textproc/py-pss

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 14 23:59:24 UTC 2018


Author: sunpoet
Date: Sat Apr 14 23:59:21 2018
New Revision: 467357
URL: https://svnweb.freebsd.org/changeset/ports/467357

Log:
  Allow concurrent installation (USE_PYTHON=concurrent)
  
  - Add NO_ARCH
  - Update pkg-descr
  - Update WWW
  - Bump PORTREVISION for package change
  - Take maintainership

Modified:
  head/textproc/py-pss/Makefile
  head/textproc/py-pss/pkg-descr

Modified: head/textproc/py-pss/Makefile
==============================================================================
--- head/textproc/py-pss/Makefile	Sat Apr 14 23:59:17 2018	(r467356)
+++ head/textproc/py-pss/Makefile	Sat Apr 14 23:59:21 2018	(r467357)
@@ -3,17 +3,19 @@
 
 PORTNAME=	pss
 PORTVERSION=	1.41
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Tool for grepping through source code
 
 LICENSE=	PD
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>

Modified: head/textproc/py-pss/pkg-descr
==============================================================================
--- head/textproc/py-pss/pkg-descr	Sat Apr 14 23:59:17 2018	(r467356)
+++ head/textproc/py-pss/pkg-descr	Sat Apr 14 23:59:21 2018	(r467357)
@@ -1,5 +1,5 @@
 You can think of pss as an enhanced grep designed to search
 inside source code files. pss is very similar to the Perl ack
-tool (see https://bitbucket.org/eliben/pss/wiki/PssAndAck).
+tool (see https://github.com/eliben/pss/wiki/pss-and-ack).
 
-WWW: https://bitbucket.org/eliben/pss
+WWW: https://github.com/eliben/pss


More information about the svn-ports-head mailing list