From owner-svn-ports-head@freebsd.org Thu Feb 20 18:52:46 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 783B9241AFA; Thu, 20 Feb 2020 18:52:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48NkHL2NJHz457v; Thu, 20 Feb 2020 18:52:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 49ABD26415; Thu, 20 Feb 2020 18:52:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01KIqk5L015258; Thu, 20 Feb 2020 18:52:46 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01KIqjVC015256; Thu, 20 Feb 2020 18:52:45 GMT (envelope-from pi@FreeBSD.org) Message-Id: <202002201852.01KIqjVC015256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 20 Feb 2020 18:52:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526578 - head/ports-mgmt/psearch X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/ports-mgmt/psearch X-SVN-Commit-Revision: 526578 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Feb 2020 18:52:46 -0000 Author: pi Date: Thu Feb 20 18:52:45 2020 New Revision: 526578 URL: https://svnweb.freebsd.org/changeset/ports/526578 Log: ports-mgmt/psearch: update to 2.1.0, give back maintainership to submitter PR: 243904 Submitted by: Benjamin Lutz Modified: head/ports-mgmt/psearch/Makefile head/ports-mgmt/psearch/distinfo head/ports-mgmt/psearch/pkg-descr Modified: head/ports-mgmt/psearch/Makefile ============================================================================== --- head/ports-mgmt/psearch/Makefile Thu Feb 20 18:52:19 2020 (r526577) +++ head/ports-mgmt/psearch/Makefile Thu Feb 20 18:52:45 2020 (r526578) @@ -2,12 +2,16 @@ # $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 Modified: head/ports-mgmt/psearch/distinfo ============================================================================== --- head/ports-mgmt/psearch/distinfo Thu Feb 20 18:52:19 2020 (r526577) +++ head/ports-mgmt/psearch/distinfo Thu Feb 20 18:52:45 2020 (r526578) @@ -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 Modified: head/ports-mgmt/psearch/pkg-descr ============================================================================== --- head/ports-mgmt/psearch/pkg-descr Thu Feb 20 18:52:19 2020 (r526577) +++ head/ports-mgmt/psearch/pkg-descr Thu Feb 20 18:52:45 2020 (r526578) @@ -4,4 +4,4 @@ It allows you to use regular expressions, and has supp 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