Commit 7d1faa71 authored by Felix Palmen's avatar Felix Palmen
Browse files

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
parent 16bde072
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ GH_TUPLE= adrg:xdg:v0.3.3:adrg_xdg/vendor/github.com/adrg/xdg \
		kr:pretty:v0.2.0:kr_pretty/vendor/github.com/kr/pretty \
		sj14:astral:v0.1.2:sj14_astral/vendor/github.com/sj14/astral
GL_ACCOUNT=	WhyNotHugo
GL_COMMIT=	ec68820495fcb7137310c166052dab86b0d940c4
GL_TAGNAME=	ec68820495fcb7137310c166052dab86b0d940c4
GO_TARGET=	./cmd/${PORTNAME}
PLIST_FILES=	bin/${PORTNAME} \
		share/dbus-1/services/nl.whynothugo.darkman.service \
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ USE_GNOME= glib20
USE_LDCONFIG=	yes
GL_SITE=	https://source.puri.sm
GL_ACCOUNT=	Librem5
GL_COMMIT=	2db8a72ef9432f80894eb5b36ce1e667496a931b
GL_TAGNAME=	2db8a72ef9432f80894eb5b36ce1e667496a931b
GL_TUPLE=	https://gitlab.gnome.org:guidog:gmobile:ff854988bff80f2d4c1181ccf3c94b032603b6f9:gmobile/subprojects/gmobile
SHEBANG_FILES=	build-aux/post_install.py
GLIB_SCHEMAS=	org.sigxcpu.feedbackd.gschema.xml
+1 −1
Original line number Diff line number Diff line
@@ -15,6 +15,6 @@ USE_LDCONFIG= yes
USE_GITLAB=	yes

GL_ACCOUNT=	marcusbritanicus
GL_COMMIT=	9863127fb8dda7242215c09efbc976193365fee4
GL_TAGNAME=	9863127fb8dda7242215c09efbc976193365fee4

.include <bsd.port.mk>
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ USE_GNOME= gdkpixbuf2 gtk40 libadwaita
USE_GSTREAMER=	bad good libav
GL_SITE=	https://gitlab.gnome.org
GL_ACCOUNT=	World
GL_COMMIT=	31137155adb25a2e3a80de83b09e723dc2d78f4a
GL_TAGNAME=	31137155adb25a2e3a80de83b09e723dc2d78f4a
MAKE_ENV=	${CARGO_ENV}
CARGO_BUILD=	no
CARGO_INSTALL=	no
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ CMAKE_ARGS= -DENABLE_STATIC=NO
USE_GITLAB=	yes
GL_SITE=	https://gitlab.linphone.org
GL_ACCOUNT=	BC/public
GL_COMMIT=	faaa895862165acde6df8add722ba4f85a25007d
GL_TAGNAME=	faaa895862165acde6df8add722ba4f85a25007d

post-configure:
	${SED} 's|@prefix@|${PREFIX}|g ; s|@exec_prefix@|$${prefix}|g ; \
Loading