diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2017-02-06 20:08:22 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2017-02-06 20:08:22 +0000 |
commit | 8b96c0d32f1a04b185bb2a52c54117fb4e0c916a (patch) | |
tree | 56e4a3961acf4dc66372a0c230f56cfac186bf7f | |
parent | c0829f402de6d9b1472455dd67d5cd1ae5c7b2ba (diff) | |
download | ports-8b96c0d32f1a04b185bb2a52c54117fb4e0c916a.tar.gz ports-8b96c0d32f1a04b185bb2a52c54117fb4e0c916a.zip |
Update to 2.5.9
PR: 216822
Submitted by: Yasuhiro KIMURA (maintainer)
Notes
Notes:
svn path=/head/; revision=433513
-rw-r--r-- | editors/with-editor/Makefile | 5 | ||||
-rw-r--r-- | editors/with-editor/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/editors/with-editor/Makefile b/editors/with-editor/Makefile index 8b021096d9e9..48d4ce95cb15 100644 --- a/editors/with-editor/Makefile +++ b/editors/with-editor/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= with-editor -PORTVERSION= 2.5.7 +PORTVERSION= 2.5.9 DISTVERSIONPREFIX= v CATEGORIES= editors elisp PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -29,7 +29,8 @@ OPTIONS_DEFINE= DOCS MAKE_ENV+= EFLAGS="-L ${PREFIX}/${EMACS_SITE_LISPDIR}" PLIST_FILES= ${EMACS_VERSION_SITE_LISPDIR}/with-editor.el \ - ${EMACS_VERSION_SITE_LISPDIR}/with-editor.elc + ${EMACS_VERSION_SITE_LISPDIR}/with-editor.elc \ + ${EMACS_VERSION_SITE_LISPDIR}/with-editor-autoloads.el do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} ${STAGEDIR}${DOCSDIR} diff --git a/editors/with-editor/distinfo b/editors/with-editor/distinfo index b20bda53374d..118a5eaff515 100644 --- a/editors/with-editor/distinfo +++ b/editors/with-editor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478853515 -SHA256 (magit-with-editor-v2.5.7_GH0.tar.gz) = 948c121a8afa482b2436d3e5f6da72d34552ffad9a7d4c204c688b1b08b95700 -SIZE (magit-with-editor-v2.5.7_GH0.tar.gz) = 27511 +TIMESTAMP = 1484463070 +SHA256 (magit-with-editor-v2.5.9_GH0.tar.gz) = f0772410e280cf7926d145bcc8c43643141afefa3aa97fa2cfc08c8cbdfdce7e +SIZE (magit-with-editor-v2.5.9_GH0.tar.gz) = 28072 |