ports/103209: [PATCH] Mark net/obnc as deprecated and IGNORE on newer releases

Xin LI delphij at FreeBSD.org
Wed Sep 13 05:50:19 UTC 2006


>Number:         103209
>Category:       ports
>Synopsis:       [PATCH] Mark net/obnc as deprecated and IGNORE on newer releases
>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:   Wed Sep 13 05:50:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Xin LI
>Release:        FreeBSD 6.1-RELEASE-p3 i386
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD tarsier.delphij.net 6.1-RELEASE-p3 FreeBSD 6.1-RELEASE-p3 #37: Sun Aug 13 03:34:43 CST 2006 delphij at tarsier.delphij.net:/usr/obj/usr/src/sys/TARSIER i386

>Description:
	Because OpenBSD's netcat becames part of the base system, it is advisable
that net/obnc be deprecated and removed.
>How-To-Repeat:
>Fix:


--- patch-obnc begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/obnc/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	6 Feb 2004 13:12:06 -0000	1.5
+++ Makefile	13 Sep 2006 05:39:42 -0000
@@ -47,6 +47,13 @@
 		anoncvs at anoncvs1.ca.openbsd.org:/cvs
 CVS_MODULE=	src/usr.bin/nc
 
+.if ${OSVERSION} > 600010 || ( ${OSVERSION} > 503102 && ${OSVERSION} < 600000 )
+IGNORE=		is now contained in the base system
+.endif
+
+DEPRECATED=	A new version of this port is available from base system.
+EXPIRATION_DATE=2006/10/31
+
 #
 # CVS checkout stuff mostly stolen from security/openssh-askpass port by
 # kris at freebsd.org
--- patch-obnc ends here ---


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



More information about the freebsd-ports-bugs mailing list