- Fix a lmissing dependency of mail/mu.
- Add "emacsNN" suffix to the Emacs backend.
This commit is contained in:
parent
e92897676c
commit
bcb8f7277c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425349
15
UPDATING
15
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user