diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-04 20:53:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-04 20:53:26 +0000 |
commit | c7c6245bef7e5ca621e710024a67808158545477 (patch) | |
tree | 70fec9485159e1f0e70662b07abe452c242b9727 /mail/feed2exec/Makefile | |
parent | b7c7bb0e06284e1a639779f9c2e2046ec4638152 (diff) | |
download | pkgsrc-c7c6245bef7e5ca621e710024a67808158545477.tar.gz |
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Diffstat (limited to 'mail/feed2exec/Makefile')
-rw-r--r-- | mail/feed2exec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/feed2exec/Makefile b/mail/feed2exec/Makefile index 915c9185ba3..d90d4b492a9 100644 --- a/mail/feed2exec/Makefile +++ b/mail/feed2exec/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2021/02/05 09:06:28 schmonz Exp $ +# $NetBSD: Makefile,v 1.11 2022/01/04 20:54:10 wiz Exp $ DISTNAME= feed2exec-0.17.1 +PKGREVISION= 1 CATEGORIES= mail python MASTER_SITES= https://gitlab.com/anarcat/feed2exec/-/archive/${PKGVERSION_NOREV}/ |