Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2020 16:03:10 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555492 - head/x11/swaylock-effects
Message-ID:  <202011161603.0AGG3Abv073997@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Nov 16 16:03:09 2020
New Revision: 555492
URL: https://svnweb.freebsd.org/changeset/ports/555492

Log:
  x11/swaylock-effects: unbreak --screenshots

Modified:
  head/x11/swaylock-effects/Makefile   (contents, props changed)
  head/x11/swaylock-effects/distinfo   (contents, props changed)

Modified: head/x11/swaylock-effects/Makefile
==============================================================================
--- head/x11/swaylock-effects/Makefile	Mon Nov 16 16:02:31 2020	(r555491)
+++ head/x11/swaylock-effects/Makefile	Mon Nov 16 16:03:09 2020	(r555492)
@@ -2,8 +2,11 @@
 
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.6-3
-PORTREVISION=	0
+PORTREVISION=	1
 PKGNAMESUFFIX=	-effects
+
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	ea4b63d8fff3.patch:-p1 # https://github.com/mortie/swaylock-effects/pull/37
 
 COMMENT?=	Screen locker for Wayland with fancy effects
 

Modified: head/x11/swaylock-effects/distinfo
==============================================================================
--- head/x11/swaylock-effects/distinfo	Mon Nov 16 16:02:31 2020	(r555491)
+++ head/x11/swaylock-effects/distinfo	Mon Nov 16 16:03:09 2020	(r555492)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1605538325
 SHA256 (mortie-swaylock-effects-v1.6-3_GH0.tar.gz) = c7c4e420276aef9bd952b321b68e24c31f050859a226edb8fde15a5ccee1a9fe
 SIZE (mortie-swaylock-effects-v1.6-3_GH0.tar.gz) = 620277
+SHA256 (ea4b63d8fff3.patch) = 5482c003ae7c2ec2ceac9c3944583b25312b56772a1c77ff427c38376ad368ab
+SIZE (ea4b63d8fff3.patch) = 911



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