From owner-svn-ports-all@freebsd.org Thu Jul 16 19:22:47 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7404B36B624; Thu, 16 Jul 2020 19:22:47 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B74072XFkz40Gg; Thu, 16 Jul 2020 19:22:47 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 39EFBD69C; Thu, 16 Jul 2020 19:22:47 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06GJMlbo042352; Thu, 16 Jul 2020 19:22:47 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06GJMkhx042349; Thu, 16 Jul 2020 19:22:46 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202007161922.06GJMkhx042349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 16 Jul 2020 19:22:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542383 - in head/math/vampire: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math/vampire: . files X-SVN-Commit-Revision: 542383 X-SVN-Commit-Repository: ports 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.33 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: Thu, 16 Jul 2020 19:22:47 -0000 Author: yuri Date: Thu Jul 16 19:22:46 2020 New Revision: 542383 URL: https://svnweb.freebsd.org/changeset/ports/542383 Log: math/vampire: Update 4.4 -> 4.5.1 Reported by: portscout Modified: head/math/vampire/Makefile head/math/vampire/distinfo head/math/vampire/files/patch-Makefile Modified: head/math/vampire/Makefile ============================================================================== --- head/math/vampire/Makefile Thu Jul 16 19:15:30 2020 (r542382) +++ head/math/vampire/Makefile Thu Jul 16 19:22:46 2020 (r542383) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vampire -DISTVERSION= 4.4 +DISTVERSION= 4.5.1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/vampire/distinfo ============================================================================== --- head/math/vampire/distinfo Thu Jul 16 19:15:30 2020 (r542382) +++ head/math/vampire/distinfo Thu Jul 16 19:22:46 2020 (r542383) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567051355 -SHA256 (vprover-vampire-4.4_GH0.tar.gz) = 43f09743a3a505ec8d8ac6fb60420915d56c4164be3caab728d7856a4f2ace8d -SIZE (vprover-vampire-4.4_GH0.tar.gz) = 1748193 +TIMESTAMP = 1594926953 +SHA256 (vprover-vampire-4.5.1_GH0.tar.gz) = f7bf491a2576a7fc6551eabf37763b2b6ffd36e87ad660ff191dcd88a8969ae7 +SIZE (vprover-vampire-4.5.1_GH0.tar.gz) = 1834216 Modified: head/math/vampire/files/patch-Makefile ============================================================================== --- head/math/vampire/files/patch-Makefile Thu Jul 16 19:15:30 2020 (r542382) +++ head/math/vampire/files/patch-Makefile Thu Jul 16 19:22:46 2020 (r542383) @@ -1,6 +1,6 @@ ---- Makefile.orig 2019-08-23 07:50:16 UTC +--- Makefile.orig 2020-07-15 09:59:04 UTC +++ Makefile -@@ -557,20 +557,17 @@ VERSION_NUMBER = 4.4.0 +@@ -572,20 +572,17 @@ VERSION_NUMBER = 4.5.1 # The dependency on .git/HEAD tracks switching between branches, # the dependency on .git/index tracks new commits. @@ -17,7 +17,7 @@ # separate directory for object files implementation # different directory for each configuration, so there is no need for "make clean" - SED_CMD='s/^[(]HEAD$$/detached/' # + SED_CMD='s/.*[(].*/detached/' # if branch name contains an opening bracket, replace it with detached (in order to avoid a crash during linking). This covers at least the case '(HEAD' occuring if one is in detached state, and '(no' occuring if one currently performs a rebase. -BRANCH=$(shell git branch | grep "\*" | cut -d ' ' -f 2 | sed -e $(SED_CMD) ) -COM_CNT=$(shell git rev-list HEAD --count) +BRANCH="master"