svn commit: r489592 - head/textproc/emacs-wiki

Tobias Kortkamp tobik at FreeBSD.org
Mon Jan 7 17:48:37 UTC 2019


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 at 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
 


More information about the svn-ports-all mailing list