svn commit: r457530 - head/devel/rubygem-moneta06

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Dec 29 18:47:56 UTC 2017


Author: sunpoet
Date: Fri Dec 29 18:47:53 2017
New Revision: 457530
URL: https://svnweb.freebsd.org/changeset/ports/457530

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31
  
  PR:		224693
  Submitted by:	sunpoet (myself)
  Approved by:	Renaud Chaput <renchap at cocoa-x.com> (maintainer)

Modified:
  head/devel/rubygem-moneta06/Makefile

Modified: head/devel/rubygem-moneta06/Makefile
==============================================================================
--- head/devel/rubygem-moneta06/Makefile	Fri Dec 29 18:47:48 2017	(r457529)
+++ head/devel/rubygem-moneta06/Makefile	Fri Dec 29 18:47:53 2017	(r457530)
@@ -10,8 +10,10 @@ PKGNAMESUFFIX=	06
 MAINTAINER=	renchap at cocoa-x.com
 COMMENT=	Unified interface to key/value stores
 
-NO_ARCH=	yes
+DEPRECATED=	Use devel/rubygem-moneta instead
+EXPIRATION_DATE=2018-01-31
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem
 


More information about the svn-ports-head mailing list