aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-01-16 22:08:30 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-01-16 22:08:30 +0000
commit1715837978efe2783968a42bbd3f2617a9fc7bd5 (patch)
tree94e2e3c6a1f558506a02e36447ac69b484439b5a /news
parentf5672d8f6fe8006657e5844dec353b4d8feabe00 (diff)
downloadports-1715837978efe2783968a42bbd3f2617a9fc7bd5.tar.gz
ports-1715837978efe2783968a42bbd3f2617a9fc7bd5.zip
Notes
Diffstat (limited to 'news')
-rw-r--r--news/newscache/Makefile3
-rw-r--r--news/newscache/distinfo2
-rw-r--r--news/newscache/files/patch-NewsCache.cc19
3 files changed, 2 insertions, 22 deletions
diff --git a/news/newscache/Makefile b/news/newscache/Makefile
index 5ba05609db03..e5c964e57617 100644
--- a/news/newscache/Makefile
+++ b/news/newscache/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= newscache
-PORTVERSION= 1.1.90
-PORTREVISION= 1
+PORTVERSION= 1.1.92
CATEGORIES= news
MASTER_SITES= http://www.hstraub.at/linux/downloads/src/ \
http://www.infosys.tuwien.ac.at/NewsCache/download/
diff --git a/news/newscache/distinfo b/news/newscache/distinfo
index 893eb41d1513..8bff4e06b8c2 100644
--- a/news/newscache/distinfo
+++ b/news/newscache/distinfo
@@ -1 +1 @@
-MD5 (NewsCache-1.1.90.tar.gz) = 0c15eab599f901161c117e2f40562b7f
+MD5 (NewsCache-1.1.92.tar.gz) = 8cd84c15429fbf70b9f24ab877387ab3
diff --git a/news/newscache/files/patch-NewsCache.cc b/news/newscache/files/patch-NewsCache.cc
deleted file mode 100644
index 74195c7dcff5..000000000000
--- a/news/newscache/files/patch-NewsCache.cc
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/NewsCache.cc.orig Fri Oct 24 12:12:20 2003
-+++ src/NewsCache.cc Wed Dec 10 15:47:46 2003
-@@ -24,7 +24,6 @@
- */
- #include "config.h"
-
--#include <crypt.h>
- #include <ctype.h>
- #include <unistd.h>
- #include <string.h>
-@@ -2024,7 +2023,7 @@
- }
-
- cmdp = clt.client_command_map.find(argv[0]);
-- if (cmdp == end || !cmdp->second->func) {
-+ if (cmdp == clt.client_command_map.end() || !cmdp->second->func) {
- slog.p(Logger::Notice) << clt.client_logname
- << " unrecognized " << oreq << "\n";
- (*clt.co) << "500 What?\r\n";