aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-06-13 19:57:57 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-06-13 19:57:57 +0000
commita07f1d7384d7722a0904bd627c05d4e58abf7aaf (patch)
tree93b44def04154960ee5a6060e9474420f854189e
parent4edaeceb7733a89251ec56bd0bb573633068bb49 (diff)
Remove news/inn-current as it has been marked BROKEN 2 years and 4 months ago.
Notes
Notes: svn path=/head/; revision=235741
-rw-r--r--MOVED1
-rw-r--r--news/Makefile1
-rw-r--r--news/inn-current/Makefile28
-rw-r--r--news/inn-current/distinfo3
-rw-r--r--news/inn-current/files/patch-lib_innconf.c11
5 files changed, 1 insertions, 43 deletions
diff --git a/MOVED b/MOVED
index 88b03dc8926c..602f6fb94c52 100644
--- a/MOVED
+++ b/MOVED
@@ -4030,3 +4030,4 @@ net-im/ocaml-jabbr||2009-06-13|Removed
net-mgmt/nav||2009-06-13|Removed
net/evolution-rss||2009-06-13|Removed
net/openpbx.org||2009-06-13|Removed
+news/inn-current||2009-06-13|Removed
diff --git a/news/Makefile b/news/Makefile
index fc62099c92bc..c34c30f7a32b 100644
--- a/news/Makefile
+++ b/news/Makefile
@@ -42,7 +42,6 @@
SUBDIR += ifmail
SUBDIR += ija
SUBDIR += inn
- SUBDIR += inn-current
SUBDIR += klibido
SUBDIR += knews
SUBDIR += leafnode
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile
deleted file mode 100644
index eae5fc66fefe..000000000000
--- a/news/inn-current/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: inn
-# Date created: 2003
-# Whom: clement
-#
-# $FreeBSD$
-#
-
-PORTVERSION= ${SNAPSHOT}
-PORTREVISION= 0 # Ensure master is overridden
-MASTER_SITE_ISC?= # Empty
-MASTER_SITES= ${MASTER_SITE_ISC:C/$/ ${MASTER_SITE_LOCAL:C/%SUBDIR%/shaun/g}/1}
-MASTER_SITE_SUBDIR= inn/snapshots
-PKGNAMESUFFIX= -${BRANCH}
-DISTNAME= ${PORTNAME}-${BRANCH:U}-${SNAPSHOT}
-
-BROKEN= Does not install (makedbz segfaults)
-
-BRANCH= current
-SNAPSHOT= 20081107
-
-CONFLICTS= inn-2.[0-9]* inn-stable-[0-9]*
-
-PATCHDIR= ${.CURDIR}/files
-MD5_FILE= ${.CURDIR}/distinfo
-
-MASTERDIR= ${.CURDIR}/../inn
-
-.include "${MASTERDIR}/Makefile"
diff --git a/news/inn-current/distinfo b/news/inn-current/distinfo
deleted file mode 100644
index abeceed3e958..000000000000
--- a/news/inn-current/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (inn-CURRENT-20081107.tar.gz) = e8f9e573f0a3cd1f27c756a5b4697499
-SHA256 (inn-CURRENT-20081107.tar.gz) = 9be02f3e1594de8c95fab0c85b1ae316de30d247ad45111a13957c4683c50e92
-SIZE (inn-CURRENT-20081107.tar.gz) = 2256893
diff --git a/news/inn-current/files/patch-lib_innconf.c b/news/inn-current/files/patch-lib_innconf.c
deleted file mode 100644
index 05d8eadfb946..000000000000
--- a/news/inn-current/files/patch-lib_innconf.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/innconf.c.orig Mon Mar 20 04:14:57 2006
-+++ lib/innconf.c Sat Aug 26 00:22:04 2006
-@@ -395,7 +395,7 @@
-
- if (GetFQDN(innconf->domain) == NULL) {
- warn("hostname does not resolve or domain not set in inn.conf");
-- okay = false;
-+/* okay = false; */
- }
- if (innconf->mta == NULL) {
- warn("must set mta in inn.conf");