aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2016-11-04 19:02:52 +0000
committerHiroki Sato <hrs@FreeBSD.org>2016-11-04 19:02:52 +0000
commitbcb8f7277cd1395949cca42303ef43674171ab05 (patch)
treec9e954d82ca48251bbf00662e88cbd93d3fb46da
parente92897676c55666cf6624b7e96d847eb4820e0b7 (diff)
downloadports-bcb8f7277cd1395949cca42303ef43674171ab05.tar.gz
ports-bcb8f7277cd1395949cca42303ef43674171ab05.zip
- Fix a lmissing dependency of mail/mu.
- Add "emacsNN" suffix to the Emacs backend.
Notes
Notes: svn path=/head/; revision=425349
-rw-r--r--UPDATING15
-rw-r--r--mail/mu/Makefile3
-rw-r--r--mail/mu4e-maildirs/Makefile1
-rw-r--r--mail/mu4e/Makefile1
4 files changed, 19 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index d5b942ded167..433fd9eeeeb9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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@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@FreeBSD.org
diff --git a/mail/mu/Makefile b/mail/mu/Makefile
index a52e4ad6b87c..353826af9efc 100644
--- a/mail/mu/Makefile
+++ b/mail/mu/Makefile
@@ -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/xapian-core \
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
diff --git a/mail/mu4e-maildirs/Makefile b/mail/mu4e-maildirs/Makefile
index 691d17af45f8..7333822335f1 100644
--- a/mail/mu4e-maildirs/Makefile
+++ b/mail/mu4e-maildirs/Makefile
@@ -4,6 +4,7 @@ PORTNAME= mu4e-maildirs
PORTVERSION= 0.8.20160126
PORTREVISION= 1
CATEGORIES= mail
+PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= hrs@FreeBSD.org
COMMENT= Maildirs extension for Mu4e
diff --git a/mail/mu4e/Makefile b/mail/mu4e/Makefile
index d3df05ed32de..abb9236965e9 100644
--- a/mail/mu4e/Makefile
+++ b/mail/mu4e/Makefile
@@ -4,6 +4,7 @@ PORTNAME= mu4e
PORTVERSION= 0.9.16
DISTVERSIONPREFIX= v
CATEGORIES= mail
+PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= hrs@FreeBSD.org
COMMENT= Emacs frontend for Mu