From 9cd73e761755555a10327e2dc86cde1ba7e2cd5e Mon Sep 17 00:00:00 2001 From: swills Date: Sat, 2 Mar 2013 21:01:58 +0000 Subject: - 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@ --- audio/ruby-vorbisfile/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'audio/ruby-vorbisfile') diff --git a/audio/ruby-vorbisfile/Makefile b/audio/ruby-vorbisfile/Makefile index 11b16fa17068..80549e9197fb 100644 --- a/audio/ruby-vorbisfile/Makefile +++ b/audio/ruby-vorbisfile/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ruby-vorbisfile -# Date created: 5 October 2002 -# Whom: Akinori MUSHA aka knu -# +# Created by: Akinori MUSHA aka knu # $FreeBSD$ -# PORTNAME= vorbisfile PORTVERSION= 0.2 @@ -17,6 +13,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby extension wrapping libvorbisfile +DEPRECATED= Does not work with Ruby 1.9 +EXPIRATION_DATE= 2012-05-02 + LIB_DEPENDS= vorbisfile.6:${PORTSDIR}/audio/libvorbis USE_RUBY= yes -- cgit