diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2010-06-03 08:55:01 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2010-06-03 08:55:01 +0000 |
commit | a23bcd1501bb611248b21d5853863730a3d17896 (patch) | |
tree | a25244f0fa8cd2aab763c48efcea308cd6e30cfc /audio/streamtranscoder | |
parent | 4856ce32ec50144a37ce7d5515961be224c2436c (diff) | |
download | ports-a23bcd1501bb611248b21d5853863730a3d17896.tar.gz ports-a23bcd1501bb611248b21d5853863730a3d17896.zip |
- update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
- done via a semi-automated way (manual review and fixup)
- I tried to take care to not bump ports which only depend optionaly on
lame (with a default of no dependency)
Notes
Notes:
svn path=/head/; revision=255644
Diffstat (limited to 'audio/streamtranscoder')
-rw-r--r-- | audio/streamtranscoder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/streamtranscoder/Makefile b/audio/streamtranscoder/Makefile index a282defc4dc2..323d5eb35cf8 100644 --- a/audio/streamtranscoder/Makefile +++ b/audio/streamtranscoder/Makefile @@ -7,7 +7,7 @@ PORTNAME= streamtranscoder PORTVERSION= 1.2.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= http://www.oddsock.org/tools/streamTranscoder/ |