svn commit: r397194 - head/net/rubygem-amq-client

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 17 17:15:25 UTC 2015


Author: sunpoet
Date: Thu Sep 17 17:15:24 2015
New Revision: 397194
URL: https://svnweb.freebsd.org/changeset/ports/397194

Log:
  - Mark DEPRECATED and set EXPIRATION_DATE to 2015-09-30

Modified:
  head/net/rubygem-amq-client/Makefile

Modified: head/net/rubygem-amq-client/Makefile
==============================================================================
--- head/net/rubygem-amq-client/Makefile	Thu Sep 17 17:15:20 2015	(r397193)
+++ head/net/rubygem-amq-client/Makefile	Thu Sep 17 17:15:24 2015	(r397194)
@@ -14,6 +14,9 @@ LICENSE=	MIT
 RUN_DEPENDS=	rubygem-amq-protocol>=1.9.0:${PORTSDIR}/net/rubygem-amq-protocol \
 		rubygem-eventmachine>=0:${PORTSDIR}/devel/rubygem-eventmachine
 
+DEPRECATED=	Deprecated by Upstream. It is part of net/rubygem-amqp codebase now
+EXPIRATION_DATE=2015-09-30
+
 NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes


More information about the svn-ports-head mailing list