pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(mail/mu-cite) converted MASTER_SITE from jpl.org to github (for emacs29)



Module Name:	pkgsrc-wip
Committed By:	mef@NetBSD <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Mon Aug 5 11:05:20 2024 +0900
Changeset:	faa31d841675d04d6073641d18ad7fee4e75e348

Modified Files:
	mu-cite/Makefile
	mu-cite/distinfo
	mu-cite/patches/patch-Makefile

Log Message:
(mail/mu-cite) converted MASTER_SITE from jpl.org to github (for emacs29)

Author: Katsumi Yamaoka <yamaoka%jpl.org@localhost>
Date:   Mon Aug 5 01:01:49 2024 +0000

    Make it work for Emacs 29 and elders

    * MU-MK (byte-compile-file-form-custom-declare-variable):
    Don't define it for Emacs 29 and elders.
    * latex-math-symbol.el, mu-bbdb.el, mu-cite.el, mu-register.el:
    Add lexical-binding cookie with the nil value.
    * mu-cite.el (mu-cite-get-original-header, mu-cite-get-ml-count-method):
    Quote single quote in docstrings.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=faa31d841675d04d6073641d18ad7fee4e75e348

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mu-cite/Makefile               | 10 ++++++----
 mu-cite/distinfo               |  8 ++++----
 mu-cite/patches/patch-Makefile |  5 +++--
 3 files changed, 13 insertions(+), 10 deletions(-)

diffs:
diff --git a/mu-cite/Makefile b/mu-cite/Makefile
index 953a567614..f3e98e362d 100644
--- a/mu-cite/Makefile
+++ b/mu-cite/Makefile
@@ -1,15 +1,17 @@
 # $NetBSD: Makefile,v 1.6 2014/06/15 13:29:21 makoto Exp $
 
-DISTNAME=	mu-cite-202011031127
+DISTNAME=	mu-cite-0.20240802
 CATEGORIES=	mail
-MASTER_SITES=	http://www.jpl.org/elips/mu/snapshots/
-PKGREVISION=	1
+MASTER_SITES=	${MASTER_SITE_GITHUB:=cvs-m17n-org/}
+GITHUB_TAG=	62d42d2ef18a89bb109582f3b9466d46f9e7d4a0
 
-MAINTAINER=	packages%ki.nu@localhost
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://emacs-21.ki.nu/application/mu-cite.html
 COMMENT=	Mail (MUA) companion to cite other's mail
 LICENSE=	gnu-gpl-v2
 
+WRKSRC=	${WRKDIR}/${PKGBASE:tu}-${GITHUB_TAG}
+
 SUBST_CLASSES+=		dest
 SUBST_STAGE.dest=	pre-build
 SUBST_MESSAGE.dest=	replacing for dest-dir
diff --git a/mu-cite/distinfo b/mu-cite/distinfo
index b36bd649ed..f74cf0c8b7 100644
--- a/mu-cite/distinfo
+++ b/mu-cite/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.4 2014/06/15 13:29:21 makoto Exp $
 
-BLAKE2s (mu-cite-202011031127.tar.gz) = 6bad01241ba9c155a707df29e49ca486268695c3436b8e5d8d9951316c15a187
-SHA512 (mu-cite-202011031127.tar.gz) = d9fc6f7ad449506b6cd0f72f2e67e9f3c726b90fba39a3ff267aad25cc12a2b34a19c39371e7e58cb66bc9f9ed1b215e6b92f74e20aada4292441b6733ec73eb
-Size (mu-cite-202011031127.tar.gz) = 21170 bytes
-SHA1 (patch-Makefile) = a443e9688bc14a632728276e134553a5bcfd0353
+BLAKE2s (mu-cite-0.20240802-62d42d2ef18a89bb109582f3b9466d46f9e7d4a0.tar.gz) = b12aae55a8618f497ec395bae68e5b47e5f6263c013d71cbc0a900757d620a26
+SHA512 (mu-cite-0.20240802-62d42d2ef18a89bb109582f3b9466d46f9e7d4a0.tar.gz) = 23c93be3876c81dd621ff8e76a0cb63662dca0f7d4eef2b8bb52956ee26980fdd54bd2447a4f9e489ffe93b286d99f61ede60c742115a0230cd73cdfc65679a4
+Size (mu-cite-0.20240802-62d42d2ef18a89bb109582f3b9466d46f9e7d4a0.tar.gz) = 21484 bytes
+SHA1 (patch-Makefile) = 8ee1f041e8816f11806e2a541f787cfd168a0d09
diff --git a/mu-cite/patches/patch-Makefile b/mu-cite/patches/patch-Makefile
index 8f233177af..5417bc749c 100644
--- a/mu-cite/patches/patch-Makefile
+++ b/mu-cite/patches/patch-Makefile
@@ -1,8 +1,9 @@
 $NetBSD: patch-Makefile,v 1.1.1.1 2011/04/07 03:01:53 makoto Exp $
+
 fix for PKG_DESTDIR_SUPPORT 
 
---- Makefile.orig	2000-01-06 04:43:20.000000000 +0000
-+++ Makefile
+--- Makefile.orig	2020-11-03 20:27:12.000000000 +0900
++++ Makefile	2024-08-05 10:59:40.315082472 +0900
 @@ -28,11 +28,11 @@ VERSION	= $(API).$(RELEASE)
  ARC_DIR = /pub/elisp/mu
  


Home | Main Index | Thread Index | Old Index