diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-09 12:33:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-09 12:33:57 +0000 |
commit | 7f6ca7040e6fd92a9b7ddf36795b5d084ed76e72 (patch) | |
tree | dea21ca963956a5e80e494c1c2435cc9155c0a97 /audio/sonata/Makefile | |
parent | fe72b789870356ae35ce019005f31a96cc04ddbd (diff) | |
download | pkgsrc-7f6ca7040e6fd92a9b7ddf36795b5d084ed76e72.tar.gz |
Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.
Diffstat (limited to 'audio/sonata/Makefile')
-rw-r--r-- | audio/sonata/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile index 2e5b0f2e5ac..cbbb8cc426d 100644 --- a/audio/sonata/Makefile +++ b/audio/sonata/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2012/03/03 00:12:44 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2012/03/09 12:34:00 wiz Exp $ # EGG_NAME= Sonata-1.6.2.1 DISTNAME= ${EGG_NAME:tl} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= audio MASTER_SITES= http://download.berlios.de/sonata/ EXTRACT_SUFX= .tar.bz2 |