diff options
author | beech <beech@FreeBSD.org> | 2007-06-30 18:00:14 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-06-30 18:00:14 +0800 |
commit | 89233220a6bd05023a9e44e060ead5645121a544 (patch) | |
tree | 4b782746dcb61d0941a3757971ee83f0c38e3c93 | |
parent | 877dc979293296eb0483173af1d00cad9159310e (diff) | |
download | freebsd-ports-gnome-89233220a6bd05023a9e44e060ead5645121a544.tar.gz freebsd-ports-gnome-89233220a6bd05023a9e44e060ead5645121a544.tar.zst freebsd-ports-gnome-89233220a6bd05023a9e44e060ead5645121a544.zip |
-Unbreak port by fixing master_sites.
PR: ports/114044 (based on)
Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
Approved by: sat (mentor)
-rw-r--r-- | multimedia/streamanalyze/Makefile | 2 | ||||
-rw-r--r-- | multimedia/streamanalyze/pkg-descr | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/streamanalyze/Makefile b/multimedia/streamanalyze/Makefile index 72ab97af06e7..24cecbd173da 100644 --- a/multimedia/streamanalyze/Makefile +++ b/multimedia/streamanalyze/Makefile @@ -9,7 +9,7 @@ PORTNAME= streamanalyze PORTVERSION= 0.4 PORTREVISION= 1 CATEGORIES= multimedia -MASTER_SITES= http://www.badabum.de/down/ +MASTER_SITES= CENKES LOCAL/beech MAINTAINER= h.eichmann@gmx.de COMMENT= Shrink-factor calculator for StreamDVD diff --git a/multimedia/streamanalyze/pkg-descr b/multimedia/streamanalyze/pkg-descr index 5eacf4e640e6..08152cd3c682 100644 --- a/multimedia/streamanalyze/pkg-descr +++ b/multimedia/streamanalyze/pkg-descr @@ -5,5 +5,3 @@ factor to reduce the video size. Before using StreamAnalyze you should call 'lsdvd' or 'tcprobe' to get an overview of what is available on the video DVD you want to backup. - -WWW: http://www.badabum.de/streamdvd.html |