diff options
author | tron <tron@pkgsrc.org> | 2013-06-04 22:15:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-06-04 22:15:37 +0000 |
commit | 84fac2d633f153f38089c756692e0202cb3d8f32 (patch) | |
tree | 6b8ed11551c6ae6edf7530700df81d41fe88397e /audio/mp3diags | |
parent | d2d5f9e1c07ccc845b8e61288b5c518abb8694dd (diff) | |
download | pkgsrc-84fac2d633f153f38089c756692e0202cb3d8f32.tar.gz |
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
Diffstat (limited to 'audio/mp3diags')
-rw-r--r-- | audio/mp3diags/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mp3diags/Makefile b/audio/mp3diags/Makefile index 81efe9cac5d..47eed191d59 100644 --- a/audio/mp3diags/Makefile +++ b/audio/mp3diags/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2013/06/03 10:04:34 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2013/06/04 22:15:41 tron Exp $ DISTNAME= MP3Diags-1.0.12.079 PKGNAME= ${DISTNAME:S/MP3D/mp3d/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3diags/} |