From owner-svn-ports-all@FreeBSD.ORG Tue May 12 08:57:24 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14640462; Tue, 12 May 2015 08:57:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0333E1D98; Tue, 12 May 2015 08:57:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4C8vNJu032005; Tue, 12 May 2015 08:57:23 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4C8vNQf032004; Tue, 12 May 2015 08:57:23 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201505120857.t4C8vNQf032004@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 12 May 2015 08:57:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386128 - head/security/softhsm2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 08:57:24 -0000 Author: mat Date: Tue May 12 08:57:23 2015 New Revision: 386128 URL: https://svnweb.freebsd.org/changeset/ports/386128 Log: Simplify by using DISTVERSION. Sponsored by: Absolight Modified: head/security/softhsm2/Makefile Modified: head/security/softhsm2/Makefile ============================================================================== --- head/security/softhsm2/Makefile Tue May 12 07:55:43 2015 (r386127) +++ head/security/softhsm2/Makefile Tue May 12 08:57:23 2015 (r386128) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= softhsm -PORTVERSION= 2.0.0.b3 +DISTVERSION= 2.0.0b3 CATEGORIES= security MASTER_SITES= http://dist.opendnssec.org/source/ \ http://dist.opendnssec.org/source/testing/ PKGNAMESUFFIX= 2 -DISTNAME= softhsm-2.0.0b3 MAINTAINER= jaap@NLnetLabs.nl COMMENT= Software implementation of a Hardware Security Module (HSM)