Hello ports@,

Find a tiny update for release 1.1 of mblaze. From the release notes:

* mcom: allow tilde prefixed path for profile's outbox setting
* mcom: detect and report mmime errors
* add contrib/mmailto, a handler for mailto: links
* Bug fixes.

In particular, it fixed a bug where `mmime` couldn't parse lines like
`#text/plain#inline some_file`, which made sending inline patches a
pain in the cases when that was necessary.

I decided to also start including the `contrib/` directory in the
package, which is a collection of 3rd parties scripts that might be
useful for users. In particular, I have been installing `mgpg` on my
own since the very beginning, so I think it's a nice addition. I
decided to copy the approach used in devel/git. Let me know if there is
a better way to do it or if this is good enough.

It works on my machine(TM).

-Lucas


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/mail/mblaze/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile    17 Sep 2020 07:17:16 -0000      1.12
+++ Makefile    16 Jan 2021 18:38:38 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      set of Maildir utilities
 
-DISTNAME =     mblaze-1.0
+DISTNAME =     mblaze-1.1
 CATEGORIES =   mail
 
 HOMEPAGE =     https://git.vuxu.org/mblaze/
@@ -28,5 +28,9 @@ FAKE_FLAGS =  PREFIX="${PREFIX}" \
                MANDIR="${PREFIX}/man"
 
 TEST_TARGET =  check
+
+post-install:
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/mblaze/contrib
+       cd ${WRKBUILD}/contrib && pax -rw . ${PREFIX}/share/mblaze/contrib
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/mail/mblaze/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo    17 Sep 2020 07:17:16 -0000      1.8
+++ distinfo    16 Jan 2021 15:54:01 -0000
@@ -1,2 +1,2 @@
-SHA256 (mblaze-1.0.tar.gz) = MWBh6NbPZFWpEQXFUGaWOPbgKIxTxxhfskKcVOgPIzU=
-SIZE (mblaze-1.0.tar.gz) = 95676
+SHA256 (mblaze-1.1.tar.gz) = 7djLhvZnVD5wPe5YJjuBx+R3RDOdI+u7akPnUFm6k7E=
+SIZE (mblaze-1.1.tar.gz) = 97041
cvs diff: Diffing pkg
Index: pkg/PLIST
===================================================================
RCS file: /home/cvs/ports/mail/mblaze/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST   12 Feb 2019 14:27:35 -0000      1.4
+++ pkg/PLIST   16 Jan 2021 18:39:13 -0000
@@ -58,3 +58,29 @@ bin/museragent
 @man man/man5/mblaze-profile.5
 @man man/man7/mblaze.7
 @man man/man7/mmsg.7
+share/mblaze/
+share/mblaze/contrib/
+share/mblaze/contrib/README.md
+share/mblaze/contrib/_mblaze
+share/mblaze/contrib/malternative
+share/mblaze/contrib/mblow
+share/mblaze/contrib/mcount
+share/mblaze/contrib/mencrypt
+share/mblaze/contrib/menter
+share/mblaze/contrib/mfillmid
+share/mblaze/contrib/mgpg
+share/mblaze/contrib/mhasatt
+share/mblaze/contrib/mmailto
+share/mblaze/contrib/mmairix
+share/mblaze/contrib/mp7m
+share/mblaze/contrib/mpeek
+share/mblaze/contrib/mraw
+share/mblaze/contrib/mrecode
+share/mblaze/contrib/msearch
+share/mblaze/contrib/msearch.1
+share/mblaze/contrib/msendmail
+share/mblaze/contrib/msign
+share/mblaze/contrib/msuck
+share/mblaze/contrib/mtwoscan
+share/mblaze/contrib/mverify
+share/mblaze/contrib/mvi

Reply via email to