Hello,

portroach currently thinks security/softhsm is outdated. The reason for
this is that while the version in ports is 1.3.7, there is a development
release using a 2.0.0 version number.

The diff below should limit the version check to the 1.x.x versions.

-- 
Patrik Lundin

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/softhsm/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 Makefile
--- Makefile    23 Jun 2015 11:26:05 -0000      1.1.1.1
+++ Makefile    27 Aug 2015 16:00:25 -0000
@@ -1,5 +1,7 @@
 # $OpenBSD: Makefile,v 1.1.1.1 2015/06/23 11:26:05 jca Exp $
 
+PORTROACH=     limit:^1\.
+
 SHARED_ONLY=   Yes
 
 COMMENT=       software PKCS\#11 cryptographic token

Reply via email to