git: 453630ac84a8 - main - ports-mgmt/portscout: Import upstream feature commit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 May 2023 08:21:57 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=453630ac84a869874ca950abb1a65ed1b4ae0468 commit 453630ac84a869874ca950abb1a65ed1b4ae0468 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2023-05-22 05:43:53 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2023-05-22 08:21:53 +0000 ports-mgmt/portscout: Import upstream feature commit Import an upstream feature commit that enables bookmarking of ports and automatically filters them to show only outdated ports. PR: 271203 Approved by: maintainer timeout (bofh, 20 days) --- ports-mgmt/portscout/Makefile | 4 ++++ ports-mgmt/portscout/distinfo | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ports-mgmt/portscout/Makefile b/ports-mgmt/portscout/Makefile index f717fd9ac180..20f653e34cd4 100644 --- a/ports-mgmt/portscout/Makefile +++ b/ports-mgmt/portscout/Makefile @@ -1,7 +1,11 @@ PORTNAME= portscout PORTVERSION= 0.8.1.6 +PORTREVISION= 1 CATEGORIES= ports-mgmt +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= e618f1b.patch:-p1 # https://github.com/freebsd/portscout/pull/22 + MAINTAINER= bofh@FreeBSD.org COMMENT= Tool to scan for new versions of FreeBSD ports WWW= https://www.inerd.com/software/portscout/ diff --git a/ports-mgmt/portscout/distinfo b/ports-mgmt/portscout/distinfo index bc5b03260236..438db5cfdc68 100644 --- a/ports-mgmt/portscout/distinfo +++ b/ports-mgmt/portscout/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1654173898 +TIMESTAMP = 1684733794 SHA256 (freebsd-portscout-0.8.1.6_GH0.tar.gz) = 419a00fef01492f21c71736b3e8bae8e92377caf218dea2e219d63e09aa9145c SIZE (freebsd-portscout-0.8.1.6_GH0.tar.gz) = 58607 +SHA256 (e618f1b.patch) = c0473b3b54eb41c9981e945475bdcd8283af8a187930757e11e9e3d4077a6e8e +SIZE (e618f1b.patch) = 2304