diff options
author | nia <nia@pkgsrc.org> | 2020-12-04 20:44:57 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-12-04 20:44:57 +0000 |
commit | 77345cbaf77c9e43b7a467af6bdf4c29b1a41dd8 (patch) | |
tree | 1eccd708a0d316288b6c89678204df314ab01ff0 /shells/fish | |
parent | 00fa5d76195777807cd64ed9f07dc0cefefe2d4b (diff) | |
download | pkgsrc-77345cbaf77c9e43b7a467af6bdf4c29b1a41dd8.tar.gz |
Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
Diffstat (limited to 'shells/fish')
-rw-r--r-- | shells/fish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index 5dcb720fca9..d89f2711e9c 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2020/07/07 09:00:34 nia Exp $ +# $NetBSD: Makefile,v 1.27 2020/12/04 20:45:40 nia Exp $ DISTNAME= fish-3.1.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GITHUB:=fish-shell/} GITHUB_PROJECT= fish-shell |