svn commit: r439019 - head/sysutils/jps

Martin Wilke miwi at FreeBSD.org
Fri Apr 21 07:40:33 UTC 2017


Author: miwi
Date: Fri Apr 21 07:40:31 2017
New Revision: 439019
URL: https://svnweb.freebsd.org/changeset/ports/439019

Log:
  - Mark CONFLICT with openjdk* (install same files to bin/)
  
  PR:		208887
  Submitted by:	dch at skunkwerks.at
  Approved by:	maintainer timeout

Modified:
  head/sysutils/jps/Makefile

Modified: head/sysutils/jps/Makefile
==============================================================================
--- head/sysutils/jps/Makefile	Fri Apr 21 07:38:30 2017	(r439018)
+++ head/sysutils/jps/Makefile	Fri Apr 21 07:40:31 2017	(r439019)
@@ -12,6 +12,8 @@ COMMENT=	Wrapper to ps(1) that maps pids
 BUILD_DEPENDS=	p5-Term-ReadKey>=0:devel/p5-Term-ReadKey
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+CONFLICTS_INSTALL=	openjdk*
+
 USES=		perl5 shebangfix
 PLIST_FILES=	bin/jps man/man1/jps.1.gz
 SHEBANG_FILES=	jps.pl


More information about the svn-ports-head mailing list