svn commit: r413940 - head/net/dimes

Rene Ladan rene at FreeBSD.org
Sun Apr 24 12:35:32 UTC 2016


Author: rene
Date: Sun Apr 24 12:35:31 2016
New Revision: 413940
URL: https://svnweb.freebsd.org/changeset/ports/413940

Log:
  net/dimes: unbreak INDEX by not demanding Sun as Java vendor.
  
  IBM is not a Java vendor in the Ports Tree anymore.
  
  Approved by:	fixit blanket
  Sponsored by:	Essen Linuxhotel Hackathon 2016

Modified:
  head/net/dimes/Makefile

Modified: head/net/dimes/Makefile
==============================================================================
--- head/net/dimes/Makefile	Sun Apr 24 12:29:55 2016	(r413939)
+++ head/net/dimes/Makefile	Sun Apr 24 12:35:31 2016	(r413940)
@@ -20,8 +20,6 @@ USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 #java-linux required
 JAVA_OS=	linux
-#all vendors except forbidden: ibm
-JAVA_VENDOR=	sun
 DATADIR=	${JAVASHAREDIR}/dimes
 
 post-extract:


More information about the svn-ports-all mailing list