Update to 1.2.rc6 to fix build with the latest socket++.
This commit is contained in:
parent
983c4b9765
commit
97690cea6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120705
4 changed files with 7 additions and 23 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue