diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2013-06-09 19:30:58 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2013-06-09 19:30:58 +0000 |
commit | 1f2b1eac8efc6c78fe5812a440328a74c1db3ec5 (patch) | |
tree | 45e6d01ac243fc692b2b3dc21ccf4af150938e8d /audio/rezound | |
parent | b6702c813611f59c5c532b812919372252db5fc7 (diff) |
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072
Notes
Notes:
svn path=/head/; revision=320405
Diffstat (limited to 'audio/rezound')
-rw-r--r-- | audio/rezound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile index a1183efd3694..9f69f7016a6b 100644 --- a/audio/rezound/Makefile +++ b/audio/rezound/Makefile @@ -3,7 +3,7 @@ PORTNAME= rezound DISTVERSION= 0.12.3beta -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ReZound/${DISTVERSION} |