Skip to content

Commit

Permalink
sysutils/g15daemon: Use USE_GITLAB
Browse files Browse the repository at this point in the history
Use USE_GITLAB to follow Porters Handbook more closely and be consistent
with ports tree
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Oct 15, 2022
1 parent 64ebe08 commit 7430eec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
17 changes: 9 additions & 8 deletions sysutils/g15daemon/Makefile
@@ -1,7 +1,6 @@
PORTNAME= g15daemon
PORTVERSION= 3.0.4
DISTVERSION= 3.0.4
CATEGORIES= sysutils
MASTER_SITES= https://gitlab.com/menelkir/${PORTNAME}/-/archive/${PORTVERSION}/

MAINTAINER= ports@FreeBSD.org
COMMENT= Daemon for Logitech G15 Keyboards
Expand All @@ -11,18 +10,20 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto
LIB_DEPENDS+= libg15.so:sysutils/libg15 \
LIB_DEPENDS= libg15.so:sysutils/libg15 \
libg15render.so:sysutils/libg15render \
libinput.so:x11/libinput

USES= gmake localbase libtool

USES= gmake libtool localbase
USE_GITLAB= yes
USE_LDCONFIG= yes
USE_RC_SUBR= g15daemon

GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${LOCALBASE}/etc
GL_ACCOUNT= menelkir
GL_COMMIT= 1f4e8b41a6ea460d59cc07305a4d9b487b575ec6

USE_RC_SUBR= g15daemon
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc

INSTALL_TARGET= install-strip

Expand Down
6 changes: 3 additions & 3 deletions sysutils/g15daemon/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1628795795
SHA256 (g15daemon-3.0.4.tar.gz) = 04acbfdc833e5af535ac2e15aad9aba2be381de09191736687b153cbd9c94fe7
SIZE (g15daemon-3.0.4.tar.gz) = 453663
TIMESTAMP = 1665859303
SHA256 (menelkir-g15daemon-1f4e8b41a6ea460d59cc07305a4d9b487b575ec6_GL0.tar.gz) = bf8f134bd139899d3b3d2778c9bec4f8b6fca5441eff98f7f8a1cccfc60e4caa
SIZE (menelkir-g15daemon-1f4e8b41a6ea460d59cc07305a4d9b487b575ec6_GL0.tar.gz) = 453798

0 comments on commit 7430eec

Please sign in to comment.