svn commit: r513924 - head/security/stoken

Koichiro Iwao meta at FreeBSD.org
Mon Oct 7 07:52:03 UTC 2019


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 at xs4all.nl>
  Approved by:	samm at 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


More information about the svn-ports-head mailing list