diff options
author | arved <arved@FreeBSD.org> | 2004-11-03 14:10:58 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-11-03 14:10:58 +0000 |
commit | eafa8bb79abf8b5993960725dfe6bc0d29f0dd28 (patch) | |
tree | d46c25c445730861311362633ed244fe64c5f25a /news | |
parent | ed930bfc3411c436d79cc0fd8ee86211fa3bf80a (diff) | |
download | FreeBSD-ports-eafa8bb79abf8b5993960725dfe6bc0d29f0dd28.zip FreeBSD-ports-eafa8bb79abf8b5993960725dfe6bc0d29f0dd28.tar.gz |
Update to 1.2.rc6 to fix build with the latest socket++.
Diffstat (limited to 'news')
-rw-r--r-- | news/newscache/Makefile | 7 | ||||
-rw-r--r-- | news/newscache/distinfo | 4 | ||||
-rw-r--r-- | news/newscache/files/patch-NewsCache.cc | 12 | ||||
-rw-r--r-- | news/newscache/pkg-descr | 7 |
4 files changed, 7 insertions, 23 deletions
diff --git a/news/newscache/Makefile b/news/newscache/Makefile index 1045556..57a18d9 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 231dd33..eacf4bf 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 71366e11..0000000 --- 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 831cff1..9a0113d 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/ |