aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2024-04-08 13:37:54 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2024-04-08 13:40:44 +0000
commit3109f13fec3f9e755984044e25c1069db5b5a740 (patch)
treec7fb76100a590c7481cf6d96952c772355413f83
parentea87fb0a3c74972a13594a858fbf4534af45457e (diff)
downloadports-3109f13fec3f9e755984044e25c1069db5b5a740.tar.gz
ports-3109f13fec3f9e755984044e25c1069db5b5a740.zip
x11/thingylaunch: update to 3.0.2
Changes: - Don't override compiler/linker flags, append to them Also, small tidying to the port's makefile PR: 278227 Submitted by: diizzy
-rw-r--r--x11/thingylaunch/Makefile9
-rw-r--r--x11/thingylaunch/distinfo6
2 files changed, 9 insertions, 6 deletions
diff --git a/x11/thingylaunch/Makefile b/x11/thingylaunch/Makefile
index 4933c9fb65ac..b874428ed409 100644
--- a/x11/thingylaunch/Makefile
+++ b/x11/thingylaunch/Makefile
@@ -1,20 +1,23 @@
PORTNAME= thingylaunch
-PORTVERSION= 3.0.1
+DISTVERSION= 3.0.2
CATEGORIES= x11
-MASTER_SITES= https://code.ptrcrt.ch/${PORTNAME}/tarball/${PORTVERSION}/
+MASTER_SITES= https://code.ptrcrt.ch/${PORTNAME}/tarball/${DISTVERSION}/
MAINTAINER= gahr@FreeBSD.org
COMMENT= Lightweight launcher for X
WWW= https://code.ptrcrt.ch/${PORTNAME}
LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= compiler:c++11-lib pkgconfig xorg
USE_XORG= xorgproto xcb
LIB_DEPENDS+= libxcb-icccm.so:x11/xcb-util-wm \
libxcb-keysyms.so:x11/xcb-util-keysyms
-USE_CXXSTD= c++11
PLIST_FILES= bin/${PORTNAME}
+post-patch:
+ ${REINPLACE_CMD} '/^CXXFLAGS/s|-O3||' ${WRKSRC}/Makefile
+
.include <bsd.port.mk>
diff --git a/x11/thingylaunch/distinfo b/x11/thingylaunch/distinfo
index 0806061dfd7b..bbda39f971a1 100644
--- a/x11/thingylaunch/distinfo
+++ b/x11/thingylaunch/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677951204
-SHA256 (thingylaunch-3.0.1.tar.gz) = dd5ba3982dfb56e20ade86af27984697a0ab8c2fb29ece42f64f54b596c0082c
-SIZE (thingylaunch-3.0.1.tar.gz) = 10111
+TIMESTAMP = 1712580055
+SHA256 (thingylaunch-3.0.2.tar.gz) = c0e96237b1c41841c9765103b528659c53d456d9e1ab83f8fd7d5b80fd1aea0a
+SIZE (thingylaunch-3.0.2.tar.gz) = 10231