svn commit: r492737 - in head/textproc/retext: . files

Tilman Keskinoz arved at FreeBSD.org
Mon Feb 11 21:14:33 UTC 2019


Author: arved
Date: Mon Feb 11 21:14:31 2019
New Revision: 492737
URL: https://svnweb.freebsd.org/changeset/ports/492737

Log:
  Update to a snapshot from master.
  
  This should fix the wrong desktop file entry.
  
  Add missing dependencies while here
  
  PR:		235112
  Reported by:	0mp
  Obtained from:	https://github.com/retext-project/retext/issues/425

Deleted:
  head/textproc/retext/files/
Modified:
  head/textproc/retext/Makefile
  head/textproc/retext/distinfo

Modified: head/textproc/retext/Makefile
==============================================================================
--- head/textproc/retext/Makefile	Mon Feb 11 20:32:05 2019	(r492736)
+++ head/textproc/retext/Makefile	Mon Feb 11 21:14:31 2019	(r492737)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	retext
-PORTVERSION=	7.0.0
-PORTREVISION=	3
+DISTVERSION=	7.0.0-130
+DISTVERSIONSUFFIX=-g1c34ae3
 CATEGORIES=	textproc
 
 MAINTAINER=	arved at FreeBSD.org
@@ -13,7 +13,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE_GPL
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:textproc/py-markdown@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Markups>=3.0.0:textproc/py-markups@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}markdown-math>=0.6:textproc/py-markdown-math@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}markdown-math>=0.6:textproc/py-markdown-math@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR}
 
 USES=		python:3.2+ desktop-file-utils pyqt:5 qt:5
 USE_GITHUB=	yes
@@ -24,7 +26,6 @@ USE_QT=		linguisttools_build
 USE_PYQT=	core_run sip_run gui_run widgets_run printsupport_run \
 		network_run
 
-PYDISTUTILS_INSTALLARGS=	--no-rename # workaround for the plist problem: https://github.com/retext-project/retext/issues/425
 BINARY_ALIAS=	lrelease=${LRELEASE}
 
 NO_ARCH=	yes

Modified: head/textproc/retext/distinfo
==============================================================================
--- head/textproc/retext/distinfo	Mon Feb 11 20:32:05 2019	(r492736)
+++ head/textproc/retext/distinfo	Mon Feb 11 21:14:31 2019	(r492737)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532460972
-SHA256 (retext-project-retext-7.0.0_GH0.tar.gz) = 7df3fcdad1d1f9a046ae33591b54dd7a6894de64eb0370f2dabf4cd75eb66586
-SIZE (retext-project-retext-7.0.0_GH0.tar.gz) = 134132
+TIMESTAMP = 1549919363
+SHA256 (retext-project-retext-7.0.0-130-g1c34ae3_GH0.tar.gz) = 2a638c23b467d692e289ce968b35216cf365f1c6dffc045b6dcf5dc3f9c4dab6
+SIZE (retext-project-retext-7.0.0-130-g1c34ae3_GH0.tar.gz) = 268506


More information about the svn-ports-head mailing list