git: 89127ba408d2 - main - x11/libfakekey: update to 0.3

Tobias C. Berner tcberner at FreeBSD.org
Wed Jul 21 07:31:08 UTC 2021


The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89127ba408d24913f15891026b50e65152faceca

commit 89127ba408d24913f15891026b50e65152faceca
Author:     Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-07-21 07:26:59 +0000
Commit:     Tobias C. Berner <tcberner at FreeBSD.org>
CommitDate: 2021-07-21 07:30:48 +0000

    x11/libfakekey: update to 0.3
    
    Follow Linux distributions and switch to git release 0.3 of the port
    (release 2017-05-17, the one we had was from 2012-05-08).
---
 x11/libfakekey/Makefile                      | 10 +++++++---
 x11/libfakekey/distinfo                      |  5 +++--
 x11/libfakekey/files/patch-tests_Makefile.in | 13 -------------
 x11/libfakekey/pkg-plist                     |  1 -
 4 files changed, 10 insertions(+), 19 deletions(-)

diff --git a/x11/libfakekey/Makefile b/x11/libfakekey/Makefile
index 1a009d3be819..cec91ae08f88 100644
--- a/x11/libfakekey/Makefile
+++ b/x11/libfakekey/Makefile
@@ -1,16 +1,20 @@
 PORTNAME=	libfakekey
-PORTVERSION=	0.1
+DISTVERSION=	0.3
 CATEGORIES=	x11 kde
-MASTER_SITES=	http://downloads.yoctoproject.org/releases/matchbox/${PORTNAME}/${PORTVERSION}/
+MASTER_SITES=	https://git.yoctoproject.org/cgit/cgit.cgi/${PORTNAME}/snapshot/
 
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	X virtual keyboard library
 
 LICENSE=	LGPL20+
 
-USES=		libtool pathfix pkgconfig xorg
+USES=		autoreconf libtool pathfix pkgconfig xorg
 USE_XORG=	x11 xtst
 GNU_CONFIGURE=	YES
+CONFIGURE_ARGS=	--disable-static
 INSTALL_TARGET=	install-strip
 
+pre-configure:
+	cd ${WRKSRC} && ${SETENV} NOCONFIGURE=yes ${SH} ./autogen.sh
+
 .include <bsd.port.mk>
diff --git a/x11/libfakekey/distinfo b/x11/libfakekey/distinfo
index 1798bfb9d6f7..1733f2e520d3 100644
--- a/x11/libfakekey/distinfo
+++ b/x11/libfakekey/distinfo
@@ -1,2 +1,3 @@
-SHA256 (libfakekey-0.1.tar.gz) = 33f55905d6680aa4fba7c5c5809ae16a4220d827ddb655d7afb08c623dbdba82
-SIZE (libfakekey-0.1.tar.gz) = 311139
+TIMESTAMP = 1626850359
+SHA256 (libfakekey-0.3.tar.gz) = d282fa6481a5b85f71e36e8bad4cfa938cc8eaac4c42ffa27f9203ac634813f4
+SIZE (libfakekey-0.3.tar.gz) = 9940
diff --git a/x11/libfakekey/files/patch-tests_Makefile.in b/x11/libfakekey/files/patch-tests_Makefile.in
deleted file mode 100644
index 8e331f4622be..000000000000
--- a/x11/libfakekey/files/patch-tests_Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- tests/Makefile.in.orig	2005-12-08 13:45:02 UTC
-+++ tests/Makefile.in
-@@ -61,8 +61,8 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=c
- 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
- 	$(AM_CFLAGS) $(CFLAGS)
- CCLD = $(CC)
--LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
--	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-+LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(X11_CFLAGS) \
-+	$(AM_LDFLAGS) $(LDFLAGS) $(X11_LIBS) -o $@
- SOURCES = fakekey-test.c
- DIST_SOURCES = fakekey-test.c
- ETAGS = etags
diff --git a/x11/libfakekey/pkg-plist b/x11/libfakekey/pkg-plist
index 74be7c84d7cc..dc24bf5da19b 100644
--- a/x11/libfakekey/pkg-plist
+++ b/x11/libfakekey/pkg-plist
@@ -1,5 +1,4 @@
 include/fakekey/fakekey.h
-lib/libfakekey.a
 lib/libfakekey.so
 lib/libfakekey.so.0
 lib/libfakekey.so.0.0.1


More information about the dev-commits-ports-main mailing list