svn commit: r387964 - head/devel/rubygem-deprecated2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 30 13:14:27 UTC 2015


Author: sunpoet
Date: Sat May 30 13:14:26 2015
New Revision: 387964
URL: https://svnweb.freebsd.org/changeset/ports/387964

Log:
  - Add LICENSE
  - Move PKGNAMESUFFIX upward
  - Remove LATEST_LINK
  - Update PORTSCOUT
  - Update WWW

Modified:
  head/devel/rubygem-deprecated2/Makefile
  head/devel/rubygem-deprecated2/pkg-descr

Modified: head/devel/rubygem-deprecated2/Makefile
==============================================================================
--- head/devel/rubygem-deprecated2/Makefile	Sat May 30 13:14:21 2015	(r387963)
+++ head/devel/rubygem-deprecated2/Makefile	Sat May 30 13:14:26 2015	(r387964)
@@ -5,18 +5,17 @@ PORTNAME=	deprecated
 PORTVERSION=	2.0.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	2
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Version 2 of this library intended to aid working with deprecated code
 
-LATEST_LINK=	deprecated2
-
-PKGNAMESUFFIX=	2
+LICENSE=	MIT
 
-USE_RUBY=		yes
-USE_RUBYGEMS=		yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-PORTSCOUT=	ignore
+PORTSCOUT=	limit:^2\.[0-9]*
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-deprecated2/pkg-descr
==============================================================================
--- head/devel/rubygem-deprecated2/pkg-descr	Sat May 30 13:14:21 2015	(r387963)
+++ head/devel/rubygem-deprecated2/pkg-descr	Sat May 30 13:14:26 2015	(r387964)
@@ -6,4 +6,4 @@ allow/disallow the ability to execute de
 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


More information about the svn-ports-head mailing list