aboutsummaryrefslogtreecommitdiffstats
path: root/news/newscache
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-11-03 22:10:58 +0800
committerarved <arved@FreeBSD.org>2004-11-03 22:10:58 +0800
commiteafa8bb79abf8b5993960725dfe6bc0d29f0dd28 (patch)
treed46c25c445730861311362633ed244fe64c5f25a /news/newscache
parented930bfc3411c436d79cc0fd8ee86211fa3bf80a (diff)
downloadfreebsd-ports-gnome-eafa8bb79abf8b5993960725dfe6bc0d29f0dd28.tar.gz
freebsd-ports-gnome-eafa8bb79abf8b5993960725dfe6bc0d29f0dd28.tar.zst
freebsd-ports-gnome-eafa8bb79abf8b5993960725dfe6bc0d29f0dd28.zip
Update to 1.2.rc6 to fix build with the latest socket++.
Diffstat (limited to 'news/newscache')
-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/