aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Geppert <thorsten@tgeppert.de>2026-08-04 20:08:01 +0000
committerYusuf Yaman <nxjoseph@FreeBSD.org>2026-08-04 20:12:41 +0000
commit4d5aad2430d2d9914e75b00492a32366cd5d4ac6 (patch)
tree9734177c1146c6a8f872752163c6d61006760741
parent354fb8137c350c7574d817cf8135599fe7e1c17b (diff)
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
-rw-r--r--ports-mgmt/portfind/Makefile14
-rw-r--r--ports-mgmt/portfind/distinfo6
-rw-r--r--ports-mgmt/portfind/pkg-descr2
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.