diff options
author | dougb <dougb@FreeBSD.org> | 2011-08-24 01:34:17 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-08-24 01:34:17 +0800 |
commit | cf8c6788b111574ec88b8057993bd2e5fbdb83aa (patch) | |
tree | dc86f6b6eaa973d5f57239a9b3268f91d24a7964 /databases | |
parent | c86d722729b14fc54a69c0b66cb04eb7763ed620 (diff) | |
download | freebsd-ports-gnome-cf8c6788b111574ec88b8057993bd2e5fbdb83aa.tar.gz freebsd-ports-gnome-cf8c6788b111574ec88b8057993bd2e5fbdb83aa.tar.zst freebsd-ports-gnome-cf8c6788b111574ec88b8057993bd2e5fbdb83aa.zip |
Turns out that some geocities sites are more dead than others.
My apologies for the inconvenience.
Meanwhile, s/BROKEN/DEPRECATED/ which is what I meant anyway. :-/
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql_last_value/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql_last_value/Makefile b/databases/mysql_last_value/Makefile index 6964d7d5360a..c2f32446a942 100644 --- a/databases/mysql_last_value/Makefile +++ b/databases/mysql_last_value/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://www.geocities.com/jahan.geo/ MAINTAINER= jahan@bol-online.com COMMENT= Replaces NULL value of current column with value from top row -BROKEN= No Master Site +DEPRECATED= No Master Site EXPIRATION_DATE= 2011-09-01 LIB_DEPENDS= mysqlclient.14:${PORTSDIR}/databases/mysql41-client |