Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2023 16:14:11 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 96c241232696 - main - editors/sly: Update to latest commit (dated 2023/06/24)
Message-ID:  <202309101614.38AGEBi4026110@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=96c241232696ef2b2dbd8effdb51178ed05d9ad8

commit 96c241232696ef2b2dbd8effdb51178ed05d9ad8
Author:     Olivier Certner <olce.freebsd@certner.fr>
AuthorDate: 2023-09-08 08:00:52 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-09-10 16:13:05 +0000

    editors/sly: Update to latest commit (dated 2023/06/24)
    
    Single tiny change, forward compatibility: Replace some for-long-obsolete
    function call with a modern one.
    
    PR:             273642
---
 editors/sly/Makefile | 5 ++---
 editors/sly/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/editors/sly/Makefile b/editors/sly/Makefile
index 9f69e1f492cd..1b37ed45887d 100644
--- a/editors/sly/Makefile
+++ b/editors/sly/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	sly
-DISTVERSION=	1.0.43-20230523
-PORTREVISION=	1
+DISTVERSION=	1.0.43-20230624
 CATEGORIES=	editors elisp
 PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
 
@@ -13,7 +12,7 @@ LICENSE=	PD
 USES=		emacs gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	joaotavora
-GH_TAGNAME=	e6bc13d9f55e3763e6daea527cb88a776c479d8e
+GH_TAGNAME=	df62abae73bd511885c9c7ec0ea7ea1469a00923
 
 NO_ARCH=	yes
 
diff --git a/editors/sly/distinfo b/editors/sly/distinfo
index 8364d98da01a..04049fb2af66 100644
--- a/editors/sly/distinfo
+++ b/editors/sly/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685093015
-SHA256 (joaotavora-sly-1.0.43-20230523-e6bc13d9f55e3763e6daea527cb88a776c479d8e_GH0.tar.gz) = 9dcc07863f96ff6d3b9fd8cb329d8155e111a99f56fd3576688cc87a852222b5
-SIZE (joaotavora-sly-1.0.43-20230523-e6bc13d9f55e3763e6daea527cb88a776c479d8e_GH0.tar.gz) = 1840930
+TIMESTAMP = 1692890116
+SHA256 (joaotavora-sly-1.0.43-20230624-df62abae73bd511885c9c7ec0ea7ea1469a00923_GH0.tar.gz) = 9e961e06cd80bfa9a993446e30da8b378ba92b3d69e52d56c3ac2e18115a0889
+SIZE (joaotavora-sly-1.0.43-20230624-df62abae73bd511885c9c7ec0ea7ea1469a00923_GH0.tar.gz) = 1840949



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