diff options
author | erwin <erwin@FreeBSD.org> | 2009-06-13 19:57:57 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-06-13 19:57:57 +0000 |
commit | 3ae8380ba152229d3dd1631c346505de08fce2dd (patch) | |
tree | 645d9dc5fd56f2a77d45f14ad0110094d6e26aeb /news | |
parent | 2eafeb688a30b7bb9fbdd19881da414c3b84e28a (diff) | |
download | FreeBSD-ports-3ae8380ba152229d3dd1631c346505de08fce2dd.zip FreeBSD-ports-3ae8380ba152229d3dd1631c346505de08fce2dd.tar.gz |
Remove news/inn-current as it has been marked BROKEN 2 years and 4 months ago.
Diffstat (limited to 'news')
-rw-r--r-- | news/Makefile | 1 | ||||
-rw-r--r-- | news/inn-current/Makefile | 28 | ||||
-rw-r--r-- | news/inn-current/distinfo | 3 | ||||
-rw-r--r-- | news/inn-current/files/patch-lib_innconf.c | 11 |
4 files changed, 0 insertions, 43 deletions
diff --git a/news/Makefile b/news/Makefile index fc62099..c34c30f 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 eae5fc6..0000000 --- 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 abeceed..0000000 --- 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 05d8ead..0000000 --- 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"); |