git: d74b7679a9d3 - main - math/cliquer: Use upstream release archive
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Mar 2025 11:41:44 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d74b7679a9d363d52d8886930965cbd4abe391ea
commit d74b7679a9d363d52d8886930965cbd4abe391ea
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-03-01 09:36:15 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-03-01 09:38:51 +0000
math/cliquer: Use upstream release archive
* Removes USES= autoreconf
* Define LICENSE_FILE
* Adjust Makefile to closer follow Porters Handbook
PR: 284674
Approved by: maintainer timeout, 2+ weeks
---
math/cliquer/Makefile | 14 +++++---------
math/cliquer/distinfo | 6 +++---
2 files changed, 8 insertions(+), 12 deletions(-)
diff --git a/math/cliquer/Makefile b/math/cliquer/Makefile
index d2f54d80c5ec..ab28a5efbf01 100644
--- a/math/cliquer/Makefile
+++ b/math/cliquer/Makefile
@@ -1,23 +1,19 @@
PORTNAME= cliquer
-PORTVERSION= 1.22
-DISTVERSIONPREFIX= v
+DISTVERSION= 1.22
CATEGORIES= math
-#MASTER_SITES= http://users.aalto.fi/~pat/cliquer/
+MASTER_SITES= https://github.com/dimpase/autocliquer/releases/download/v${DISTVERSION}/
MAINTAINER= thierry@FreeBSD.org
COMMENT= Routines for clique searching
WWW= https://users.aalto.fi/~pat/cliquer.html
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
-USE_GITHUB= yes
-GH_ACCOUNT= dimpase
-GH_PROJECT= autocliquer
-
-USES= autoreconf libtool
+USES= libtool
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
TEST_TARGET= check
diff --git a/math/cliquer/distinfo b/math/cliquer/distinfo
index 90be1841a4ea..2d1c6c3684f4 100644
--- a/math/cliquer/distinfo
+++ b/math/cliquer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600109308
-SHA256 (dimpase-autocliquer-v1.22_GH0.tar.gz) = 7011ebf3243e81e4eb8259cd75873a2bcdb0faa66fe50d4e7582ce505a66a7ce
-SIZE (dimpase-autocliquer-v1.22_GH0.tar.gz) = 79595
+TIMESTAMP = 1739053296
+SHA256 (cliquer-1.22.tar.gz) = 6ff79e1e9983ebabbca3dd276a8a310cbdeb48c7adf95f37abd83129b566340e
+SIZE (cliquer-1.22.tar.gz) = 416433