aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-08-23 07:35:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-08-23 07:35:03 +0000
commit15e7c239c25ba63e07975d04a6522e70f7e60459 (patch)
treea925d1e239cf7f251ab57f03a0c427fb003c79e1
parentb97809dac9eea8858430f657f189bdf1e9db3963 (diff)
downloadports-15e7c239c25ba63e07975d04a6522e70f7e60459.tar.gz
ports-15e7c239c25ba63e07975d04a6522e70f7e60459.zip
- Finish removal of woadaptor by removing it's slave port
Reported by: INDEX build failure
Notes
Notes: svn path=/head/; revision=259815
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/woadaptor-cgi/Makefile21
3 files changed, 1 insertions, 22 deletions
diff --git a/MOVED b/MOVED
index 15ce636d427e..1c77ad2f887c 100644
--- a/MOVED
+++ b/MOVED
@@ -4488,3 +4488,4 @@ archivers/py-tarfile||2010-08-21|Has expired: all development activity in this p
www/rssdler|www/py-rssdler|2010-08-21|Rename to consistency with other Python ports
www/mod_webobjects||2010-08-23|Broken for 6+ months, unmaintained
www/woadaptor||2010-08-23|Broken for 6+ months, unmaintained
+www/woadaptor-cgi||2010-08-23|Broken for 6+ months, unmaintained
diff --git a/www/Makefile b/www/Makefile
index 63ad17fb7c2b..6ba6bbd2f35a 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1810,7 +1810,6 @@
SUBDIR += wiliki
SUBDIR += wml
SUBDIR += wnews
- SUBDIR += woadaptor-cgi
SUBDIR += woof
SUBDIR += wordpress
SUBDIR += wsdlpull
diff --git a/www/woadaptor-cgi/Makefile b/www/woadaptor-cgi/Makefile
deleted file mode 100644
index 28cbe14c4808..000000000000
--- a/www/woadaptor-cgi/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: woadaptor-cgi
-# Date created: Mon Apr 23 04:58:14 EST 2007
-# Whom: Quinton Dolan <q@onthenet.com.au>
-#
-# $FreeBSD$
-#
-
-PORTNAME= woadaptor
-PKGNAMESUFFIX= -cgi
-
-MAINTAINER?= ports@FreeBSD.org
-COMMENT= WebObjects WebServer CGI/FastCGI Adaptor
-
-MASTERDIR= ${.CURDIR}/../woadaptor
-
-WITHOUT_APACHE= yes
-WITH_CGI= yes
-
-CONFLICTS= woadaptor-[0-9]*
-
-.include "${MASTERDIR}/Makefile"