Skip to content

Commit

Permalink
Update to a snapshot from master.
Browse files Browse the repository at this point in the history
This should fix the wrong desktop file entry.

Add missing dependencies while here

PR:		235112
Reported by:	0mp
Obtained from:	retext-project/retext#425


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@492737 35697150-7ecd-e111-bb59-0022644237b5
  • Loading branch information
arved committed Feb 11, 2019
1 parent df1cf35 commit fe44c01
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 32 deletions.
9 changes: 5 additions & 4 deletions textproc/retext/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $FreeBSD$

PORTNAME= retext
PORTVERSION= 7.0.0
PORTREVISION= 3
DISTVERSION= 7.0.0-130
DISTVERSIONSUFFIX=-g1c34ae3
CATEGORIES= textproc

MAINTAINER= arved@FreeBSD.org
Expand All @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions textproc/retext/distinfo
Original file line number Diff line number Diff line change
@@ -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
25 changes: 0 additions & 25 deletions textproc/retext/files/patch-setup.py

This file was deleted.

0 comments on commit fe44c01

Please sign in to comment.