diff options
author | dholland <dholland@pkgsrc.org> | 2012-03-31 18:14:23 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-03-31 18:14:23 +0000 |
commit | 7c450299876e657465b86b28a9921871edae835e (patch) | |
tree | f08431e3a4f23482c412bd5515d0719c3d00c024 /filesystems | |
parent | 79f6fcdf35aa587076a51507bbf7a26f8bb7b755 (diff) | |
download | pkgsrc-7c450299876e657465b86b28a9921871edae835e.tar.gz |
Fix manu's update by updating the package version instead of just the
distinfo and patches.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/glusterfs/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile index 35005eb404e..9b20189b053 100644 --- a/filesystems/glusterfs/Makefile +++ b/filesystems/glusterfs/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.28 2012/03/28 14:24:59 manu Exp $ +# $NetBSD: Makefile,v 1.29 2012/03/31 18:14:23 dholland Exp $ # -DISTNAME= glusterfs-3.2.5 -PKGREVISION= 10 +DISTNAME= glusterfs-3.2.6 CATEGORIES= filesystems -MASTER_SITES= http://download.gluster.com/pub/gluster/glusterfs/3.2/3.2.5/ +MASTER_SITES= http://download.gluster.com/pub/gluster/glusterfs/3.2/3.2.6/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gluster.org/ |