diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:37:18 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:37:18 +0000 |
commit | fa678de0c89263f281d467b498388736196d671f (patch) | |
tree | 3952b9cc808002fd553c70c55a3fc19a14edd63a | |
parent | Move MASTER_SITES from CRITICAL to LOCAL/ehaupt (diff) |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Notes
Notes:
svn path=/head/; revision=376392
-rw-r--r-- | devel/bunny/Makefile | 2 | ||||
-rw-r--r-- | devel/cvsspam/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/bunny/Makefile b/devel/bunny/Makefile index d768e05ba84f..fbce9eed8c87 100644 --- a/devel/bunny/Makefile +++ b/devel/bunny/Makefile @@ -5,7 +5,7 @@ PORTNAME= bunny PORTVERSION= 0.93 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE CRITICAL +MASTER_SITES= GOOGLE_CODE LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Closed loop, high-performance, general purpose protocol-blind fuzzer diff --git a/devel/cvsspam/Makefile b/devel/cvsspam/Makefile index 330fc0b709ae..fce7ad7b045b 100644 --- a/devel/cvsspam/Makefile +++ b/devel/cvsspam/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.2.12 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.badgers-in-foil.co.uk/projects/cvsspam/releases/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Sends diffs when a change is committed to your CVS repository |