svn commit: r531113 - head/textproc/dblatex
Dima Panov
fluffy at FreeBSD.org
Wed Apr 8 12:42:41 UTC 2020
Author: fluffy
Date: Wed Apr 8 12:42:40 2020
New Revision: 531113
URL: https://svnweb.freebsd.org/changeset/ports/531113
Log:
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
Modified:
head/textproc/dblatex/Makefile
head/textproc/dblatex/distinfo
Modified: head/textproc/dblatex/Makefile
==============================================================================
--- head/textproc/dblatex/Makefile Wed Apr 8 12:35:39 2020 (r531112)
+++ head/textproc/dblatex/Makefile Wed Apr 8 12:42:40 2020 (r531113)
@@ -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/gener
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
Modified: head/textproc/dblatex/distinfo
==============================================================================
--- head/textproc/dblatex/distinfo Wed Apr 8 12:35:39 2020 (r531112)
+++ head/textproc/dblatex/distinfo Wed Apr 8 12:42:40 2020 (r531113)
@@ -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
More information about the svn-ports-all
mailing list