svn commit: r489939 - branches/2019Q1/textproc/emacs-wiki

Tobias Kortkamp tobik at FreeBSD.org
Fri Jan 11 05:56:02 UTC 2019


Author: tobik
Date: Fri Jan 11 05:56:01 2019
New Revision: 489939
URL: https://svnweb.freebsd.org/changeset/ports/489939

Log:
  MFH: r489592
  
  textproc/emacs-wiki: Properly register xml-parse.el as a run dependency too
  
  (Do not set RUN_DEPENDS twice.)
  
  Approved by:	ports-secteam runtime fix blanket

Modified:
  branches/2019Q1/textproc/emacs-wiki/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/textproc/emacs-wiki/Makefile
==============================================================================
--- branches/2019Q1/textproc/emacs-wiki/Makefile	Fri Jan 11 05:55:30 2019	(r489938)
+++ branches/2019Q1/textproc/emacs-wiki/Makefile	Fri Jan 11 05:56:01 2019	(r489939)
@@ -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