Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2019 15:54:30 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Tobias Kortkamp <tobik@FreeBSD.org>
Cc:        Greg V <greg@unrelenting.technology>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r491348 - in head/x11: . wl-clipboard
Message-ID:  <d0of-fra1-wny@FreeBSD.org>
References:  <201901271331.x0RDVQwh008969@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Tobias Kortkamp <tobik@FreeBSD.org> writes:

> +LICENSE=	GPLv3

GPLv3+, see "or any later version" clause in license headers.

> +USES=		meson pkgconfig

GCC < 5 defaults to C89, so this port may need USE_CSTD=gnu99 for
architectures stuck on GCC (powerpc*, mips*, riscv64, sparc64).

https://github.com/bugaevc/wl-clipboard/issues/27

>From aecde678a40969a16f431a123ce60d3b17581136 Mon Sep 17 00:00:00 2001
From: Jan Beich <jbeich@FreeBSD.org>
Date: Tue, 29 Jan 2019 14:49:15 +0000
Subject: [PATCH] x11/wl-clipboard: update to 1.0.0.42

- Adjust LICENSE for "or any later version" clause

Changes:	https://github.com/bugaevc/wl-clipboard/compare/46f21d2...60654b0
Approved by:	?
---
 x11/wl-clipboard/Makefile | 6 +++---
 x11/wl-clipboard/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11/wl-clipboard/Makefile b/x11/wl-clipboard/Makefile
index b09958eeed70..6f80eeabd665 100644
--- a/x11/wl-clipboard/Makefile
+++ b/x11/wl-clipboard/Makefile
@@ -2,14 +2,14 @@
 
 PORTNAME=	wl-clipboard
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.0.0-40
-DISTVERSIONSUFFIX=	-g46f21d2
+DISTVERSION=	1.0.0-42
+DISTVERSIONSUFFIX=	-g60654b0
 CATEGORIES=	x11 wayland
 
 MAINTAINER=	greg@unrelenting.technology
 COMMENT=	Command-line copy/paste utilities for Wayland
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	wayland-protocols>=1.12:graphics/wayland-protocols
diff --git a/x11/wl-clipboard/distinfo b/x11/wl-clipboard/distinfo
index 00985c3ea16a..949ead2080c1 100644
--- a/x11/wl-clipboard/distinfo
+++ b/x11/wl-clipboard/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548584996
-SHA256 (bugaevc-wl-clipboard-v1.0.0-40-g46f21d2_GH0.tar.gz) = 5aac170b178b79d77b69cd3124f2d2e21315fe116ec92c112bb9c595960124af
-SIZE (bugaevc-wl-clipboard-v1.0.0-40-g46f21d2_GH0.tar.gz) = 34982
+TIMESTAMP = 1548772922
+SHA256 (bugaevc-wl-clipboard-v1.0.0-42-g60654b0_GH0.tar.gz) = 39127a414245c26c4abcb838167c70d6380e0774432c34f2840b1c6e332c419e
+SIZE (bugaevc-wl-clipboard-v1.0.0-42-g60654b0_GH0.tar.gz) = 34998



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