aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-11-03 14:10:58 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-11-03 14:10:58 +0000
commit97690cea6f7db302e38b104ca62b6b924ff5f762 (patch)
treef1a75c83db42a43a81c7188b423b09ed17b9693e /news
parent983c4b97651976d6ceb0ad6ca457e90e183efcf0 (diff)
downloadports-97690cea6f7db302e38b104ca62b6b924ff5f762.tar.gz
ports-97690cea6f7db302e38b104ca62b6b924ff5f762.zip
Notes
Diffstat (limited to 'news')
-rw-r--r--news/newscache/Makefile7
-rw-r--r--news/newscache/distinfo4
-rw-r--r--news/newscache/files/patch-NewsCache.cc12
-rw-r--r--news/newscache/pkg-descr7
4 files changed, 7 insertions, 23 deletions
diff --git a/news/newscache/Makefile b/news/newscache/Makefile
index 104555681632..57a18d94a5ee 100644
--- a/news/newscache/Makefile
+++ b/news/newscache/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= newscache
-PORTVERSION= 1.1.92
+PORTVERSION= 1.2.r.6
CATEGORIES= news
-MASTER_SITES= http://www.hstraub.at/linux/downloads/src/ \
- http://www.infosys.tuwien.ac.at/NewsCache/download/
-DISTNAME= NewsCache-${PORTVERSION}
+MASTER_SITES= http://www.linuxhacker.at/linux/downloads/src/
+DISTNAME= NewsCache-${PORTVERSION:S/.r./rc/}
MAINTAINER= arved@FreeBSD.org
COMMENT= NewsCache is a free cache server for USENET News
diff --git a/news/newscache/distinfo b/news/newscache/distinfo
index 231dd3399200..eacf4bfc9123 100644
--- a/news/newscache/distinfo
+++ b/news/newscache/distinfo
@@ -1,2 +1,2 @@
-MD5 (NewsCache-1.1.92.tar.gz) = 8cd84c15429fbf70b9f24ab877387ab3
-SIZE (NewsCache-1.1.92.tar.gz) = 332187
+MD5 (NewsCache-1.2rc6.tar.gz) = a7b33314cd7701564b4947ab8615dcc2
+SIZE (NewsCache-1.2rc6.tar.gz) = 356563
diff --git a/news/newscache/files/patch-NewsCache.cc b/news/newscache/files/patch-NewsCache.cc
deleted file mode 100644
index 71366e11c3a5..000000000000
--- a/news/newscache/files/patch-NewsCache.cc
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/NewsCache.cc.orig Mon Jan 19 13:52:04 2004
-+++ src/NewsCache.cc Mon Jan 19 13:52:55 2004
-@@ -24,7 +24,9 @@
- */
- #include "config.h"
-
-+#ifndef __FreeBSD__
- #include <crypt.h>
-+#endif
- #include <ctype.h>
- #include <unistd.h>
- #include <string.h>
diff --git a/news/newscache/pkg-descr b/news/newscache/pkg-descr
index 831cff1282d3..9a0113d02332 100644
--- a/news/newscache/pkg-descr
+++ b/news/newscache/pkg-descr
@@ -10,8 +10,5 @@ this is the case, the article is sent directly to its client. Otherwise,
the article is requested from the upstream news server, stored in the
cache area and sent back to the client.
-Author: Thomas Gschwind
-WWW: http://www.infosys.tuwien.ac.at/NewsCache/
-
-- arved
-freebsdports@arved.de
+Author: Thomas Gschwind, Herber Straub
+WWW: http://www.linuxhacker.at/newscache/