Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2006 19:23:23 -0600 (MDT)
From:      "Aaron Dalton" <aaron@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98341: Update Port: net/relay, Fix PLIST
Message-ID:  <200606020123.k521NNwx065933@moondance.itsy-bitsy.net>
Resent-Message-ID: <200606020130.k521USV9090086@freefall.freebsd.org>

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

>Number:         98341
>Category:       ports
>Synopsis:       Update Port: net/relay, Fix PLIST
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 02 01:30:27 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
- Fix plist to respect NOPORTDOCS
- Remove BROKEN tag
- Submitted via PR as I still need explicit approval to commit non-perl 
ports and I thought this would be faster.
>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
? submission.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/relay/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	2 Apr 2006 23:24:13 -0000	1.16
+++ Makefile	2 Jun 2006 01:23:01 -0000
@@ -17,7 +17,6 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	TCP proxy server with telnet, ftp, finger client wrappers
 
-BROKEN=		Incomplete pkg-plist
 IS_INTERACTIVE=	'must set server hostname in relay.h'
 
 do-install:
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/net/relay/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	22 Nov 2000 00:26:03 -0000	1.2
+++ pkg-plist	2 Jun 2006 01:23:01 -0000
@@ -1,6 +1,6 @@
-@comment $FreeBSD: ports/net/relay/pkg-plist,v 1.2 2000/11/22 00:26:03 obrien Exp $
-bin/rtelnet
 bin/rfinger
 bin/rftp
+bin/rtelnet
 libexec/relay
-share/doc/relay/README
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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