Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2024 13:40:46 GMT
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3109f13fec3f - main - x11/thingylaunch: update to 3.0.2
Message-ID:  <202404081340.438DekoD043358@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gahr:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3109f13fec3f9e755984044e25c1069db5b5a740

commit 3109f13fec3f9e755984044e25c1069db5b5a740
Author:     Pietro Cerutti <gahr@FreeBSD.org>
AuthorDate: 2024-04-08 13:37:54 +0000
Commit:     Pietro Cerutti <gahr@FreeBSD.org>
CommitDate: 2024-04-08 13:40:44 +0000

    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
---
 x11/thingylaunch/Makefile | 9 ++++++---
 x11/thingylaunch/distinfo | 6 +++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404081340.438DekoD043358>