diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-10 00:41:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-10 00:41:50 +0000 |
commit | eff7115888b67eafb1454bcf3e1fa9683d1362a9 (patch) | |
tree | b630e944e9a21b07bc5baf8d12e96fd4ed1e91f1 | |
parent | - Mark DEPRECATED and set EXPIRATION_DATE (diff) |
Deprecate ports depending on ros_common which is broken for more than 6 months and has now expired.
Notes
Notes:
svn path=/head/; revision=313786
-rw-r--r-- | devel/ros-image_common/Makefile | 8 | ||||
-rw-r--r-- | devel/ros-laser_pipeline/Makefile | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/ros-image_common/Makefile b/devel/ros-image_common/Makefile index c437805e033d..a475dc2daea5 100644 --- a/devel/ros-image_common/Makefile +++ b/devel/ros-image_common/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: ros-image_common -# Date created: 2010-11-27 -# Whom: Rene Ladan <rene@FreeBSD.org> -# +# Created by: Rene Ladan <rene@FreeBSD.org> # $FreeBSD$ PORTNAME= ros-image_common @@ -15,6 +12,9 @@ DIST_SUBDIR= ros MAINTAINER= ports@FreeBSD.org COMMENT= Robot Operating System - common image routines +DEPRECATED= Depends on devel/ros_common which is broken for more than 6 months +EXPIRATION_DATE= 2013-04-10 + LICENSE= BSD STACKNAME= ${PORTNAME:S/ros-//} diff --git a/devel/ros-laser_pipeline/Makefile b/devel/ros-laser_pipeline/Makefile index cee2e7c6da29..4451c1cfd2bc 100644 --- a/devel/ros-laser_pipeline/Makefile +++ b/devel/ros-laser_pipeline/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: ros-laser_pipeline -# Date created: 2010-11-27 -# Whom: Rene Ladan <rene@FreeBSD.org> -# +# Created by: Rene Ladan <rene@FreeBSD.org> # $FreeBSD$ PORTNAME= ros-laser_pipeline @@ -15,6 +12,9 @@ DIST_SUBDIR= ros MAINTAINER= ports@FreeBSD.org COMMENT= Robot Operating System - laser data processing utilities +DEPRECATED= Depends on devel/ros_common which is broken for more than 6 months +EXPIRATION_DATE= 2013-04-10 + LICENSE= BSD STACKNAME= ${PORTNAME:S/ros-//} |