Hi,

no update, just a few port tweaks:

- switched to dist_tuple
- homepage goes to https directly
- plist had info instead of @info

OK?

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:41:41 -0000
@@ -5,13 +5,15 @@ GUILE_V =     3.0
 
 DISTNAME =     mu-$V
 
+REVISION =     0
+
 FLAVORS =      guile
 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 <sh+po...@codevoid.de>
 
@@ -21,7 +23,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
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:41:41 -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.7.tar.gz) = EbcNYydkrVttCOMGSeG2HjOYqQNNnh9OiTBCpvQNujg=
+SIZE (djcb-mu-v1.10.7.tar.gz) = 768281
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:41:41 -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

Reply via email to