summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorFelix Palmen <zirias@FreeBSD.org>2023-07-12 14:13:03 +0200
committerFelix Palmen <zirias@FreeBSD.org>2023-07-12 20:56:04 +0200
commit7d1faa7179813ffa542b550a1fdb3bdc80a7986c (patch)
treebca2e70f4a6137f858d0ca5792e376602af7bab7 /math
parentbsd.sites.mk: Support tag names with USE_GITLAB (diff)
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is backwards-compatible (accepting any commit hash as before), but also understands an actual tag name. Moving to tag names where appropriate is left to individual ports' maintainers. Approved by: portmgr (tcberner, mentor) Differential Revision: https://reviews.freebsd.org/D37077
Diffstat (limited to 'math')
-rw-r--r--math/alberta/Makefile2
-rw-r--r--math/cado-nfs/Makefile2
-rw-r--r--math/dune-alugrid/Makefile2
-rw-r--r--math/dune-common/Makefile2
-rw-r--r--math/dune-curvedgeometry/Makefile2
-rw-r--r--math/dune-fem/Makefile2
-rw-r--r--math/dune-foamgrid/Makefile2
-rw-r--r--math/dune-functions/Makefile2
-rw-r--r--math/dune-geometry/Makefile2
-rw-r--r--math/dune-grid-glue/Makefile2
-rw-r--r--math/dune-grid/Makefile2
-rw-r--r--math/dune-istl/Makefile2
-rw-r--r--math/dune-localfunctions/Makefile2
-rw-r--r--math/dune-metagrid/Makefile2
-rw-r--r--math/dune-multidomaingrid/Makefile2
-rw-r--r--math/dune-pdelab/Makefile2
-rw-r--r--math/dune-polygongrid/Makefile2
-rw-r--r--math/dune-spgrid/Makefile2
-rw-r--r--math/dune-typetree/Makefile2
-rw-r--r--math/dune-uggrid/Makefile2
-rw-r--r--math/dune-vtk/Makefile2
-rw-r--r--math/eigen3/Makefile2
-rw-r--r--math/gf2x/Makefile2
-rw-r--r--math/lib2geom/Makefile2
-rw-r--r--math/libsharp2/Makefile2
-rw-r--r--math/octave-forge-fda/Makefile4
-rw-r--r--math/octave-forge-pythonic/Makefile4
-rw-r--r--math/symmetrica/Makefile2
-rw-r--r--math/sympow/Makefile2
-rw-r--r--math/zn_poly/Makefile2
30 files changed, 32 insertions, 32 deletions
diff --git a/math/alberta/Makefile b/math/alberta/Makefile
index dd52369a3082..24921dc7bc59 100644
--- a/math/alberta/Makefile
+++ b/math/alberta/Makefile
@@ -24,7 +24,7 @@ USE_GITLAB= yes
GL_SITE= https://gitlab.mathematik.uni-stuttgart.de/ians-nmh
GL_ACCOUNT= alberta
GL_PROJECT= alberta3
-GL_COMMIT= 920315ae1bbfd1b1fb6672d916619ac37a411e95
+GL_TAGNAME= 920315ae1bbfd1b1fb6672d916619ac37a411e95
GNU_CONFIGURE= yes
diff --git a/math/cado-nfs/Makefile b/math/cado-nfs/Makefile
index 9a3d6db21a15..623b3bb4d7ad 100644
--- a/math/cado-nfs/Makefile
+++ b/math/cado-nfs/Makefile
@@ -25,7 +25,7 @@ USES= cmake:noninja compiler:c++11-lang perl5 python shebangfix # noninja becau
USE_GITLAB= yes
GL_SITE= https://gitlab.inria.fr
-GL_COMMIT= 3ab6a4781fa5d218ed332834809ba6c6fd1a591f
+GL_TAGNAME= 3ab6a4781fa5d218ed332834809ba6c6fd1a591f
SHEBANG_GLOB= *.py
diff --git a/math/dune-alugrid/Makefile b/math/dune-alugrid/Makefile
index fd091888d088..1a473e5bf127 100644
--- a/math/dune-alugrid/Makefile
+++ b/math/dune-alugrid/Makefile
@@ -28,7 +28,7 @@ USE_LDCONFIG= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= extensions
-GL_COMMIT= ffd6cd15dc7092593c3d5827c2a2b43b81d7a32f
+GL_TAGNAME= ffd6cd15dc7092593c3d5827c2a2b43b81d7a32f
CMAKE_ON= BUILD_SHARED_LIBS
diff --git a/math/dune-common/Makefile b/math/dune-common/Makefile
index f55bf6aab9d3..e13c390622bc 100644
--- a/math/dune-common/Makefile
+++ b/math/dune-common/Makefile
@@ -24,7 +24,7 @@ USE_LDCONFIG= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= core
-GL_COMMIT= df65b1282ea89ad40d2cb6565983f7e633ccce31
+GL_TAGNAME= df65b1282ea89ad40d2cb6565983f7e633ccce31
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_ARGS= -DTBB_INCLUDE_DIR=${LOCALBASE}/include -DTBB_LIBRARIES=${LOCALBASE}/lib/libtbb.so
diff --git a/math/dune-curvedgeometry/Makefile b/math/dune-curvedgeometry/Makefile
index 183aec4a2340..b3795ffbd20e 100644
--- a/math/dune-curvedgeometry/Makefile
+++ b/math/dune-curvedgeometry/Makefile
@@ -17,7 +17,7 @@ USE_GITLAB= yes
GL_SITE= https://gitlab.mn.tu-dresden.de
GL_ACCOUNT= iwr
-GL_COMMIT= fae02adf3757851f7f9caf41037da87caa52197d
+GL_TAGNAME= fae02adf3757851f7f9caf41037da87caa52197d
NO_ARCH= yes
diff --git a/math/dune-fem/Makefile b/math/dune-fem/Makefile
index b12e61f92c0c..ffa6bbf70fdf 100644
--- a/math/dune-fem/Makefile
+++ b/math/dune-fem/Makefile
@@ -49,7 +49,7 @@ USE_LDCONFIG= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= dune-fem
-GL_COMMIT= 30e278aa744c908fbf4bbd8b237eb26c0475d16e
+GL_TAGNAME= 30e278aa744c908fbf4bbd8b237eb26c0475d16e
CMAKE_ON= BUILD_SHARED_LIBS
diff --git a/math/dune-foamgrid/Makefile b/math/dune-foamgrid/Makefile
index 7416c43755f6..3a031c94cb32 100644
--- a/math/dune-foamgrid/Makefile
+++ b/math/dune-foamgrid/Makefile
@@ -20,7 +20,7 @@ USE_GITLAB= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= extensions
-GL_COMMIT= c33bcf407a7061e7f5997b895d89207fb9a8097f
+GL_TAGNAME= c33bcf407a7061e7f5997b895d89207fb9a8097f
NO_ARCH= yes
diff --git a/math/dune-functions/Makefile b/math/dune-functions/Makefile
index adbd6fb1ac2f..e4d25ff37ab0 100644
--- a/math/dune-functions/Makefile
+++ b/math/dune-functions/Makefile
@@ -26,7 +26,7 @@ USE_GITLAB= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= staging
-GL_COMMIT= 1882b3ec0a14b211dd077f0d5e6455495e28c35d
+GL_TAGNAME= 1882b3ec0a14b211dd077f0d5e6455495e28c35d
NO_ARCH= yes
diff --git a/math/dune-geometry/Makefile b/math/dune-geometry/Makefile
index 4899bc7cd545..34e4d72eb473 100644
--- a/math/dune-geometry/Makefile
+++ b/math/dune-geometry/Makefile
@@ -23,7 +23,7 @@ USE_LDCONFIG= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= core
-GL_COMMIT= e7bfb66e48496aa28e47974c33ea9a4579bf723b
+GL_TAGNAME= e7bfb66e48496aa28e47974c33ea9a4579bf723b
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_ARGS= -DTBB_INCLUDE_DIR=${LOCALBASE}/include -DTBB_LIBRARIES=${LOCALBASE}/lib/libtbb.so
diff --git a/math/dune-grid-glue/Makefile b/math/dune-grid-glue/Makefile
index 5336c0566ead..c680a41cd4d0 100644
--- a/math/dune-grid-glue/Makefile
+++ b/math/dune-grid-glue/Makefile
@@ -28,7 +28,7 @@ USE_LDCONFIG= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= extensions
-GL_COMMIT= 22efb0e3cbf0a75094a8d81a4fdd352c98e78947
+GL_TAGNAME= 22efb0e3cbf0a75094a8d81a4fdd352c98e78947
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_ARGS= -DTBB_INCLUDE_DIR=${LOCALBASE}/include -DTBB_LIBRARIES=${LOCALBASE}/lib/libtbb.so
diff --git a/math/dune-grid/Makefile b/math/dune-grid/Makefile
index 5ca657d786d3..44ee99cb7273 100644
--- a/math/dune-grid/Makefile
+++ b/math/dune-grid/Makefile
@@ -29,7 +29,7 @@ USE_LDCONFIG= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= core
-GL_COMMIT= de36e4b4e99da4cd7a120a39779345e701821115
+GL_TAGNAME= de36e4b4e99da4cd7a120a39779345e701821115
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_ARGS= -DTBB_INCLUDE_DIR=${LOCALBASE}/include -DTBB_LIBRARIES=${LOCALBASE}/lib/libtbb.so
diff --git a/math/dune-istl/Makefile b/math/dune-istl/Makefile
index d19756e827e2..ce694ab06a60 100644
--- a/math/dune-istl/Makefile
+++ b/math/dune-istl/Makefile
@@ -22,7 +22,7 @@ USE_GITLAB= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= core
-GL_COMMIT= fffb544a61d2c65a0d2fc7c751f36909f06be8f5
+GL_TAGNAME= fffb544a61d2c65a0d2fc7c751f36909f06be8f5
NO_ARCH= yes
diff --git a/math/dune-localfunctions/Makefile b/math/dune-localfunctions/Makefile
index 626c8bfddaff..b7d04c7306c9 100644
--- a/math/dune-localfunctions/Makefile
+++ b/math/dune-localfunctions/Makefile
@@ -22,7 +22,7 @@ USE_GITLAB= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= core
-GL_COMMIT= f6628171b2773065ab43f97a77f47cd8c4283d8f
+GL_TAGNAME= f6628171b2773065ab43f97a77f47cd8c4283d8f
NO_ARCH= yes
diff --git a/math/dune-metagrid/Makefile b/math/dune-metagrid/Makefile
index 1103f0fe94dc..5b273bbaf3af 100644
--- a/math/dune-metagrid/Makefile
+++ b/math/dune-metagrid/Makefile
@@ -19,7 +19,7 @@ USE_GITLAB= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= extensions
-GL_COMMIT= 45fe80d530d18d8b86e77f20e38865f2101e571a
+GL_TAGNAME= 45fe80d530d18d8b86e77f20e38865f2101e571a
NO_ARCH= yes
diff --git a/math/dune-multidomaingrid/Makefile b/math/dune-multidomaingrid/Makefile
index a1eba0e6a60e..c638105a7317 100644
--- a/math/dune-multidomaingrid/Makefile
+++ b/math/dune-multidomaingrid/Makefile
@@ -21,7 +21,7 @@ USE_GITLAB= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= extensions
-GL_COMMIT= d31fd53d5a3d90348f8b33364011f3afb047c394
+GL_TAGNAME= d31fd53d5a3d90348f8b33364011f3afb047c394
NO_ARCH= yes
diff --git a/math/dune-pdelab/Makefile b/math/dune-pdelab/Makefile
index 5ab779d0094f..40605e876e19 100644
--- a/math/dune-pdelab/Makefile
+++ b/math/dune-pdelab/Makefile
@@ -49,7 +49,7 @@ USE_LDCONFIG= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= pdelab
-GL_COMMIT= 20c7085389d3eb4f8ca99e1bc60f7fa6036536c8
+GL_TAGNAME= 20c7085389d3eb4f8ca99e1bc60f7fa6036536c8
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_ARGS= -DTBB_INCLUDE_DIR=${LOCALBASE}/include -DTBB_LIBRARIES=${LOCALBASE}/lib/libtbb.so
diff --git a/math/dune-polygongrid/Makefile b/math/dune-polygongrid/Makefile
index 3c05c16ba9da..849582908a88 100644
--- a/math/dune-polygongrid/Makefile
+++ b/math/dune-polygongrid/Makefile
@@ -25,7 +25,7 @@ USE_LDCONFIG= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= extensions
-GL_COMMIT= 90840c3d36f5fa6e18a00e7df7be01832cd7e23b
+GL_TAGNAME= 90840c3d36f5fa6e18a00e7df7be01832cd7e23b
CMAKE_ON= BUILD_SHARED_LIBS
diff --git a/math/dune-spgrid/Makefile b/math/dune-spgrid/Makefile
index 60d25b8918f4..45624c6dfcc9 100644
--- a/math/dune-spgrid/Makefile
+++ b/math/dune-spgrid/Makefile
@@ -25,7 +25,7 @@ USE_GITLAB= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= extensions
-GL_COMMIT= 0e5a3b234d885ac566c9622421ab4eab97c8a50e
+GL_TAGNAME= 0e5a3b234d885ac566c9622421ab4eab97c8a50e
NO_ARCH= yes
diff --git a/math/dune-typetree/Makefile b/math/dune-typetree/Makefile
index 35bea41c9cab..e5bc16f04a82 100644
--- a/math/dune-typetree/Makefile
+++ b/math/dune-typetree/Makefile
@@ -23,7 +23,7 @@ USE_GITLAB= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= staging
-GL_COMMIT= cf6b5b4d3abe5dfa748815a69f6a8bda02af36f0
+GL_TAGNAME= cf6b5b4d3abe5dfa748815a69f6a8bda02af36f0
NO_ARCH= yes
diff --git a/math/dune-uggrid/Makefile b/math/dune-uggrid/Makefile
index c8898043f00f..8052b84895bf 100644
--- a/math/dune-uggrid/Makefile
+++ b/math/dune-uggrid/Makefile
@@ -24,7 +24,7 @@ USE_LDCONFIG= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= staging
-GL_COMMIT= bc2d1229420367563410ce9e519f5ff82b45266f
+GL_TAGNAME= bc2d1229420367563410ce9e519f5ff82b45266f
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_ARGS= -DTBB_INCLUDE_DIR=${LOCALBASE}/include -DTBB_LIBRARIES=${LOCALBASE}/lib/libtbb.so
diff --git a/math/dune-vtk/Makefile b/math/dune-vtk/Makefile
index db5ce754b9a8..d64b4fc9f6bb 100644
--- a/math/dune-vtk/Makefile
+++ b/math/dune-vtk/Makefile
@@ -48,7 +48,7 @@ USE_LDCONFIG= yes
GL_SITE= https://gitlab.dune-project.org
GL_ACCOUNT= extensions
-GL_COMMIT= 467838cde3bbea3d27d2bd117570a3215240dcd1
+GL_TAGNAME= 467838cde3bbea3d27d2bd117570a3215240dcd1
CMAKE_ON= BUILD_SHARED_LIBS
diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile
index e64f988b87fb..a7762ade1304 100644
--- a/math/eigen3/Makefile
+++ b/math/eigen3/Makefile
@@ -24,7 +24,7 @@ TEST_DEPENDS= suitesparse-cholmod>0:math/suitesparse-cholmod \
USES= cmake:testing
USE_GITLAB= yes
GL_ACCOUNT= libeigen
-GL_COMMIT= 3147391d946bb4b6c68edd901f2add6ac1f31f8c
+GL_TAGNAME= 3147391d946bb4b6c68edd901f2add6ac1f31f8c
CMAKE_ARGS= -DPKGCONFIG_INSTALL_DIR:PATH="libdata/pkgconfig"
CMAKE_ON= EIGEN_TEST_CXX11 # This is to set the C++ standard to C++11, instead of 03
diff --git a/math/gf2x/Makefile b/math/gf2x/Makefile
index 00d9cdf0bbb1..2fe0138f6adc 100644
--- a/math/gf2x/Makefile
+++ b/math/gf2x/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING
USES= autoreconf libtool
USE_GITLAB= yes
GL_SITE= https://gitlab.inria.fr/
-GL_COMMIT= 27ba588f03bf6e1e74763903bab25e6e8bb6d0f0
+GL_TAGNAME= 27ba588f03bf6e1e74763903bab25e6e8bb6d0f0
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/math/lib2geom/Makefile b/math/lib2geom/Makefile
index bf1da72d5731..0bb630c64210 100644
--- a/math/lib2geom/Makefile
+++ b/math/lib2geom/Makefile
@@ -16,7 +16,7 @@ USE_GITLAB= yes
USE_GNOME= cairo glib20
GL_ACCOUNT= inkscape
-GL_COMMIT= a84a73ebdae50cc729f57d1ffb788aeaef0f746c
+GL_TAGNAME= a84a73ebdae50cc729f57d1ffb788aeaef0f746c
CMAKE_ON= 2GEOM_BUILD_SHARED
diff --git a/math/libsharp2/Makefile b/math/libsharp2/Makefile
index e7d701409782..cd0d2a2a3644 100644
--- a/math/libsharp2/Makefile
+++ b/math/libsharp2/Makefile
@@ -15,7 +15,7 @@ USE_GITLAB= yes
GL_SITE= https://gitlab.mpcdf.mpg.de
GL_ACCOUNT= mtr
GL_PROJECT= libsharp
-GL_COMMIT= 54856313a5fcfb6a33817b7dfa28c4b1965ffbd1
+GL_TAGNAME= 54856313a5fcfb6a33817b7dfa28c4b1965ffbd1
GNU_CONFIGURE= yes
diff --git a/math/octave-forge-fda/Makefile b/math/octave-forge-fda/Makefile
index 73939bdb9b27..d5644398da71 100644
--- a/math/octave-forge-fda/Makefile
+++ b/math/octave-forge-fda/Makefile
@@ -14,11 +14,11 @@ USES= octave
USE_GITLAB= yes
GL_ACCOUNT= kakila
GL_PROJECT= fda
-GL_COMMIT= 99f733cfa284fc0fdf911e7da97269197c4dec94
+GL_TAGNAME= 99f733cfa284fc0fdf911e7da97269197c4dec94
NO_ARCH= yes
NO_BUILD= yes
-OCTAVE_SRC= ${GL_PROJECT}-${GL_COMMIT}
+OCTAVE_SRC= ${GL_PROJECT}-${GL_TAGNAME}
.include <bsd.port.mk>
diff --git a/math/octave-forge-pythonic/Makefile b/math/octave-forge-pythonic/Makefile
index b96db7c99e17..d4777f65dd10 100644
--- a/math/octave-forge-pythonic/Makefile
+++ b/math/octave-forge-pythonic/Makefile
@@ -17,9 +17,9 @@ USES= octave python
USE_GITLAB= yes
GL_ACCOUNT= mtmiller
GL_PROJECT= octave-pythonic
-GL_COMMIT= 3dbe9a06c1dec1a138f398b951e18044a00e063d
+GL_TAGNAME= 3dbe9a06c1dec1a138f398b951e18044a00e063d
-OCTAVE_SRC= ${GL_PROJECT}-${GL_COMMIT}
+OCTAVE_SRC= ${GL_PROJECT}-${GL_TAGNAME}
MAKE_ENV+= PYTHON=${PYTHON_CMD} SED=gsed
diff --git a/math/symmetrica/Makefile b/math/symmetrica/Makefile
index a6ee81022e36..8e8712ab7d6c 100644
--- a/math/symmetrica/Makefile
+++ b/math/symmetrica/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf gmake libtool
USE_GITLAB= yes
GL_ACCOUNT= sagemath
-GL_COMMIT= e29c85915f368d6fb2f89d703b6695ff29ab9eae
+GL_TAGNAME= e29c85915f368d6fb2f89d703b6695ff29ab9eae
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/math/sympow/Makefile b/math/sympow/Makefile
index aeb4a9bc87cb..acf1e3875651 100644
--- a/math/sympow/Makefile
+++ b/math/sympow/Makefile
@@ -20,7 +20,7 @@ SHEBANG_FILES= ${CONFIGURE_SCRIPT}
USE_GITLAB= yes
GL_ACCOUNT= rezozer/forks
-GL_COMMIT= 7fd4d97cabc07951200b98ee841afc4151c2c287
+GL_TAGNAME= 7fd4d97cabc07951200b98ee841afc4151c2c287
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT=Configure
diff --git a/math/zn_poly/Makefile b/math/zn_poly/Makefile
index 3199a7d79efe..f0e1a7c671a8 100644
--- a/math/zn_poly/Makefile
+++ b/math/zn_poly/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libgmp.so:math/gmp
USES= gmake python:build tar:bz2
USE_GITLAB= yes
GL_ACCOUNT= sagemath
-GL_COMMIT= f421e4788914e1625488d9b7d5aaab877eb1a940
+GL_TAGNAME= f421e4788914e1625488d9b7d5aaab877eb1a940
OPTIONS_DEFINE= DOCS