svn commit: r363131 - head/graphics/jogl

Max Brazhnikov makc at FreeBSD.org
Mon Jul 28 11:09:14 UTC 2014


Author: makc
Date: Mon Jul 28 11:09:14 2014
New Revision: 363131
URL: http://svnweb.freebsd.org/changeset/ports/363131
QAT: https://qat.redports.org/buildarchive/r363131/

Log:
  graphics/jogl:
  - Remove CONFLICTS: jogamp-jogl doesn't coflict with jogl after recent update
  
  PR:		192172
  Approved by:	Peter Jeremy (maintainer)

Modified:
  head/graphics/jogl/Makefile

Modified: head/graphics/jogl/Makefile
==============================================================================
--- head/graphics/jogl/Makefile	Mon Jul 28 11:05:17 2014	(r363130)
+++ head/graphics/jogl/Makefile	Mon Jul 28 11:09:14 2014	(r363131)
@@ -3,7 +3,7 @@
 
 PORTNAME=	jogl
 PORTVERSION=	1.1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics devel java
 MASTER_SITES=http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1/
 EXTRACT_SUFX=	-src.zip
@@ -14,8 +14,6 @@ COMMENT=	Java bindings for OpenGL
 LIB_DEPENDS=	libdrm.so:${PORTSDIR}/graphics/libdrm
 BUILD_DEPENDS=	${JAVALIBDIR}/antlr.jar:${PORTSDIR}/devel/antlr
 
-CONFLICTS=	jogamp-jogl-*
-
 NO_WRKSUBDIR=	yes
 
 DOCSDIR=	${JAVASHAREDIR}/${PORTNAME}


More information about the svn-ports-all mailing list