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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/bashburn/Makefile | 2 | ||||
-rw-r--r-- | sysutils/k3b-kde4/Makefile | 2 | ||||
-rw-r--r-- | sysutils/k3b/Makefile | 2 | ||||
-rw-r--r-- | sysutils/mybashburn/Makefile | 2 | ||||
-rw-r--r-- | sysutils/xvidcap/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/bashburn/Makefile b/sysutils/bashburn/Makefile index ad60bbaf26b0..8f2f68034f96 100644 --- a/sysutils/bashburn/Makefile +++ b/sysutils/bashburn/Makefile @@ -7,7 +7,7 @@ PORTNAME= bashburn PORTVERSION= 2.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF DISTNAME= BashBurn-${PORTVERSION} diff --git a/sysutils/k3b-kde4/Makefile b/sysutils/k3b-kde4/Makefile index fdc55879342c..5c7433767129 100644 --- a/sysutils/k3b-kde4/Makefile +++ b/sysutils/k3b-kde4/Makefile @@ -7,7 +7,7 @@ PORTNAME= k3b PORTVERSION= 1.0.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils multimedia kde MASTER_SITES= SF diff --git a/sysutils/k3b/Makefile b/sysutils/k3b/Makefile index fdc55879342c..5c7433767129 100644 --- a/sysutils/k3b/Makefile +++ b/sysutils/k3b/Makefile @@ -7,7 +7,7 @@ PORTNAME= k3b PORTVERSION= 1.0.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils multimedia kde MASTER_SITES= SF diff --git a/sysutils/mybashburn/Makefile b/sysutils/mybashburn/Makefile index e3e136ec7ccc..e4d6ed93a7e8 100644 --- a/sysutils/mybashburn/Makefile +++ b/sysutils/mybashburn/Makefile @@ -7,7 +7,7 @@ PORTNAME= mybashburn PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF diff --git a/sysutils/xvidcap/Makefile b/sysutils/xvidcap/Makefile index 0d5ac4e75913..06a3d5ab7a60 100644 --- a/sysutils/xvidcap/Makefile +++ b/sysutils/xvidcap/Makefile @@ -7,7 +7,7 @@ PORTNAME= xvidcap DISTVERSION= 1.1.4p1 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= sysutils multimedia MASTER_SITES= SF/${PORTNAME}/OldFiles |