Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2019 02:24:41 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r514024 - branches/2019Q4/security/stoken
Message-ID:  <201910080224.x982OfGr002697@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@xs4all.nl>
  Approved by:	samm@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



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