svn commit: r358066 - head/editors/emacs

Ashish SHUKLA ashish at FreeBSD.org
Tue Jun 17 02:38:14 UTC 2014


Author: ashish
Date: Tue Jun 17 02:38:13 2014
New Revision: 358066
URL: http://svnweb.freebsd.org/changeset/ports/358066
QAT: https://qat.redports.org/buildarchive/r358066/

Log:
  - Fix building on 10.x when CANNA option is enabled, by updating CANNA
    patchset
  
  PR:				190711
  Submitted by:	Noboyoshi SATO <nobu-s at iwate-pu.ac.jp>

Modified:
  head/editors/emacs/Makefile
  head/editors/emacs/distinfo

Modified: head/editors/emacs/Makefile
==============================================================================
--- head/editors/emacs/Makefile	Tue Jun 17 02:07:14 2014	(r358065)
+++ head/editors/emacs/Makefile	Tue Jun 17 02:38:13 2014	(r358066)
@@ -3,7 +3,7 @@
 
 PORTNAME=	emacs
 PORTVERSION=	${EMACS_VER}
-PORTREVISION?=	3
+PORTREVISION?=	4
 PORTEPOCH=	3
 CATEGORIES=	editors ipv6
 MASTER_SITES=	${MASTER_SITE_GNU}
@@ -83,7 +83,7 @@ CANNA_CONFIGURE_ON=	--with-canna \
 			--with-canna-includes=${LOCALBASE}/include \
 			--with-canna-libraries=${LOCALBASE}/lib
 CANNA_PATCH_SITES=	http://distfiles.pirateparty.in/%SUBDIR%/ ${MASTER_SITE_LOCAL}
-CANNA_PATCHFILES=	emacs24.3canna-20130321.diff.gz
+CANNA_PATCHFILES=	emacs24.3canna-20140616.diff.gz
 CANNA_LIB_DEPENDS=	libcanna.so:${PORTSDIR}/japanese/canna-lib
 
 SOUND_CONFIGURE_WITH=		sound

Modified: head/editors/emacs/distinfo
==============================================================================
--- head/editors/emacs/distinfo	Tue Jun 17 02:07:14 2014	(r358065)
+++ head/editors/emacs/distinfo	Tue Jun 17 02:38:13 2014	(r358066)
@@ -1,4 +1,4 @@
 SHA256 (emacs-24.3.tar.xz) = 70aa2942e9ae689ed17eddedfca5027c364ffbcc8b59968b1645e935f4c7058d
 SIZE (emacs-24.3.tar.xz) = 35565352
-SHA256 (emacs24.3canna-20130321.diff.gz) = 9031dcda23f0a289a3318f3437fecb132b4e755f79cd832bf45cee5258b11e71
-SIZE (emacs24.3canna-20130321.diff.gz) = 31492
+SHA256 (emacs24.3canna-20140616.diff.gz) = a9e6a55896aa5ab733446ca86183e65c91404c29fb30e8e288302597ca578439
+SIZE (emacs24.3canna-20140616.diff.gz) = 31698


More information about the svn-ports-head mailing list