Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2016 14:03:13 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418836 - head/security/linux-c6-openssl-compat
Message-ID:  <201607201403.u6KE3DWj045634@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



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