[Midnightbsd-cvs] mports [23617] trunk/java/openjdk8-bin/Makefile: fix some issues with the port description and conflicts

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jul 21 18:13:12 EDT 2018


Revision: 23617
          http://svnweb.midnightbsd.org/mports/?rev=23617
Author:   laffer1
Date:     2018-07-21 18:13:11 -0400 (Sat, 21 Jul 2018)
Log Message:
-----------
fix some issues with the port description and conflicts

Modified Paths:
--------------
    trunk/java/openjdk8-bin/Makefile

Modified: trunk/java/openjdk8-bin/Makefile
===================================================================
--- trunk/java/openjdk8-bin/Makefile	2018-07-21 22:04:22 UTC (rev 23616)
+++ trunk/java/openjdk8-bin/Makefile	2018-07-21 22:13:11 UTC (rev 23617)
@@ -2,17 +2,17 @@
 
 PORTNAME=	openjdk8-bin
 PORTVERSION=	8.112.16.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	java
 MASTER_SITES=	http://pkg.freebsd.org/freebsd:9:x86:64/latest/All/
 DISTFILES=	openjdk8-8.112.16_1.txz
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	OpenJDK 7 FreeBSD binary
+COMMENT=	OpenJDK 8 FreeBSD binary
 
 LICENSE=	gpl2
 
-CONFLICTS=	openjdk7-1.7*
+CONFLICTS=	openjdk8-1.8*
 
 USES=		tar:xz
 ONLY_FOR_ARCH=	amd64



More information about the Midnightbsd-cvs mailing list