Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Aug 2026 20:12:59 +0000
From:      Yusuf Yaman <nxjoseph@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Thorsten Geppert <thorsten@tgeppert.de>
Subject:   git: 4d5aad2430d2 - main - ports-mgmt/portfind: Update 1.6.3 => 1.6.4
Message-ID:  <6a7247cb.3d7a4.57df3716@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nxjoseph:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d5aad2430d2d9914e75b00492a32366cd5d4ac6

commit 4d5aad2430d2d9914e75b00492a32366cd5d4ac6
Author:     Thorsten Geppert <thorsten@tgeppert.de>
AuthorDate: 2026-08-04 20:08:01 +0000
Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-08-04 20:12:41 +0000

    ports-mgmt/portfind: Update 1.6.3 => 1.6.4
    
    Port changes:
    - Remove perl5 from CATEGORIES.
    - Update maintainer address.
    - Update WWW and MASTER_SITES.
    - Update pkg-descr.
    - Sort PLIST_FILES (pet portfmt).
    
    Commit log:
    https://github.com/Thorsten-Geppert/portfind/compare/v1.6.3...v1.6.4
    
    PR:             297281
    Reported by:    Thorsten Geppert <thorsten@tgeppert.de> (maintainer)
    Approved by:    osa, vvd (Mentors, implicit)
    MFH:            2026Q3
---
 ports-mgmt/portfind/Makefile  | 14 +++++++-------
 ports-mgmt/portfind/distinfo  |  6 +++---
 ports-mgmt/portfind/pkg-descr |  2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/ports-mgmt/portfind/Makefile b/ports-mgmt/portfind/Makefile
index 18a002a561f0..b91d9213b78b 100644
--- a/ports-mgmt/portfind/Makefile
+++ b/ports-mgmt/portfind/Makefile
@@ -1,12 +1,11 @@
 PORTNAME=	portfind
-PORTVERSION=	1.6.3
-PORTREVISION=	1
-CATEGORIES=	ports-mgmt perl5
-MASTER_SITES=	http://gug-it.de/files/
+PORTVERSION=	1.6.4
+CATEGORIES=	ports-mgmt
+MASTER_SITES=	https://github.com/Thorsten-Geppert/portfind/releases/download/v1.6.4/
 
-MAINTAINER=	thorsten@gug-it.de
+MAINTAINER=	thorsten@tgeppert.de
 COMMENT=	Search the ports tree
-WWW=		http://www.gug-it.de
+WWW=		https://www.tgeppert.com/portfind-for-freebsd/
 
 LICENSE=	BSD3CLAUSE
 
@@ -16,7 +15,8 @@ RUN_DEPENDS=	sqlite3:databases/sqlite3
 USES=		perl5
 USE_PERL5=	build
 
-PLIST_FILES=	bin/portfind share/man/man1/portfind.1.gz
+PLIST_FILES=	bin/portfind \
+		share/man/man1/portfind.1.gz
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/portfind ${STAGEDIR}${PREFIX}/bin
diff --git a/ports-mgmt/portfind/distinfo b/ports-mgmt/portfind/distinfo
index bbec1a64d5c9..72bbf56505f3 100644
--- a/ports-mgmt/portfind/distinfo
+++ b/ports-mgmt/portfind/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1465665383
-SHA256 (portfind-1.6.3.tar.gz) = 7587e024ab748e4d8e53ce29c364e5e9db08d83fef8f2ca62b23acc05bafde84
-SIZE (portfind-1.6.3.tar.gz) = 5504
+TIMESTAMP = 1785861380
+SHA256 (portfind-1.6.4.tar.gz) = e33d7cde21a337d59595501f0a9acbdb81e30bb5942d441cbd5fc58b9292d2ac
+SIZE (portfind-1.6.4.tar.gz) = 6056
diff --git a/ports-mgmt/portfind/pkg-descr b/ports-mgmt/portfind/pkg-descr
index a73e15d5a9e5..64a2bc060187 100644
--- a/ports-mgmt/portfind/pkg-descr
+++ b/ports-mgmt/portfind/pkg-descr
@@ -1 +1 @@
-Use portfind to search in the ports tree.
+Portfind is a program to conveniently search the FreeBSD Ports Tree.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a7247cb.3d7a4.57df3716>