svn commit: r391375 - in head: devel/rubygem-builder31 devel/rubygem-timers1 net/rubygem-rubyntlm01 security/rubygem-net-scp11 security/rubygem-net-ssh27

Michael Moll mmoll at FreeBSD.org
Sun Jul 5 21:25:04 UTC 2015


Author: mmoll
Date: Sun Jul  5 21:25:01 2015
New Revision: 391375
URL: https://svnweb.freebsd.org/changeset/ports/391375

Log:
  deprecate unused rubygem- ports
  
  these ports are not used by any other ports anymore
  
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D2997

Modified:
  head/devel/rubygem-builder31/Makefile
  head/devel/rubygem-timers1/Makefile
  head/net/rubygem-rubyntlm01/Makefile
  head/security/rubygem-net-scp11/Makefile
  head/security/rubygem-net-ssh27/Makefile

Modified: head/devel/rubygem-builder31/Makefile
==============================================================================
--- head/devel/rubygem-builder31/Makefile	Sun Jul  5 21:23:24 2015	(r391374)
+++ head/devel/rubygem-builder31/Makefile	Sun Jul  5 21:25:01 2015	(r391375)
@@ -12,6 +12,9 @@ COMMENT=	Facilitate programmatic generat
 
 LICENSE=	MIT
 
+DEPRECATED=	not used by other ports anymore
+EXPIRATION_DATE=	2015-07-20
+
 PORTSCOUT=	limit:^3.1
 
 NO_ARCH=	yes

Modified: head/devel/rubygem-timers1/Makefile
==============================================================================
--- head/devel/rubygem-timers1/Makefile	Sun Jul  5 21:23:24 2015	(r391374)
+++ head/devel/rubygem-timers1/Makefile	Sun Jul  5 21:25:01 2015	(r391375)
@@ -12,6 +12,9 @@ COMMENT=	Pure Ruby one-shot and periodic
 
 LICENSE=	MIT
 
+DEPRECATED=	not used by other ports anymore
+EXPIRATION_DATE=	2015-07-20
+
 NO_ARCH=	yes
 
 USE_RUBY=	yes

Modified: head/net/rubygem-rubyntlm01/Makefile
==============================================================================
--- head/net/rubygem-rubyntlm01/Makefile	Sun Jul  5 21:23:24 2015	(r391374)
+++ head/net/rubygem-rubyntlm01/Makefile	Sun Jul  5 21:25:01 2015	(r391375)
@@ -11,6 +11,9 @@ COMMENT=	Message creator and parser for 
 
 LICENSE=	MIT
 
+DEPRECATED=	not used by other ports anymore
+EXPIRATION_DATE=	2015-07-20
+
 NO_ARCH=	yes
 
 USE_RUBY=	yes

Modified: head/security/rubygem-net-scp11/Makefile
==============================================================================
--- head/security/rubygem-net-scp11/Makefile	Sun Jul  5 21:23:24 2015	(r391374)
+++ head/security/rubygem-net-scp11/Makefile	Sun Jul  5 21:25:01 2015	(r391375)
@@ -13,6 +13,9 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-net-ssh27=2.7.0,2:${PORTSDIR}/security/rubygem-net-ssh27
 
+DEPRECATED=	not used by other ports anymore
+EXPIRATION_DATE=	2015-07-20
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/security/rubygem-net-ssh27/Makefile
==============================================================================
--- head/security/rubygem-net-ssh27/Makefile	Sun Jul  5 21:23:24 2015	(r391374)
+++ head/security/rubygem-net-ssh27/Makefile	Sun Jul  5 21:25:01 2015	(r391375)
@@ -13,6 +13,9 @@ COMMENT=	Non-interactive SSH processing
 
 LICENSE=	MIT
 
+DEPRECATED=	not used by other ports anymore
+EXPIRATION_DATE=	2015-07-20
+
 OPTIONS_DEFINE=	PROMPT_PASSPHRASES
 OPTIONS_DEFAULT=PROMPT_PASSPHRASES
 OPTIONSFILE?=	${PORT_DBDIR}/rubygem-${PORTNAME}/options


More information about the svn-ports-all mailing list