Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 2021 19:03:04 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 67152ed4f83b - main - math/gecode: Chase some merged PRs that fix issues in 'almost' released 6.3.0
Message-ID:  <202105161903.14GJ34O8061149@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=67152ed4f83bd061a5226b6f923f6a40f09a2b0e

commit 67152ed4f83bd061a5226b6f923f6a40f09a2b0e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-16 19:01:30 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-05-16 19:03:02 +0000

    math/gecode: Chase some merged PRs that fix issues in 'almost' released 6.3.0
---
 math/gecode/Makefile | 7 ++-----
 math/gecode/distinfo | 8 +++-----
 2 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/math/gecode/Makefile b/math/gecode/Makefile
index 11c71acab4f6..9c0a79998508 100644
--- a/math/gecode/Makefile
+++ b/math/gecode/Makefile
@@ -3,12 +3,9 @@
 PORTNAME=	gecode
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	6.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 
-PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/
-PATCHFILES=	3b86d0dabc371d5976c5dafef0fc7f6c5f92640b.patch:-p1 # https://github.com/Gecode/gecode/pull/102: Fix MOC invocation in gist folder
-
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Generic Constraint Development Environment
 
@@ -27,7 +24,7 @@ CONFIGURE_ARGS=	--disable-examples
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Gecode
-GH_TAGNAME=	96ca4cc # 6.3.0 branch is ready for a long time, but hasn't been tagged yet
+GH_TAGNAME=	ad52315 # 6.3.0 branch is ready for a long time, but hasn't been tagged yet
 
 DATADIR=	${PREFIX}/share/minizinc/gecode # it only installs the MiniZinc library into DATADIR
 
diff --git a/math/gecode/distinfo b/math/gecode/distinfo
index bfeaa7ba3ea6..c429a6f6d278 100644
--- a/math/gecode/distinfo
+++ b/math/gecode/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1620507794
-SHA256 (Gecode-gecode-release-6.3.0-96ca4cc_GH0.tar.gz) = 0bfeed4c42019869fc275f4cf0aab782a83dfbb0cb5bf2573902d2cda2aec140
-SIZE (Gecode-gecode-release-6.3.0-96ca4cc_GH0.tar.gz) = 5727205
-SHA256 (3b86d0dabc371d5976c5dafef0fc7f6c5f92640b.patch) = 20b69c28be015dea2826f66cab7079b30768d23af9b1d30d91bb6137e3c22227
-SIZE (3b86d0dabc371d5976c5dafef0fc7f6c5f92640b.patch) = 665
+TIMESTAMP = 1621190316
+SHA256 (Gecode-gecode-release-6.3.0-ad52315_GH0.tar.gz) = 9877c4733f541cb3927f989fd964146cda65fedd03b74c5eac1555322936aaca
+SIZE (Gecode-gecode-release-6.3.0-ad52315_GH0.tar.gz) = 5727084



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