diff --git a/x11/xtrlock/Makefile b/x11/xtrlock/Makefile index cf2892c062e3..0eeae793a7dd 100644 --- a/x11/xtrlock/Makefile +++ b/x11/xtrlock/Makefile @@ -1,34 +1,34 @@ # Created by: Alexey Mikhailov PORTNAME= xtrlock -PORTVERSION= 2.8 +PORTVERSION= 2.15 CATEGORIES= x11 MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= romain@FreeBSD.org COMMENT= X Transparent Lock LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/GPL-3.txt WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= localbase xorg +USES= localbase tar:xz xorg USE_XORG= x11 LIBS+= -lX11 -lcrypt post-patch: @${REINPLACE_CMD} -e \ 's||| ; \ s|||' ${WRKSRC}/xtrlock.c do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o xtrlock xtrlock.c ${LDFLAGS} ${LIBS}) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xtrlock ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xtrlock.man ${STAGEDIR}${MANPREFIX}/man/man1/${PORTNAME}.1 .include diff --git a/x11/xtrlock/distinfo b/x11/xtrlock/distinfo index 1e2f1b0e9b8e..f1b1395fd033 100644 --- a/x11/xtrlock/distinfo +++ b/x11/xtrlock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1463952711 -SHA256 (xtrlock_2.8.tar.gz) = 3848b0c9f2597247e82932f43c42cc9fd7171b808dc08ae84b40a13f7f969604 -SIZE (xtrlock_2.8.tar.gz) = 21125 +TIMESTAMP = 1628477969 +SHA256 (xtrlock_2.15.tar.xz) = fcde55d06e6822e9bf1adebe6b251ef78db0ccb390fc6fba81a5ddb897f6f755 +SIZE (xtrlock_2.15.tar.xz) = 21316 diff --git a/x11/xtrlock/pkg-descr b/x11/xtrlock/pkg-descr index fe78a6c7e330..3088585817d4 100644 --- a/x11/xtrlock/pkg-descr +++ b/x11/xtrlock/pkg-descr @@ -1,3 +1,3 @@ A minimal xlock with minimum usage of resources. -WWW: https://packages.qa.debian.org/x/xtrlock.html +WWW: https://salsa.debian.org/debian/xtrlock