diff options
author | kris <kris@FreeBSD.org> | 2004-06-22 05:27:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-22 05:27:46 +0800 |
commit | 14d1eea421a42564b8f6285daa105bd4a08c6155 (patch) | |
tree | 25e9f8e2c9bd27f220ae798861e3a5e531810e8d /devel | |
parent | 0c36999fa5188ed3a00754d9ceaa4006134ba9c7 (diff) | |
download | freebsd-ports-gnome-14d1eea421a42564b8f6285daa105bd4a08c6155.tar.gz freebsd-ports-gnome-14d1eea421a42564b8f6285daa105bd4a08c6155.tar.zst freebsd-ports-gnome-14d1eea421a42564b8f6285daa105bd4a08c6155.zip |
Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports. They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-flex_rb/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-gconf/Makefile | 2 | ||||
-rw-r--r-- | devel/whups/Makefile | 4 |
3 files changed, 7 insertions, 1 deletions
diff --git a/devel/ruby-flex_rb/Makefile b/devel/ruby-flex_rb/Makefile index 9a5e5347a7db..0b4f7818dee1 100644 --- a/devel/ruby-flex_rb/Makefile +++ b/devel/ruby-flex_rb/Makefile @@ -17,6 +17,8 @@ MAINTAINER= knu@FreeBSD.org COMMENT= Ruby flex regular expression matching extension BROKEN= Does not compile +EXPIRATION_DATE=2004-08-20 +DEPRECATED= ${BROKEN} USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/devel/ruby-gconf/Makefile b/devel/ruby-gconf/Makefile index 59d255305f5d..0f48da591f71 100644 --- a/devel/ruby-gconf/Makefile +++ b/devel/ruby-gconf/Makefile @@ -19,6 +19,8 @@ MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby interface to GConf (1.0.x) BROKEN= "Build fails" +EXPIRATION_DATE=2004-08-20 +DEPRECATED= ${BROKEN} LIB_DEPENDS= gconf-gtk-1.1:${PORTSDIR}/devel/gconf diff --git a/devel/whups/Makefile b/devel/whups/Makefile index f816b829741c..1166ef6c71ed 100644 --- a/devel/whups/Makefile +++ b/devel/whups/Makefile @@ -16,7 +16,9 @@ COMMENT= WHUPS is a web-based bug tracking system RUN_DEPENDS= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2 -IGNORE= "Doesn't run with Horde 2.1 or 2.2" +IGNORE= Doesn't run with Horde 2.1 or 2.2 +EXPIRATION_DATE=2004-08-20 +DEPRECATED= ${IGNORE} NO_BUILD= yes |