Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 2020 19:22:46 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542383 - in head/math/vampire: . files
Message-ID:  <202007161922.06GJMkhx042349@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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