Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2019 07:52:02 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513924 - head/security/stoken
Message-ID:  <201910070752.x977q2jC027899@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Mon Oct  7 07:52:02 2019
New Revision: 513924
URL: https://svnweb.freebsd.org/changeset/ports/513924

Log:
  security/stoken: Unbreak
  
  it is actually not broken. Builds fine without any modifications.
  Marking as BROKEN was MFH'ed, so MFH unbreak again.
  
  PR:		240940
  Reported by:	Rubin Simons <rubin@xs4all.nl>
  Approved by:	samm@os2.kiev.ua (maintainer)
  MFH:		2019Q4

Modified:
  head/security/stoken/Makefile

Modified: head/security/stoken/Makefile
==============================================================================
--- head/security/stoken/Makefile	Mon Oct  7 07:47:56 2019	(r513923)
+++ head/security/stoken/Makefile	Mon Oct  7 07:52:02 2019	(r513924)
@@ -12,8 +12,6 @@ COMMENT=	Software Token for UNIX compatible with RSA S
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
-BROKEN=		Package requirements (nettle >= 2.4) were not met
-
 LIB_DEPENDS=	libtomcrypt.so:security/libtomcrypt # can alternatively use nettle, potentially port option can be created
 
 USES=		libtool localbase pkgconfig



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