diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2020-04-08 12:42:40 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2020-04-08 12:42:40 +0000 |
commit | d94b45d1d8ef70aa0166c97d9eac873c81253fe5 (patch) | |
tree | df1392a503d6972be73d8f2cc49feba564c92f10 /textproc | |
parent | f6809cd45c2139ea72810c5e4a59dbf6771ade9b (diff) | |
download | freebsd-ports-d94b45d1d8ef70aa0166c97d9eac873c81253fe5.zip |
textproc/dblatex: update to 0.3.11py3 release
Switch to py35+ and disable flavors for this port
Changes since 0.3.9 release:
- Fork dblatex to work with Python > 3.2
- Add the ability to set images for front and back covers
- Add the ability to pass several configuration files (-c option)
- Fix Debian bug #840189: drop dependency on the latex package 'multirow'
- Fix Debian bug #849679: wrong character entities in el.xml
- Fix Debian bug #851145: put the paragraph title on a separate line
- Fix Debian bug #863527: remove active babel character.
- Fix Debian bug #866716: make dblatex robust to non-ascii xml:id
- Fix bug #114: don't skip usefull spaces in hyphenated strings
PR: 244400 (based on)
Submitted by: m DOT ne AT gmx DOT net
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dblatex/Makefile | 8 | ||||
-rw-r--r-- | textproc/dblatex/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/dblatex/Makefile b/textproc/dblatex/Makefile index 6f2078e2f570..e921db993847 100644 --- a/textproc/dblatex/Makefile +++ b/textproc/dblatex/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= dblatex -PORTVERSION= 0.3.9 -PORTREVISION= 2 +DISTVERSION= 0.3.11 +DISTVERSIONSUFFIX= py3 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -17,8 +17,8 @@ BUILD_DEPENDS= ${LOCALBASE}/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty:pri RUN_DEPENDS= xsltproc:textproc/libxslt \ docbook-xml>0:textproc/docbook-xml -USES= tar:bzip2 python:2.7 -USE_PYTHON= distutils autoplist +USES= tar:bzip2 python:3.5+ +USE_PYTHON= distutils autoplist noflavors USE_TEX= dvipsk:run tex NO_ARCH= yes diff --git a/textproc/dblatex/distinfo b/textproc/dblatex/distinfo index d02778e9a059..71c8e43d0b28 100644 --- a/textproc/dblatex/distinfo +++ b/textproc/dblatex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475486821 -SHA256 (dblatex-0.3.9.tar.bz2) = 06e039f841bc9f163555da2fdeeaba65e45fd4aa0d621c54ff9c7b990bfbb15d -SIZE (dblatex-0.3.9.tar.bz2) = 1659971 +TIMESTAMP = 1582624226 +SHA256 (dblatex-0.3.11py3.tar.bz2) = f57c5b5103d8f80e9c63110b63b32bff6915622e25e78fb44cbb01bcb9a79486 +SIZE (dblatex-0.3.11py3.tar.bz2) = 1671505 |