svn commit: r418836 - head/security/linux-c6-openssl-compat

Tijl Coosemans tijl at FreeBSD.org
Wed Jul 20 14:03:14 UTC 2016


Author: tijl
Date: Wed Jul 20 14:03:12 2016
New Revision: 418836
URL: https://svnweb.freebsd.org/changeset/ports/418836

Log:
  Add LICENSE, tweak CONFLICTS and remove unused pkg-descr.
  
  PR:		211244
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Deleted:
  head/security/linux-c6-openssl-compat/pkg-descr
Modified:
  head/security/linux-c6-openssl-compat/Makefile

Modified: head/security/linux-c6-openssl-compat/Makefile
==============================================================================
--- head/security/linux-c6-openssl-compat/Makefile	Wed Jul 20 12:50:19 2016	(r418835)
+++ head/security/linux-c6-openssl-compat/Makefile	Wed Jul 20 14:03:12 2016	(r418836)
@@ -10,7 +10,10 @@ DISTNAME=	openssl098e-${PORTVERSION}-${R
 MAINTAINER=	emulation at FreeBSD.org
 COMMENT=	OpenSSL toolkit (Linux CentOS ${LINUX_DIST_VER})
 
-CONFLICTS=	linux-openssl-[0-9]* linux-f10-openssl-[0-9]*
+LICENSE=	OpenSSL
+LICENSE_FILE=	${WRKSRC}/usr/share/doc/openssl098e-${PORTVERSION}/LICENSE
+
+CONFLICTS=	linux-f10-openssl-[0-9]*
 
 ONLY_FOR_ARCHS=	i386 amd64
 USE_LINUX=	c6


More information about the svn-ports-all mailing list