summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-06-14 11:30:45 +0000
committerobache <obache@pkgsrc.org>2011-06-14 11:30:45 +0000
commite2283fb7f9aeeb545aadc89cd973da08b1f829f2 (patch)
tree39598b8235b556bae3f0280014e921ca171ee425 /filesystems
parent364fa85ec25be79c7ec4bee72d4e9684e9efa978 (diff)
downloadpkgsrc-e2283fb7f9aeeb545aadc89cd973da08b1f829f2.tar.gz
Drop PYTHON_VERSION_ACCEPTED restriction, because it was just not accept 23.
Bump PKGREVISION, because default acceptable python changes.
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/fuse-gmailfs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/filesystems/fuse-gmailfs/Makefile b/filesystems/fuse-gmailfs/Makefile
index ebd9026e644..3be31aa8d5e 100644
--- a/filesystems/fuse-gmailfs/Makefile
+++ b/filesystems/fuse-gmailfs/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2009/02/09 22:56:23 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2011/06/14 11:30:45 obache Exp $
#
DISTNAME= gmailfs-0.7.2
-PKGREVISION= 1
+PKGREVISION= 2
PKGNAME= fuse-${DISTNAME}
CATEGORIES= filesystems
MASTER_SITES= http://richard.jones.name/google-hacks/gmail-filesystem/
@@ -14,7 +14,6 @@ COMMENT= FUSE filesystem which uses Google mail for free space
PKG_DESTDIR_SUPPORT= user-destdir
NO_BUILD= yes
-PYTHON_VERSIONS_ACCEPTED= 25 24
PYTHON_PATCH_SCRIPTS= gmailfs.py mount.gmailfs
CONF_FILES= ${PREFIX}/share/examples/gmailfs/gmailfs.conf \