svn commit: r425349 - in head: . mail/mu mail/mu4e mail/mu4e-maildirs

Hiroki Sato hrs at FreeBSD.org
Fri Nov 4 19:02:53 UTC 2016


Author: hrs
Date: Fri Nov  4 19:02:52 2016
New Revision: 425349
URL: https://svnweb.freebsd.org/changeset/ports/425349

Log:
  - Fix a lmissing dependency of mail/mu.
  - Add "emacsNN" suffix to the Emacs backend.

Modified:
  head/UPDATING
  head/mail/mu/Makefile
  head/mail/mu4e-maildirs/Makefile
  head/mail/mu4e/Makefile

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Fri Nov  4 18:58:33 2016	(r425348)
+++ head/UPDATING	Fri Nov  4 19:02:52 2016	(r425349)
@@ -5,6 +5,21 @@ 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.
 
+20161104:
+  AFFECTS: users of mail/mu4e and mail/mu4e-maildirs
+  AUTHOR: hrs at FreeBSD.org
+
+  The package name of mail/mu4e* have been changed from mu4e* to
+  mu4e*-emacsNN.  When upgrading the older versions, this change can
+  cause the following error which prevents it from upgrading:
+
+   pkg-static: mu4e-emacs25-0.9.16 conflicts with mu4e-0.9.16 (installs files into the same place).
+
+  If this error occurs, please remove the old packages by using
+  "pkg delete" manually:
+
+   # pkg delete mu4e-0.9.16 mu4e-maildirs-0.8.20160126_1
+
 20161103:
   AFFECTS: users of lang/perl5*
   AUTHOR: mat at FreeBSD.org

Modified: head/mail/mu/Makefile
==============================================================================
--- head/mail/mu/Makefile	Fri Nov  4 18:58:33 2016	(r425348)
+++ head/mail/mu/Makefile	Fri Nov  4 19:02:52 2016	(r425349)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mu
 PORTVERSION=	0.9.16
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	mail
 
@@ -18,7 +19,7 @@ LIB_DEPENDS=	libxapian.so:databases/xapi
 USE_GITHUB=	yes
 GH_ACCOUNT=	djcb
 
-USES=		autoreconf gmake libtool makeinfo pkgconfig
+USES=		autoreconf gettext-runtime gmake libtool makeinfo pkgconfig
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-gtk --disable-mu4e

Modified: head/mail/mu4e-maildirs/Makefile
==============================================================================
--- head/mail/mu4e-maildirs/Makefile	Fri Nov  4 18:58:33 2016	(r425348)
+++ head/mail/mu4e-maildirs/Makefile	Fri Nov  4 19:02:52 2016	(r425349)
@@ -4,6 +4,7 @@ PORTNAME=	mu4e-maildirs
 PORTVERSION=	0.8.20160126
 PORTREVISION=	1
 CATEGORIES=	mail
+PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
 
 MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	Maildirs extension for Mu4e

Modified: head/mail/mu4e/Makefile
==============================================================================
--- head/mail/mu4e/Makefile	Fri Nov  4 18:58:33 2016	(r425348)
+++ head/mail/mu4e/Makefile	Fri Nov  4 19:02:52 2016	(r425349)
@@ -4,6 +4,7 @@ PORTNAME=	mu4e
 PORTVERSION=	0.9.16
 DISTVERSIONPREFIX=	v
 CATEGORIES=	mail
+PKGNAMESUFFIX=	-${EMACS_PORT_NAME}
 
 MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	Emacs frontend for Mu


More information about the svn-ports-all mailing list