diff options
author | netchild <netchild@FreeBSD.org> | 2010-06-03 16:55:01 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2010-06-03 16:55:01 +0800 |
commit | aa6576c11d3d90739579337eb1b2c1a54b167cbd (patch) | |
tree | ea982f2f3c4daaaf492c891af591662bbcd9b451 /multimedia/transkode | |
parent | 34dfce6daed2a2959bd9d6899a7bb9f3d3382827 (diff) | |
download | freebsd-ports-gnome-aa6576c11d3d90739579337eb1b2c1a54b167cbd.tar.gz freebsd-ports-gnome-aa6576c11d3d90739579337eb1b2c1a54b167cbd.tar.zst freebsd-ports-gnome-aa6576c11d3d90739579337eb1b2c1a54b167cbd.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/transkode')
-rw-r--r-- | multimedia/transkode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/transkode/Makefile b/multimedia/transkode/Makefile index 9b8e1a72ccb8..537acfbb1154 100644 --- a/multimedia/transkode/Makefile +++ b/multimedia/transkode/Makefile @@ -7,7 +7,7 @@ PORTNAME= transkode PORTVERSION= 0.7 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |