diff options
author | wiz <wiz> | 2011-01-13 13:53:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-01-13 13:53:23 +0000 |
commit | d5869d72f5c1f24c3ebc0c01048c565559e21ddf (patch) | |
tree | d235dceb5492df43911f7f1b522b59cc6164c7b2 /audio | |
parent | 18a56132b9abdce4f759050d450f133e9af7283f (diff) | |
download | pkgsrc-d5869d72f5c1f24c3ebc0c01048c565559e21ddf.tar.gz |
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pulseaudio/Makefile | 4 | ||||
-rw-r--r-- | audio/snd/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index ec9736b0232..bddb088397a 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.41 2010/12/02 21:17:43 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2011/01/13 13:53:23 wiz Exp $ # NOTE: Please send a copy of any patches that are not pkgsrc-specific # to <pulseaudio-discuss@mail.0pointer.de> PULSEAUDIO_VER= 0.9.21 -PKGREVISION= 6 +PKGREVISION= 7 DISTNAME= pulseaudio-${PULSEAUDIO_VER} CATEGORIES= audio MASTER_SITES= http://0pointer.de/lennart/projects/pulseaudio/ diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 07acf2115bd..58f8b298bb7 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2010/11/15 22:56:21 abs Exp $ +# $NetBSD: Makefile,v 1.60 2011/01/13 13:53:24 wiz Exp $ # DISTNAME= snd-9.9 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=snd/} |