svn commit: r514024 - branches/2019Q4/security/stoken

Koichiro Iwao meta at FreeBSD.org
Tue Oct 8 02:24:42 UTC 2019


Author: meta
Date: Tue Oct  8 02:24:41 2019
New Revision: 514024
URL: https://svnweb.freebsd.org/changeset/ports/514024

Log:
  MFH: r513924
  
  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)
  
  Approved by:	portmgr (miwi)

Modified:
  branches/2019Q4/security/stoken/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/security/stoken/Makefile
==============================================================================
--- branches/2019Q4/security/stoken/Makefile	Tue Oct  8 02:23:34 2019	(r514023)
+++ branches/2019Q4/security/stoken/Makefile	Tue Oct  8 02:24:41 2019	(r514024)
@@ -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-all mailing list