Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2019 18:19:10 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492442 - head/security/libmcrypt
Message-ID:  <201902081819.x18IJADm040273@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Fri Feb  8 18:19:10 2019
New Revision: 492442
URL: https://svnweb.freebsd.org/changeset/ports/492442

Log:
  security/libmcrypt: Pass maintainership to submitter
  
  While I'm here:
  
  * Fix the license and add the path to that license
  * Sort variables a bit according to the PHB and to pet portlint
  
  PR:		235433
  Submitted by:	John von Essen <john@essenz.com>
  Reviewed by:	tcberner (mentor)
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19102

Modified:
  head/security/libmcrypt/Makefile

Modified: head/security/libmcrypt/Makefile
==============================================================================
--- head/security/libmcrypt/Makefile	Fri Feb  8 18:15:27 2019	(r492441)
+++ head/security/libmcrypt/Makefile	Fri Feb  8 18:19:10 2019	(r492442)
@@ -7,15 +7,17 @@ PORTREVISION=	3
 CATEGORIES=	security
 MASTER_SITES=	SF/mcrypt/Libmcrypt/${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	john@essenz.com
 COMMENT=	Multi-cipher cryptographic library (used in PHP)
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
+USES=		libtool
+USE_LDCONFIG=	yes
+
 CONFIGURE_ARGS=	--enable-static
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USE_LDCONFIG=	yes
-USES=		libtool
 
 .include <bsd.port.mk>



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