svn commit: r308648 - in head/editors: emacs emacs-devel

Beech Rintoul beech at FreeBSD.org
Mon Dec 10 23:40:19 UTC 2012


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


More information about the svn-ports-head mailing list