Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2012 23:40:19 +0000 (UTC)
From:      Beech Rintoul <beech@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308648 - in head/editors: emacs emacs-devel
Message-ID:  <201212102340.qBANeJSB039884@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beech
Date: Mon Dec 10 23:40:18 2012
New Revision: 308648
URL: http://svnweb.freebsd.org/changeset/ports/308648

Log:
  - Bump port after MagickCore bump.

Modified:
  head/editors/emacs-devel/Makefile
  head/editors/emacs/Makefile

Modified: head/editors/emacs-devel/Makefile
==============================================================================
--- head/editors/emacs-devel/Makefile	Mon Dec 10 23:15:36 2012	(r308647)
+++ head/editors/emacs-devel/Makefile	Mon Dec 10 23:40:18 2012	(r308648)
@@ -7,7 +7,7 @@
 
 PORTNAME=	emacs
 PORTVERSION=	${EMACS_VER}.${EMACS_REV}
-PORTEPOCH=	1
+PORTEPOCH=	2
 CATEGORIES=	editors ipv6
 MASTER_SITES=	http://distfiles.pirateparty.in/%SUBDIR%/ \
 		${MASTER_SITE_LOCAL}
@@ -175,7 +175,7 @@ CONFIGURE_ARGS+=	--without-otf --without
 .endif
 
 .if ${PORT_OPTIONS:MMAGICK}
-LIB_DEPENDS+=		MagickCore.5:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+=		MagickCore:${PORTSDIR}/graphics/ImageMagick
 CONFIGURE_ARGS+=	--with-imagemagick
 .else
 CONFIGURE_ARGS+=	--without-imagemagick

Modified: head/editors/emacs/Makefile
==============================================================================
--- head/editors/emacs/Makefile	Mon Dec 10 23:15:36 2012	(r308647)
+++ head/editors/emacs/Makefile	Mon Dec 10 23:40:18 2012	(r308648)
@@ -7,7 +7,7 @@
 
 PORTNAME=	emacs
 PORTVERSION=	${EMACS_VER}
-PORTEPOCH=	2
+PORTEPOCH=	3
 CATEGORIES=	editors ipv6
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -185,7 +185,7 @@ CONFIGURE_ARGS+=	--without-otf --without
 .endif
 
 .if ${PORT_OPTIONS:MMAGICK}
-LIB_DEPENDS+=		MagickCore.5:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+=		MagickCore:${PORTSDIR}/graphics/ImageMagick
 CONFIGURE_ARGS+=	--with-imagemagick
 .else
 CONFIGURE_ARGS+=	--without-imagemagick



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212102340.qBANeJSB039884>