svn commit: r414451 - head/java/rubygem-rjb

Tilman Keskinoz arved at FreeBSD.org
Mon May 2 14:25:23 UTC 2016


Author: arved
Date: Mon May  2 14:25:22 2016
New Revision: 414451
URL: https://svnweb.freebsd.org/changeset/ports/414451

Log:
  Drop maintainership, mark IGNORE and set EXPIRATION_DATE
  
  Sometime in the last year module stopped to work.

Modified:
  head/java/rubygem-rjb/Makefile

Modified: head/java/rubygem-rjb/Makefile
==============================================================================
--- head/java/rubygem-rjb/Makefile	Mon May  2 14:20:32 2016	(r414450)
+++ head/java/rubygem-rjb/Makefile	Mon May  2 14:25:22 2016	(r414451)
@@ -6,12 +6,16 @@ PORTVERSION=	1.5.3
 CATEGORIES=	java ruby
 MASTER_SITES=	RG
 
-MAINTAINER=	arved at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Call Java Code from Ruby
 
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+IGNORE=		fails to create JVM
+DEPRECATED=	fails to create JVM
+EXPIRATION_DATE=2016-06-02
+
 USE_RUBY=	yes
 USES=		gem
 USE_JAVA=	yes


More information about the svn-ports-all mailing list