| Summary: | [PATCH] devel/ode-devel: deprecate | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Marakasov <amdmi3> | ||||
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | acm | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Dmitry Marakasov
2014-05-10 18:40:02 UTC
Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer (via the GNATS Auto Assign Tool) 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" State Changed From-To: open->closed Committed. Thanks! |