Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2018 18:41:19 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475670 - in head/mail/mew: . files
Message-ID:  <201807291841.w6TIfJ0t018868@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Jul 29 18:41:19 2018
New Revision: 475670
URL: https://svnweb.freebsd.org/changeset/ports/475670

Log:
  mail/mew: update 6.7 -> 6.8
  
  - Mew now supports Emacs 24.3 or later only
  - Supporting stunnel 5.
  - Supporting GnuPG 2.1.23 or later.
    The command name should be "gpg" instead of "gpg2".
    Put the following to your "~/.gnupg/gpg.conf".
        no-auto-key-retrieve
        auto-key-locate local
  - Using LibreOffice (soffice) on Unix by default
  - Regenerate patches to fix portlint warnings.
  
  PR:		228861
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
  Approved by:	hiroto.kagotani@gmail.com (maintainer timeout)
  Relnotes:	http://www.mew.org/en/relnote/release.html

Deleted:
  head/mail/mew/files/patch-mew-ssl.el
Modified:
  head/mail/mew/Makefile
  head/mail/mew/distinfo
  head/mail/mew/files/patch-bin__Makefile.in
  head/mail/mew/files/patch-info__Makefile

Modified: head/mail/mew/Makefile
==============================================================================
--- head/mail/mew/Makefile	Sun Jul 29 18:38:53 2018	(r475669)
+++ head/mail/mew/Makefile	Sun Jul 29 18:41:19 2018	(r475670)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mew
-PORTVERSION=	6.7
-PORTREVISION=	4
+PORTVERSION=	6.8
 CATEGORIES=	mail elisp
 MASTER_SITES=	http://www.mew.org/Release/
 PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
@@ -31,7 +30,7 @@ DOCS_INFO=	mew.ja
 PORTDOCS=	00api 00changes.0 00changes.1 00changes.2 00changes.3 \
 		00changes.4.1 00changes.4.2 00changes.5.1 00changes.5.2 \
 		00changes.6.1 00changes.6.2 00changes.6.3 00changes.6.4 \
-		00changes.6.5 00changes.6.6 00changes.6.7 \
+		00changes.6.5 00changes.6.6 00changes.6.7 00changes.6.8 \
 		00diff 00readme dot.emacs dot.mew dot.theme
 
 OPTIONS_DEFINE=	DATABASE DOCS STUNNEL

Modified: head/mail/mew/distinfo
==============================================================================
--- head/mail/mew/distinfo	Sun Jul 29 18:38:53 2018	(r475669)
+++ head/mail/mew/distinfo	Sun Jul 29 18:41:19 2018	(r475670)
@@ -1,2 +1,3 @@
-SHA256 (mew-6.7.tar.gz) = 7e801f53feb37a1d1b755c1e5ce67cf865bb96be42dfc5487f7b9c3f859fdf0d
-SIZE (mew-6.7.tar.gz) = 991383
+TIMESTAMP = 1528617894
+SHA256 (mew-6.8.tar.gz) = cf44c4f9ca704ba1edce7134bc7f38a17361391d5be1090221431a3a06f6bf47
+SIZE (mew-6.8.tar.gz) = 991876

Modified: head/mail/mew/files/patch-bin__Makefile.in
==============================================================================
--- head/mail/mew/files/patch-bin__Makefile.in	Sun Jul 29 18:38:53 2018	(r475669)
+++ head/mail/mew/files/patch-bin__Makefile.in	Sun Jul 29 18:41:19 2018	(r475670)
@@ -1,6 +1,6 @@
---- ./bin/Makefile.in.orig	2008-02-18 19:24:27.000000000 +0900
-+++ ./bin/Makefile.in	2010-01-04 12:06:23.000000000 +0900
-@@ -25,7 +25,9 @@
+--- bin/Makefile.in.orig	2018-06-07 05:48:29 UTC
++++ bin/Makefile.in
+@@ -25,7 +25,9 @@ LDFLAGS = @LDFLAGS@
  COFLAG = -o $@ 
  LIBS = @LIBS@
  
@@ -11,7 +11,7 @@
  LN = ln
  RM = rm -f
  MKDIR = mkdir -p
-@@ -105,31 +107,31 @@
+@@ -105,31 +107,31 @@ install: all
  	-@if [ ! -d $(DESTDIR)$(bindir) ]; then \
  		$(MKDIR) $(DESTDIR)$(bindir); \
  	fi

Modified: head/mail/mew/files/patch-info__Makefile
==============================================================================
--- head/mail/mew/files/patch-info__Makefile	Sun Jul 29 18:38:53 2018	(r475669)
+++ head/mail/mew/files/patch-info__Makefile	Sun Jul 29 18:41:19 2018	(r475670)
@@ -1,5 +1,5 @@
---- ./info/Makefile.orig	2011-10-19 17:46:38.000000000 +0900
-+++ ./info/Makefile	2011-11-21 19:26:11.000000000 +0900
+--- info/Makefile.orig	2018-06-07 05:48:29 UTC
++++ info/Makefile
 @@ -15,7 +15,7 @@
  ## EDIT THE FOLLOWINGS
  ##
@@ -9,7 +9,7 @@
  infodir=$(prefix)/info
  
  EMACS=emacs
-@@ -48,20 +48,20 @@
+@@ -48,20 +48,20 @@ all: info
  info:
  	sed -e 's/@setfilename mew.ja.info/@setfilename mew.info/' \
  	    -e 's/@set ja/@set en/' mew.texi > tmp.texi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807291841.w6TIfJ0t018868>