diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2016-11-04 19:02:52 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2016-11-04 19:02:52 +0000 |
commit | bcb8f7277cd1395949cca42303ef43674171ab05 (patch) | |
tree | c9e954d82ca48251bbf00662e88cbd93d3fb46da | |
parent | e92897676c55666cf6624b7e96d847eb4820e0b7 (diff) |
Notes
-rw-r--r-- | UPDATING | 15 | ||||
-rw-r--r-- | mail/mu/Makefile | 3 | ||||
-rw-r--r-- | mail/mu4e-maildirs/Makefile | 1 | ||||
-rw-r--r-- | mail/mu4e/Makefile | 1 |
4 files changed, 19 insertions, 1 deletions
@@ -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 |