Index: head/devel/rubygem-deprecated2/Makefile =================================================================== --- head/devel/rubygem-deprecated2/Makefile (revision 387963) +++ head/devel/rubygem-deprecated2/Makefile (revision 387964) @@ -1,22 +1,21 @@ # Created by: Eric Freeman # $FreeBSD$ PORTNAME= deprecated PORTVERSION= 2.0.1 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 2 MAINTAINER= ruby@FreeBSD.org COMMENT= Version 2 of this library intended to aid working with deprecated code -LATEST_LINK= deprecated2 +LICENSE= MIT -PKGNAMESUFFIX= 2 - -USE_RUBY= yes -USE_RUBYGEMS= yes +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PORTSCOUT= ignore +PORTSCOUT= limit:^2\.[0-9]* .include Index: head/devel/rubygem-deprecated2/pkg-descr =================================================================== --- head/devel/rubygem-deprecated2/pkg-descr (revision 387963) +++ head/devel/rubygem-deprecated2/pkg-descr (revision 387964) @@ -1,9 +1,9 @@ rubygem-deprecated is a small library intended to aid developers working with deprecated code. The idea comes from the 'D' programming language, where developers can mark certain code as deprecated, and then allow/disallow the ability to execute deprecated code. This is a legacy copy in ports of the 2.x series for compatibility with some other Ruby ports. -WWW: http://rubygems.org/gems/deprecated2/ +WWW: https://github.com/erikh/deprecated