Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jun 2018 15:44:33 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473555 - head/security/openssh-portable
Message-ID:  <201806291544.w5TFiXUt051177@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri Jun 29 15:44:33 2018
New Revision: 473555
URL: https://svnweb.freebsd.org/changeset/ports/473555

Log:
  Simplify CONFLICTS_INSTALL.
  
  Reported by:	mat

Modified:
  head/security/openssh-portable/Makefile

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Fri Jun 29 15:03:21 2018	(r473554)
+++ head/security/openssh-portable/Makefile	Fri Jun 29 15:44:33 2018	(r473555)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openssh
 DISTVERSION=	7.7p1
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	security ipv6
 MASTER_SITES=	OPENBSD/OpenSSH/portable
@@ -30,8 +30,8 @@ BROKEN_SSL=	openssl-devel
 BROKEN_SSL_REASON_openssl-devel=	error: OpenSSL >= 1.1.0 is not yet supported
 
 FLAVORS=			default hpn
-default_CONFLICTS_INSTALL=	openssl-portable-hpn-[0-9]*
-hpn_CONFLICTS_INSTALL=		openssh-portable-[0-9]*
+default_CONFLICTS_INSTALL=	openssl-portable-hpn
+hpn_CONFLICTS_INSTALL=		openssh-portable
 hpn_PKGNAMESUFFIX=		-portable-hpn
 
 OPTIONS_DEFINE=		PAM TCP_WRAPPERS LIBEDIT BSM \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806291544.w5TFiXUt051177>