Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jan 2019 17:48:37 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489592 - head/textproc/emacs-wiki
Message-ID:  <201901071748.x07HmbZG056367@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Jan  7 17:48:36 2019
New Revision: 489592
URL: https://svnweb.freebsd.org/changeset/ports/489592

Log:
  textproc/emacs-wiki: Properly register xml-parse.el as a run dependency too
  
  (Do not set RUN_DEPENDS twice.)

Modified:
  head/textproc/emacs-wiki/Makefile

Modified: head/textproc/emacs-wiki/Makefile
==============================================================================
--- head/textproc/emacs-wiki/Makefile	Mon Jan  7 17:38:24 2019	(r489591)
+++ head/textproc/emacs-wiki/Makefile	Mon Jan  7 17:48:36 2019	(r489592)
@@ -3,7 +3,7 @@
 
 PORTNAME=	emacs-wiki
 PORTVERSION=	2.72
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	textproc elisp
 MASTER_SITES=	http://www.mwolson.org/static/dist/emacs-wiki/ \
 		http://dryice.name/computer/FreeBSD/distfiles/
@@ -12,8 +12,8 @@ PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Create and use hyperlinks and simple formatting in plain text files
 
-RUN_DEPENDS=	xml-parse.el${EMACS_PKGNAMESUFFIX}>0:textproc/xml-parse.el@${EMACS_FLAVOR}
-RUN_DEPENDS=	htmlize.el${EMACS_PKGNAMESUFFIX}>0:textproc/htmlize.el@${EMACS_FLAVOR}
+RUN_DEPENDS=	xml-parse.el${EMACS_PKGNAMESUFFIX}>0:textproc/xml-parse.el@${EMACS_FLAVOR} \
+		htmlize.el${EMACS_PKGNAMESUFFIX}>0:textproc/htmlize.el@${EMACS_FLAVOR}
 
 USES=		emacs makeinfo
 



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