diff options
author | nia <nia@pkgsrc.org> | 2022-06-30 11:18:01 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-06-30 11:18:01 +0000 |
commit | c8c52b1eaa9f02980199a8b4bc92344ac344e087 (patch) | |
tree | c21e2f959a7f54c264b8e94f4eb22405e479275d /misc/rlwrap/Makefile | |
parent | fab17aa19a19efcffd3db0717cc1cae844bb3581 (diff) | |
download | pkgsrc-c8c52b1eaa9f02980199a8b4bc92344ac344e087.tar.gz |
*: Revbump packages that use Python at runtime without a PKGNAME prefix
Diffstat (limited to 'misc/rlwrap/Makefile')
-rw-r--r-- | misc/rlwrap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/rlwrap/Makefile b/misc/rlwrap/Makefile index aa88a943915..d5d3244f225 100644 --- a/misc/rlwrap/Makefile +++ b/misc/rlwrap/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2022/06/28 11:34:52 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2022/06/30 11:18:38 nia Exp $ # DISTNAME= rlwrap-0.45.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GITHUB:=hanslub42/} GITHUB_TAG= v${PKGVERSION_NOREV} |