Re: git: 082542e6c694 - 2024Q1 - */*: Chase editors/emacs update

From: Jason E. Hale <jhale_at_freebsd.org>
Date: Fri, 05 Apr 2024 23:13:17 UTC
On Tue, Mar 26, 2024 at 7:57 PM Joseph Mingrone <jrm@freebsd.org> wrote:
>
> The branch 2024Q1 has been updated by jrm:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=082542e6c694d58c24d1c425c9f06441c6a16db7
>
> commit 082542e6c694d58c24d1c425c9f06441c6a16db7
> Author:     Joseph Mingrone <jrm@FreeBSD.org>
> AuthorDate: 2024-01-26 14:13:34 +0000
> Commit:     Joseph Mingrone <jrm@FreeBSD.org>
> CommitDate: 2024-03-26 23:41:02 +0000
>
>     */*: Chase editors/emacs update
>
>     - Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
>       paths
>
>     - Bump PORTREVISION of ports with USES=emacs.  This is required for two
>       reasons.  Emacs lisp files need to be byte compiled for the new Emacs
>       version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
>       need to be relocated.
>
>     Reviewed by:    ashish
>     Sponsored by:   The FreeBSD Foundation
>     Differential Revision:  https://reviews.freebsd.org/D43615
>
>     (cherry picked from commit ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48)
> ---

Hi,

You bumped more than PORTREVISION on several ports with this cherry
pick, leading to breakage in the 2024Q1 branch since the
(POR|DIS)TVERSIONs no longer match distinfo.

- Jason

> diff --git a/audio/emms/Makefile b/audio/emms/Makefile
> index 4349f2ae3c57..e9b960de7b04 100644
> --- a/audio/emms/Makefile
> +++ b/audio/emms/Makefile
> @@ -1,5 +1,6 @@
>  PORTNAME=      emms
> -DISTVERSION=   16
> +DISTVERSION=   18
> +PORTREVISION=  1
>  CATEGORIES=    audio elisp
>  MASTER_SITES=  https://elpa.gnu.org/packages/
>  PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
>
> diff --git a/devel/clojure-cider/Makefile b/devel/clojure-cider/Makefile
> index 8e212af2195c..b1597381a0ef 100644
> --- a/devel/clojure-cider/Makefile
> +++ b/devel/clojure-cider/Makefile
> @@ -1,5 +1,6 @@
>  PORTNAME=      clojure-cider
> -PORTVERSION=   1.12.0
> +PORTVERSION=   1.13.0
> +PORTREVISION=  1
>  DISTVERSIONPREFIX=     v
>  CATEGORIES=    devel elisp
>  PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}

> diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile
> index 05a181702f9d..e3a5916f15fd 100644
> --- a/mail/anubis/Makefile
> +++ b/mail/anubis/Makefile
> @@ -1,6 +1,6 @@
>  PORTNAME=      anubis
> -PORTVERSION=   4.2
> -PORTREVISION=  17
> +PORTVERSION=   4.3
> +PORTREVISION=  1
>  CATEGORIES=    mail
>  MASTER_SITES=  GNU
>