diff options
author | vd <vd@FreeBSD.org> | 2006-10-05 08:00:23 +0000 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-10-05 08:00:23 +0000 |
commit | f40f78917bc1915c8c5f2ff87d9db14dec37601d (patch) | |
tree | 3da5ab974f68d526fdafc743e38d269ec8a81717 | |
parent | 1b7aaa8017a9d3e74879d170305417d65fdd0212 (diff) | |
download | FreeBSD-ports-f40f78917bc1915c8c5f2ff87d9db14dec37601d.zip FreeBSD-ports-f40f78917bc1915c8c5f2ff87d9db14dec37601d.tar.gz |
Extend expiration date with one week.
There is a newer version on the master site from September, it seems that
the project is active again and thus I will try to update this port to
the latest version.
-rw-r--r-- | net/coda6_server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/coda6_server/Makefile b/net/coda6_server/Makefile index 6a7bc51..5be573d 100644 --- a/net/coda6_server/Makefile +++ b/net/coda6_server/Makefile @@ -55,6 +55,6 @@ BROKEN= does not compile .endif DEPRECATED= compiles neither on 5-STABLE nor 6-STABLE; current version is quite old -EXPIRATION_DATE= 2006-10-04 +EXPIRATION_DATE= 2006-10-11 .include <bsd.port.post.mk> |