diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2010-06-03 16:55:01 +0800 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2010-06-03 16:55:01 +0800 |
commit | a23bcd1501bb611248b21d5853863730a3d17896 (patch) | |
tree | a25244f0fa8cd2aab763c48efcea308cd6e30cfc /multimedia/libquicktime-lame | |
parent | 4856ce32ec50144a37ce7d5515961be224c2436c (diff) | |
download | freebsd-ports-gnome-a23bcd1501bb611248b21d5853863730a3d17896.tar.gz freebsd-ports-gnome-a23bcd1501bb611248b21d5853863730a3d17896.tar.zst freebsd-ports-gnome-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)
Diffstat (limited to 'multimedia/libquicktime-lame')
-rw-r--r-- | multimedia/libquicktime-lame/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/libquicktime-lame/Makefile b/multimedia/libquicktime-lame/Makefile index 241a32475da1..99eb960f39d5 100644 --- a/multimedia/libquicktime-lame/Makefile +++ b/multimedia/libquicktime-lame/Makefile @@ -8,6 +8,7 @@ PORTNAME= libquicktime CATEGORIES= multimedia PKGNAMESUFFIX= -lame +PORTREVISION= 5 MAINTAINER= mm@FreeBSD.org COMMENT= LAME plugin for libquicktime |