diff options
author | swills <swills@FreeBSD.org> | 2013-03-03 05:01:58 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-03-03 05:01:58 +0800 |
commit | 9cd73e761755555a10327e2dc86cde1ba7e2cd5e (patch) | |
tree | 8f46c2cbb8bd0e823cb541fb737c52436a6d7db6 /misc | |
parent | 979974ea183bf70bcb6df47d9cdfaa83b922534c (diff) | |
download | freebsd-ports-gnome-9cd73e761755555a10327e2dc86cde1ba7e2cd5e.tar.gz freebsd-ports-gnome-9cd73e761755555a10327e2dc86cde1ba7e2cd5e.tar.zst freebsd-ports-gnome-9cd73e761755555a10327e2dc86cde1ba7e2cd5e.zip |
- Deprecate ports which don't work with Ruby 1.9
- Set expiration to 2 months to give plenty of time to fix them to anyone who
may be interested (patching rubygem- ports is possible now)
- Trim headers while here
With Hat: ruby@
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rubygem-ohcount/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/misc/rubygem-ohcount/Makefile b/misc/rubygem-ohcount/Makefile index 28b4466b1883..384aca605141 100644 --- a/misc/rubygem-ohcount/Makefile +++ b/misc/rubygem-ohcount/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ohcount -# Date created: 2009-05-31 -# Whom: Edmondas Girkantas <eg@fbsd.lt> -# +# Created by: Edmondas Girkantas <eg@fbsd.lt> # $FreeBSD$ -# PORTNAME= ohcount PORTVERSION= 2.0.1 @@ -13,6 +9,9 @@ MASTER_SITES= http://labs.ohloh.net/download/ MAINTAINER= eg@fbsd.lt COMMENT= Ohcount is the source code line counter that powers Ohloh +DEPRECATED= Does not work with Ruby 1.9 +EXPIRATION_DATE= 2012-05-02 + RUN_DEPENDS= rubygem-diff-lcs>=1.1.2:${PORTSDIR}/textproc/rubygem-diff-lcs \ ragel:${PORTSDIR}/devel/ragel |