mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
sysutils/g15daemon: Use USE_GITLAB
Use USE_GITLAB to follow Porters Handbook more closely and be consistent with ports tree
This commit is contained in:
parent
64ebe08227
commit
7430eec6d2
2 changed files with 12 additions and 11 deletions
|
@ -1,7 +1,6 @@
|
||||||
PORTNAME= g15daemon
|
PORTNAME= g15daemon
|
||||||
PORTVERSION= 3.0.4
|
DISTVERSION= 3.0.4
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= https://gitlab.com/menelkir/${PORTNAME}/-/archive/${PORTVERSION}/
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Daemon for Logitech G15 Keyboards
|
COMMENT= Daemon for Logitech G15 Keyboards
|
||||||
|
@ -11,18 +10,20 @@ LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto
|
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto
|
||||||
LIB_DEPENDS+= libg15.so:sysutils/libg15 \
|
LIB_DEPENDS= libg15.so:sysutils/libg15 \
|
||||||
libg15render.so:sysutils/libg15render \
|
libg15render.so:sysutils/libg15render \
|
||||||
libinput.so:x11/libinput
|
libinput.so:x11/libinput
|
||||||
|
|
||||||
USES= gmake localbase libtool
|
USES= gmake libtool localbase
|
||||||
|
USE_GITLAB= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
USE_RC_SUBR= g15daemon
|
||||||
|
|
||||||
|
GL_ACCOUNT= menelkir
|
||||||
|
GL_COMMIT= 1f4e8b41a6ea460d59cc07305a4d9b487b575ec6
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+= --sysconfdir=${LOCALBASE}/etc
|
CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc
|
||||||
|
|
||||||
USE_RC_SUBR= g15daemon
|
|
||||||
|
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1628795795
|
TIMESTAMP = 1665859303
|
||||||
SHA256 (g15daemon-3.0.4.tar.gz) = 04acbfdc833e5af535ac2e15aad9aba2be381de09191736687b153cbd9c94fe7
|
SHA256 (menelkir-g15daemon-1f4e8b41a6ea460d59cc07305a4d9b487b575ec6_GL0.tar.gz) = bf8f134bd139899d3b3d2778c9bec4f8b6fca5441eff98f7f8a1cccfc60e4caa
|
||||||
SIZE (g15daemon-3.0.4.tar.gz) = 453663
|
SIZE (menelkir-g15daemon-1f4e8b41a6ea460d59cc07305a4d9b487b575ec6_GL0.tar.gz) = 453798
|
||||||
|
|
Loading…
Add table
Reference in a new issue