textproc/belr: Use USE_GITLAB
Use USE_GITLAB to follow Porters Handbook more closely and be consistent with ports tree PR: 267102 Reported by: diizzy
This commit is contained in:
parent
8266d37ef9
commit
a5fcdb5930
2 changed files with 8 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= belr
|
||||
PORTVERSION= 5.1.32
|
||||
DISTVERSION= 5.1.32
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= https://gitlab.linphone.org/BC/public/${PORTNAME}/-/archive/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Language recognition library
|
||||
|
@ -13,6 +12,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|||
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox
|
||||
|
||||
USES= cmake compiler:c++11-lib
|
||||
USE_GITLAB= yes
|
||||
GL_SITE= https://gitlab.linphone.org/BC
|
||||
GL_ACCOUNT= public
|
||||
GL_COMMIT= 03d649ca34c715dda11f842ad54d5eb38752086f
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ARGS= -DCMAKE_PREFIX_PATH=${LOCALBASE} \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1655299218
|
||||
SHA256 (belr-5.1.32.tar.gz) = ec2ae0ab9f22fcaab3cb6615d503f83556660798db96780bb36b0ece97f681cf
|
||||
SIZE (belr-5.1.32.tar.gz) = 67832
|
||||
TIMESTAMP = 1665947122
|
||||
SHA256 (public-belr-03d649ca34c715dda11f842ad54d5eb38752086f_GL0.tar.gz) = e8a81c3117d81a95bcb64e6e5fd83242775088d77d7cfbd42b64d09c405d118a
|
||||
SIZE (public-belr-03d649ca34c715dda11f842ad54d5eb38752086f_GL0.tar.gz) = 67878
|
||||
|
|
Loading…
Reference in a new issue