Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Dec 2014 15:08:43 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373932 - head/security/polarssl13
Message-ID:  <201412041508.sB4F8h50066578@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Dec  4 15:08:43 2014
New Revision: 373932
URL: https://svnweb.freebsd.org/changeset/ports/373932
QAT: https://qat.redports.org/buildarchive/r373932/

Log:
  This really needed a PKGNAMESUFFIX to prevent collision with polarssl
  and a CONFLICTS so pkg can better handle this.
  
  Pointyhat -> me
  
  PR:		195527

Modified:
  head/security/polarssl13/Makefile

Modified: head/security/polarssl13/Makefile
==============================================================================
--- head/security/polarssl13/Makefile	Thu Dec  4 15:08:39 2014	(r373931)
+++ head/security/polarssl13/Makefile	Thu Dec  4 15:08:43 2014	(r373932)
@@ -5,6 +5,7 @@ PORTVERSION=	1.3.9
 DISTVERSIONSUFFIX=	-gpl
 CATEGORIES=	security devel
 MASTER_SITES=	http://polarssl.org/download/
+PKGNAMESUFFIX=	13
 
 MAINTAINER=	chris@bsdjunk.com
 COMMENT=	Open Source embedded SSL/TLS cryptographic library
@@ -18,11 +19,7 @@ USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-# PolarSSL 1.3 branch introduces API changes that would best be served at this
-# time by a new/seperate polarssl13 port. Therefore, limit Portscout to the
-# 1.2 branch for this port.
-#Why ?
-#PORTSCOUT=	limit:^1\.2\.
+CONFLICTS=	polarssl-[0-9]*
 
 DOCFILES=	ChangeLog README.rst LICENSE
 BINFILES=	aescrypt2 benchmark dh_client dh_genprime dh_server hello \



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