Stefan Hagen wrote (2023-11-10 09:46 CET): > Hi, > > no update, just a few port tweaks: > > - switched to dist_tuple > - homepage goes to https directly > - plist had info instead of @info
I'll be dammed. This diff was sitting a few hours too long. There was a new release a few hours ago. So here's a diff including the version bump. Changes: - guile: fix module installation path - infodir: allow passing absolute path - mu4e-view: assign gnus-article-buffer (helps with some external programs) - mu4e: fix completion with non-quick keys (when using completion frameworks) + tweaks from the previous mail OK? Best regards, Stefan Index: mail/mu/Makefile =================================================================== RCS file: /cvs/ports/mail/mu/Makefile,v diff -u -p -u -p -r1.43 Makefile --- mail/mu/Makefile 26 Sep 2023 12:28:13 -0000 1.43 +++ mail/mu/Makefile 10 Nov 2023 08:49:57 -0000 @@ -1,6 +1,6 @@ COMMENT= maildir indexer and searcher with emacs frontend -V = 1.10.7 +V = 1.10.8 GUILE_V = 3.0 DISTNAME = mu-$V @@ -11,7 +11,7 @@ FLAVOR ?= SHARED_LIBS = guile-mu 0.1 CATEGORIES = mail -HOMEPAGE = http://www.djcbsoftware.nl/code/mu/ +HOMEPAGE = https://www.djcbsoftware.nl/code/mu/ MAINTAINER = Stefan Hagen <[email protected]> @@ -21,7 +21,7 @@ PERMIT_PACKAGE = Yes WANTLIB += ${COMPILER_LIBCXX} c gio-2.0 glib-2.0 gmime-3.0 gobject-2.0 WANTLIB += m xapian -SITES = https://github.com/djcb/mu/releases/download/v${V}/ +DIST_TUPLE = github djcb mu v${V} . EXTRACT_SUFX = .tar.xz MODULES = devel/meson @@ -50,7 +50,6 @@ pre-configure: ${WRKDIST}/guile/*/*.scm post-install: - gunzip ${WRKINST}/${TRUEPREFIX}/share/info/*.info.gz mv ${WRKINST}/${TRUEPREFIX}/share/info/*.info \ ${WRKINST}/${TRUEPREFIX}/info/ rm -r ${WRKINST}/${TRUEPREFIX}/share/info Index: mail/mu/distinfo =================================================================== RCS file: /cvs/ports/mail/mu/distinfo,v diff -u -p -u -p -r1.27 distinfo --- mail/mu/distinfo 5 Sep 2023 11:04:50 -0000 1.27 +++ mail/mu/distinfo 10 Nov 2023 08:49:57 -0000 @@ -1,2 +1,2 @@ -SHA256 (mu-1.10.7.tar.xz) = 6qrJulFdojIpWwPyeX7tE1Uv3SmjASITTdOCpk0NPCE= -SIZE (mu-1.10.7.tar.xz) = 570740 +SHA256 (djcb-mu-v1.10.8.tar.gz) = dh4HSuS7+ZXJMVB1O+VchJDz6XwZox5CiYMpZKh5G7E= +SIZE (djcb-mu-v1.10.8.tar.gz) = 768318 Index: mail/mu/pkg/PLIST =================================================================== RCS file: /cvs/ports/mail/mu/pkg/PLIST,v diff -u -p -u -p -r1.11 PLIST --- mail/mu/pkg/PLIST 5 Sep 2023 11:04:51 -0000 1.11 +++ mail/mu/pkg/PLIST 10 Nov 2023 08:49:57 -0000 @@ -1,5 +1,5 @@ @bin bin/mu -info/mu4e.info +@info info/mu4e.info @man man/man1/mu-add.1 @man man/man1/mu-cfind.1 @man man/man1/mu-extract.1
