diff options
author | rene <rene@FreeBSD.org> | 2016-12-26 19:59:12 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-12-26 19:59:12 +0800 |
commit | a983f9881d628607679ec40daf80fe23f66f9178 (patch) | |
tree | 8b8bae65903c26991a884a3e102db51e7a2de747 /www | |
parent | 2b09cc3ed23eba974044505db14301a06be7eeb3 (diff) | |
download | freebsd-ports-gnome-a983f9881d628607679ec40daf80fe23f66f9178.tar.gz freebsd-ports-gnome-a983f9881d628607679ec40daf80fe23f66f9178.tar.zst freebsd-ports-gnome-a983f9881d628607679ec40daf80fe23f66f9178.zip |
Reset ports per maintainer request.
PR: 215557
Submitted by: A.J. "Fonz" van Werven (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/fcgi/Makefile | 5 | ||||
-rw-r--r-- | www/fcgiwrap/Makefile | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/fcgi/Makefile b/www/fcgi/Makefile index 178747ddca1a..e697c86dc355 100644 --- a/www/fcgi/Makefile +++ b/www/fcgi/Makefile @@ -5,11 +5,10 @@ PORTNAME= fcgi PORTVERSION= 2.4.0 PORTREVISION= 5 CATEGORIES= www -MASTER_SITES= http://www.fastcgi.com/dist/ \ - http://www.skysmurf.nl/comp/FreeBSD/distfiles/ +MASTER_SITES= http://www.fastcgi.com/dist/ PKGNAMESUFFIX= -devkit -MAINTAINER= freebsd@skysmurf.nl +MAINTAINER= ports@FreeBSD.org COMMENT= FastCGI Development Kit LICENSE= Open_Market_FastCGI_license diff --git a/www/fcgiwrap/Makefile b/www/fcgiwrap/Makefile index f5980cd27a23..351d725b2fb8 100644 --- a/www/fcgiwrap/Makefile +++ b/www/fcgiwrap/Makefile @@ -6,13 +6,15 @@ PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://www.skysmurf.nl/comp/FreeBSD/distfiles/ -MAINTAINER= freebsd@skysmurf.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Simple FastCGI wrapper for CGI scripts LICENSE= MIT LIB_DEPENDS= libfcgi.so:www/fcgi +BROKEN= unfetchable + USES= autoreconf gmake pkgconfig USE_GITHUB= yes |