diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-25 06:15:25 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-25 06:15:25 +0800 |
commit | 9bc2ddec8960d82e0d50bc4dfb91f0d1f94b3304 (patch) | |
tree | 41119be6575fcc20c019118af8610279aaeec305 /lang | |
parent | eb37c641be8ab26f3fdd1c5578ee02120ed26688 (diff) | |
download | freebsd-ports-gnome-9bc2ddec8960d82e0d50bc4dfb91f0d1f94b3304.tar.gz freebsd-ports-gnome-9bc2ddec8960d82e0d50bc4dfb91f0d1f94b3304.tar.zst freebsd-ports-gnome-9bc2ddec8960d82e0d50bc4dfb91f0d1f94b3304.zip |
- Mark BROKEN
- Fix typo in expiration date
With hat: portmgr
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-doc-stdlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ruby-doc-stdlib/Makefile b/lang/ruby-doc-stdlib/Makefile index 16d0b7451513..fcc135d16c81 100644 --- a/lang/ruby-doc-stdlib/Makefile +++ b/lang/ruby-doc-stdlib/Makefile @@ -19,8 +19,9 @@ COMMENT= Documentation for the Ruby language standard library USE_RUBY= yes NO_BUILD= yes +BROKEN= Checksum and size mismatch DEPRECATED= Upstream rerolls frequently, online docs work well -EXPRIATION_DATE= 2014-04-24 +EXPIRATION_DATE= 2014-04-24 WRKSRC= ${WRKDIR}/${DISTNAME:S/_rdocs//} |