Date: Mon, 23 Aug 2021 19:02:09 GMT From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2a39d99e1c3d - main - mail/mu: update to 1.6.4 Message-ID: <202108231902.17NJ29dr046252@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by hrs: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a39d99e1c3d4a79fbb8670d93a1b09bce7d5951 commit 2a39d99e1c3d4a79fbb8670d93a1b09bce7d5951 Author: Hiroki Sato <hrs@FreeBSD.org> AuthorDate: 2021-08-23 18:59:44 +0000 Commit: Hiroki Sato <hrs@FreeBSD.org> CommitDate: 2021-08-23 19:01:39 +0000 mail/mu: update to 1.6.4 PR: 249244, 250588, 257834 --- UPDATING | 9 +++++++++ mail/mu/Makefile | 6 +----- mail/mu/distinfo | 6 +++--- mail/mu/pkg-plist | 12 ++++++------ 4 files changed, 19 insertions(+), 14 deletions(-) diff --git a/UPDATING b/UPDATING index 3d8a130193f3..baec7681a92a 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,15 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20210823: + AFFECTS: users of mail/mu + AUTHOR: hrs@FreeBSD.org + + mail/mu now uses XDG Base Directory Specification for the default + locations for various files. The mu database now lives under + ~/.cache/mu rather than ~/.mu by default. After upgrading, + move the contents under ~/.mu to ~/.cache/mu. + 20210823: AFFECTS: users of mail/postfixadmin AUTHOR: ports.maintainer@evilphi.com diff --git a/mail/mu/Makefile b/mail/mu/Makefile index 40908254f7ca..a321a0445a0a 100644 --- a/mail/mu/Makefile +++ b/mail/mu/Makefile @@ -1,7 +1,7 @@ # Created by: rea@FreeBSD.org PORTNAME= mu -PORTVERSION= 1.2 +PORTVERSION= 1.6.4 CATEGORIES= mail MAINTAINER= hrs@FreeBSD.org @@ -33,10 +33,6 @@ GUILE_USE= ldconfig=yes GUILE_CONFIGURE_ENABLE= guile GUILE_INFO= mu-guile -post-patch: - @${REINPLACE_CMD} -e 's,guile-2\.0,guile-2.2,' \ - ${WRKSRC}/configure.ac - post-install: cd ${FILESDIR} && ${INSTALL_SCRIPT} mu-ask \ ${STAGEDIR}${PREFIX}/bin diff --git a/mail/mu/distinfo b/mail/mu/distinfo index 8d8e7b80380a..3857d584e8da 100644 --- a/mail/mu/distinfo +++ b/mail/mu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1577309838 -SHA256 (djcb-mu-1.2_GH0.tar.gz) = 75ac379ddbaa35ab54035b057bf729537afbef09c71505c2f7209826265e049a -SIZE (djcb-mu-1.2_GH0.tar.gz) = 2297571 +TIMESTAMP = 1629740672 +SHA256 (djcb-mu-1.6.4_GH0.tar.gz) = e4186ee3169840f4973c91ecfbe3f9a045f9a0b8eb1112b54fcc0588941f9ac5 +SIZE (djcb-mu-1.6.4_GH0.tar.gz) = 2335408 diff --git a/mail/mu/pkg-plist b/mail/mu/pkg-plist index d2dfd8566d46..f63250a5ca99 100644 --- a/mail/mu/pkg-plist +++ b/mail/mu/pkg-plist @@ -1,6 +1,5 @@ bin/mu bin/mu-ask -%%GUILE%%lib/libguile-mu.a %%GUILE%%lib/libguile-mu.so %%GUILE%%lib/libguile-mu.so.0 %%GUILE%%lib/libguile-mu.so.0.0.0 @@ -11,6 +10,8 @@ man/man1/mu-extract.1.gz man/man1/mu-find.1.gz man/man1/mu-help.1.gz man/man1/mu-index.1.gz +man/man1/mu-info.1.gz +man/man1/mu-init.1.gz man/man1/mu-mkdir.1.gz man/man1/mu-remove.1.gz man/man1/mu-script.1.gz @@ -18,14 +19,13 @@ man/man1/mu-server.1.gz man/man1/mu-verify.1.gz man/man1/mu-view.1.gz man/man1/mu.1.gz -man/man1/mug.1.gz man/man5/mu-bookmarks.5.gz man/man7/mu-query.7.gz %%PORTDOCS%%%%DOCSDIR%%/NEWS.org -%%GUILE%%share/guile/site/2.0/mu.scm -%%GUILE%%share/guile/site/2.0/mu/plot.scm -%%GUILE%%share/guile/site/2.0/mu/script.scm -%%GUILE%%share/guile/site/2.0/mu/stats.scm +%%GUILE%%share/guile/site/2.2/mu.scm +%%GUILE%%share/guile/site/2.2/mu/plot.scm +%%GUILE%%share/guile/site/2.2/mu/script.scm +%%GUILE%%share/guile/site/2.2/mu/stats.scm %%GUILE%%%%DATADIR%%/scripts/find-dups.scm %%GUILE%%%%DATADIR%%/scripts/msgs-count.scm %%GUILE%%%%DATADIR%%/scripts/msgs-per-day.scm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108231902.17NJ29dr046252>