diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-07-06 22:23:49 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-07-06 22:23:49 +0800 |
commit | 3fd99410a934da2cc6384586cfb6e019aa9f8273 (patch) | |
tree | fd74107bed7ac41a1d6a5bddc10e04969964f1c1 /www | |
parent | 03522801b60921dd2d89345018d374488c64ea21 (diff) | |
download | freebsd-ports-gnome-3fd99410a934da2cc6384586cfb6e019aa9f8273.tar.gz freebsd-ports-gnome-3fd99410a934da2cc6384586cfb6e019aa9f8273.tar.zst freebsd-ports-gnome-3fd99410a934da2cc6384586cfb6e019aa9f8273.zip |
- Assign to new maintainer.
- Add maintainer's mirror to MASTER_SITES.
PR: 191653
Submitted by: A.J. "Fonz" van Werven <freebsd@skysmurf.nl>
Diffstat (limited to 'www')
-rw-r--r-- | www/fcgiwrap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/fcgiwrap/Makefile b/www/fcgiwrap/Makefile index 3e9c9b87b0ad..adbe0da5e999 100644 --- a/www/fcgiwrap/Makefile +++ b/www/fcgiwrap/Makefile @@ -3,8 +3,10 @@ PORTNAME= fcgiwrap PORTVERSION= 1.1.0 CATEGORIES= www +MASTER_SITES= GH \ + http://www.skysmurf.nl/comp/FreeBSD/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@skysmurf.nl COMMENT= Simple FastCGI wrapper for CGI scripts LICENSE= MIT |