svn commit: r373932 - head/security/polarssl13

Mark Felder feld at FreeBSD.org
Thu Dec 4 15:08:43 UTC 2014


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 at 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 \


More information about the svn-ports-head mailing list