Date: Sat, 14 Apr 2018 23:59:22 +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: r467357 - head/textproc/py-pss Message-ID: <201804142359.w3ENxMk4079693@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org +MAINTAINER= sunpoet@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804142359.w3ENxMk4079693>