Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Nov 2011 02:51:42 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/162841: Update port: net/tcpxd
Message-ID:  <20111125025142.f01ef213.tkato432@yahoo.com>
Resent-Message-ID: <201111241820.pAOIKLqs056494@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         162841
>Category:       ports
>Synopsis:       Update port: net/tcpxd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 24 18:20:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES 
- Add LICENSE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/tcpxd/Makefile net/tcpxd/Makefile
--- /usr/ports/net/tcpxd/Makefile	2009-03-10 15:38:45.000000000 +0900
+++ net/tcpxd/Makefile	2011-10-28 00:24:50.000000000 +0900
@@ -8,13 +8,17 @@
 PORTNAME=	tcpxd
 PORTVERSION=	1.4
 CATEGORIES=	net net-mgmt
-MASTER_SITES=	http://quozl.us.netrek.org/tcpxd/ \
-		http://fresh.t-systems-sfr.com/unix/src/privat2/
+MASTER_SITES=	http://fossies.org/unix/privat/ \
+		http://www.sourcefiles.org/Networking/Tools/Proxy/ \
+		http://quozl.us.netrek.org/tcpxd/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	General purpose TCP/IP relay
 
-HAS_CONFIGURE=	yes
+LICENSE=	GPLv2 # (or later)
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+GNU_CONFIGURE=	yes
 
 PLIST_FILES=	sbin/tcpxd etc/tcpxd.conf
 
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111125025142.f01ef213.tkato432>