diff options
author | wxs <wxs@FreeBSD.org> | 2010-05-06 05:31:15 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-05-06 05:31:15 +0800 |
commit | 01447185319de86609f977158684e959ba218eaa (patch) | |
tree | 787658b69ff6efda87f0f38d7205b56019ba697d /databases | |
parent | 9e51c3f8b684f8da1fc52ae0b8e782ffe538e861 (diff) | |
download | freebsd-ports-gnome-01447185319de86609f977158684e959ba218eaa.tar.gz freebsd-ports-gnome-01447185319de86609f977158684e959ba218eaa.tar.zst freebsd-ports-gnome-01447185319de86609f977158684e959ba218eaa.zip |
Set expiration date for one month from now. It's broken on all supported
versions of FreeBSD. Upstream appears dead and maintainer has not responded.
PR: ports/141139
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ptop/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/ptop/Makefile b/databases/ptop/Makefile index 99303e1fa1f0..4be666e0cf7c 100644 --- a/databases/ptop/Makefile +++ b/databases/ptop/Makefile @@ -22,4 +22,7 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/pg_top +IGNORE= broken on all supported FreeBSD versions +EXPIRATION_DATE= 2010-03-06 + .include <bsd.port.mk> |