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 /filesystems | |
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 'filesystems')
-rw-r--r-- | filesystems/fuse-pcachefs/Makefile | 3 | ||||
-rw-r--r-- | filesystems/py-fs/Makefile | 3 | ||||
-rw-r--r-- | filesystems/py-fuse-bindings/Makefile | 3 | ||||
-rw-r--r-- | filesystems/tahoe-lafs/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/filesystems/fuse-pcachefs/Makefile b/filesystems/fuse-pcachefs/Makefile index 08ea358f7fe..b6e6f4002b2 100644 --- a/filesystems/fuse-pcachefs/Makefile +++ b/filesystems/fuse-pcachefs/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2021/12/01 16:59:49 pho Exp $ +# $NetBSD: Makefile,v 1.12 2022/01/04 20:53:51 wiz Exp $ DISTNAME= fuse-pcachefs-0.3 +PKGREVISION= 1 CATEGORIES= filesystems MASTER_SITES= ${MASTER_SITE_GITHUB:=ibizaman/} GITHUB_PROJECT= pcachefs diff --git a/filesystems/py-fs/Makefile b/filesystems/py-fs/Makefile index 3d96c3770ec..217bc3f5404 100644 --- a/filesystems/py-fs/Makefile +++ b/filesystems/py-fs/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2021/11/17 13:50:30 adam Exp $ +# $NetBSD: Makefile,v 1.8 2022/01/04 20:53:51 wiz Exp $ DISTNAME= fs-2.4.14 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= filesystems python MASTER_SITES= ${MASTER_SITE_PYPI:=f/fs/} diff --git a/filesystems/py-fuse-bindings/Makefile b/filesystems/py-fuse-bindings/Makefile index e6c679cb776..b4efd9f3b9e 100644 --- a/filesystems/py-fuse-bindings/Makefile +++ b/filesystems/py-fuse-bindings/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2021/12/01 16:37:37 pho Exp $ +# $NetBSD: Makefile,v 1.22 2022/01/04 20:53:51 wiz Exp $ VERSION= 1.0.4 DISTNAME= fuse-python-${VERSION} PKGNAME= ${PYPKGPREFIX}-fuse-bindings-${VERSION} +PKGREVISION= 1 CATEGORIES= filesystems python MASTER_SITES= ${MASTER_SITE_PYPI:=f/fuse-python/} diff --git a/filesystems/tahoe-lafs/Makefile b/filesystems/tahoe-lafs/Makefile index f88bb8de4c4..d6e31cbce6f 100644 --- a/filesystems/tahoe-lafs/Makefile +++ b/filesystems/tahoe-lafs/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.52 2021/10/21 12:16:25 gdt Exp $ +# $NetBSD: Makefile,v 1.53 2022/01/04 20:53:51 wiz Exp $ VERSION_BASE= 1.16.0 VERSION_RC= DISTNAME= tahoe-lafs-${VERSION_BASE}${VERSION_RC} +PKGREVISION= 1 CATEGORIES= filesystems MASTER_SITES= https://tahoe-lafs.org/downloads/ |