diff options
author | linimon <linimon@FreeBSD.org> | 2004-06-25 00:55:41 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-06-25 00:55:41 +0800 |
commit | 8083b5e68d33723bf445e8770f0f8a99790cc209 (patch) | |
tree | 7489be82cb333e2910d84a32b33bbc8c508f766e /audio | |
parent | 262b4ad0afc38501008eaf68683fd5a7104604bf (diff) | |
download | freebsd-ports-gnome-8083b5e68d33723bf445e8770f0f8a99790cc209.tar.gz freebsd-ports-gnome-8083b5e68d33723bf445e8770f0f8a99790cc209.tar.zst freebsd-ports-gnome-8083b5e68d33723bf445e8770f0f8a99790cc209.zip |
Remove mastersites that are either not carrying the current version,
or are carrying a tarball that will not checksum.
PR: ports/67017, 67018
Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
Approved by: maintainer timeout (4 weeks)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/asmix/Makefile | 3 | ||||
-rw-r--r-- | audio/asmixer/Makefile | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/audio/asmix/Makefile b/audio/asmix/Makefile index 9350e77743de..e101005240ab 100644 --- a/audio/asmix/Makefile +++ b/audio/asmix/Makefile @@ -8,8 +8,7 @@ PORTNAME= asmix PORTVERSION= 1.4 CATEGORIES= audio afterstep -MASTER_SITES= ${MASTER_SITE_AFTERSTEP} \ - http://www.tigr.net/afterstep/download/asmix/ +MASTER_SITES= http://www.tigr.net/afterstep/download/asmix/ MASTER_SITE_SUBDIR= apps/asmix MAINTAINER= mtm@identd.net diff --git a/audio/asmixer/Makefile b/audio/asmixer/Makefile index 2c70c649af60..cf8450c733a6 100644 --- a/audio/asmixer/Makefile +++ b/audio/asmixer/Makefile @@ -8,9 +8,7 @@ PORTNAME= asmixer PORTVERSION= 0.5 CATEGORIES= audio afterstep -MASTER_SITES= ${MASTER_SITE_AFTERSTEP} \ - http://www.tigr.net/afterstep/download/asmixer/ -MASTER_SITE_SUBDIR= apps/asmixer +MASTER_SITES= http://www.tigr.net/afterstep/download/asmixer/ MAINTAINER= mtm@identd.net COMMENT= A mixer control for X, and specifically the AfterStep Window Manager |