From amdmi3@amdmi3.ru  Sat May 10 17:38:30 2014
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 96F78E42;
	Sat, 10 May 2014 17:38:30 +0000 (UTC)
Received: from smtpout3.timeweb.ru (smtpout3.timeweb.ru [92.53.117.25])
	(using TLSv1 with cipher AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id 4D0588D8;
	Sat, 10 May 2014 17:38:29 +0000 (UTC)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)
	(Exim 4.76)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1WjBE8-0003UT-UT; Sat, 10 May 2014 21:38:24 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id 8788AC57;
	Sat, 10 May 2014 21:38:24 +0400 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 687851C1BB; Sat, 10 May 2014 21:38:22 +0400 (MSK)
Message-Id: <20140510173823.687851C1BB@hades.panopticon>
Date: Sat, 10 May 2014 21:38:22 +0400 (MSK)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: acm@FreeBSD.org
Subject: [PATCH] devel/ode-devel: deprecate
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         189619
>Category:       ports
>Synopsis:       [PATCH] devel/ode-devel: deprecate
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    acm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 10 17:40:02 UTC 2014
>Closed-Date:    Tue May 27 19:01:11 UTC 2014
>Last-Modified:  Tue May 27 19:10:00 UTC 2014
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK
>Description:
devel/ode-devel is way behind devel/ode (ver. 0.5 from 2006 vs. ver. 0.11 from 2011) and is not used by any port. Make it DEPRECATED and set EXPIRATION_DATE

Port maintainer (acm@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- ode-devel-0.5.060223.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 353589)
+++ Makefile	(working copy)
@@ -12,6 +12,9 @@
 MAINTAINER=	acm@FreeBSD.org
 COMMENT=	Articulated rigid body dynamics library (devel)
 
+DEPRECATED=	Outdated by devel/ode
+EXPIRATION_DATE=2014-06-10
+
 ODEVER=		0.5
 
 CONFLICTS=	ode-[0-9].*
--- ode-devel-0.5.060223.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->acm 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat May 10 17:40:08 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189619 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Tue May 27 19:01:10 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189619 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/189619: commit references a PR
Date: Tue, 27 May 2014 19:00:24 +0000 (UTC)

 Author: amdmi3
 Date: Tue May 27 19:00:21 2014
 New Revision: 355562
 URL: http://svnweb.freebsd.org/changeset/ports/355562
 QAT: https://qat.redports.org/buildarchive/r355562/
 
 Log:
   - Mark DEPRECATED and set EXPIRATION_DATE
   
   PR:		189619
   Submitted by:	amdmi3
   Approved by:	maintainer timeout
 
 Modified:
   head/devel/ode-devel/Makefile
 
 Modified: head/devel/ode-devel/Makefile
 ==============================================================================
 --- head/devel/ode-devel/Makefile	Tue May 27 18:58:59 2014	(r355561)
 +++ head/devel/ode-devel/Makefile	Tue May 27 19:00:21 2014	(r355562)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	ode
  DISTVERSION=	${ODEVER}-060223
 -PORTREVISION=	3
 +PORTREVISION=	4
  CATEGORIES=	devel
  MASTER_SITES=	http://opende.sourceforge.net/snapshots/
  PKGNAMESUFFIX=	-devel
 @@ -12,6 +12,9 @@ DISTNAME=	${PORTNAME}-${DISTVERSION:S/${
  MAINTAINER=	acm@FreeBSD.org
  COMMENT=	Articulated rigid body dynamics library (devel)
  
 +DEPRECATED=	Outdated by devel/ode
 +EXPIRATION_DATE=2014-06-27
 +
  ODEVER=		0.5
  
  CONFLICTS=	ode-[0-9].*
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
