Index: head/ports-mgmt/psearch/Makefile =================================================================== --- head/ports-mgmt/psearch/Makefile (revision 526577) +++ head/ports-mgmt/psearch/Makefile (revision 526578) @@ -1,19 +1,23 @@ # Created by: Benjamin Lutz # $FreeBSD$ PORTNAME= psearch -PORTVERSION= 2.0.2 +PORTVERSION= 2.1.0 CATEGORIES= ports-mgmt -MASTER_SITES= https://opsec.eu/src/ -MAINTAINER= pi@FreeBSD.org +MAINTAINER= mail@maxlor.com COMMENT= Utility for searching the FreeBSD Ports Collection + +LICENSE= BSD2CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= maxlor PLIST_FILES= bin/psearch \ man/man1/psearch.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/psearch ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/psearch.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/ports-mgmt/psearch/distinfo =================================================================== --- head/ports-mgmt/psearch/distinfo (revision 526577) +++ head/ports-mgmt/psearch/distinfo (revision 526578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573855791 -SHA256 (psearch-2.0.2.tar.gz) = 6d2177a83197e3823f1b777acb03a2bceba74100eccce540a1b8dc0ebadee231 -SIZE (psearch-2.0.2.tar.gz) = 6549 +TIMESTAMP = 1580906842 +SHA256 (maxlor-psearch-2.1.0_GH0.tar.gz) = 1a26da1ec1688eabf75493a7280be2bbbd7b71230b456fd89a52629f10289773 +SIZE (maxlor-psearch-2.1.0_GH0.tar.gz) = 6871 Index: head/ports-mgmt/psearch/pkg-descr =================================================================== --- head/ports-mgmt/psearch/pkg-descr (revision 526577) +++ head/ports-mgmt/psearch/pkg-descr (revision 526578) @@ -1,7 +1,7 @@ psearch is an utility for searching the FreeBSD Ports Collection. It allows you to use regular expressions, and has support for searching the long description (pkg-descr files), as well as inverse matches that allow filtering of ports. -WWW: http://www.maxlor.com/freebsd-scripts.shtml +WWW: https://github.com/maxlor/psearch