Date: Fri, 24 Apr 2009 21:29:03 +0200 (CEST) From: Peter Schuller <peter.schuller@infidyne.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/133978: [MAINTAINER] textproc/asciidoc: update to 8.4.3 Message-ID: <20090424192903.18B9F78789F@prometheus.scode.org> Resent-Message-ID: <200904241930.n3OJU59K031579@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133978 >Category: ports >Synopsis: [MAINTAINER] textproc/asciidoc: update to 8.4.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Apr 24 19:30:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: peter.schuller@infidyne.com >Release: FreeBSD 8.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD prometheus.scode.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Fri Mar 27 19:04:46 CET 2009 >Description: - Update to 8.4.3 Removed file(s): - files/patch-asciidoc.py Generated with FreeBSD Port Tools 0.77 Upstream changelog: Additions and changes * DocBook outputs default to DocBook version 4.5 doctype (previously 4.2). * Configuration file [specialsections] definitions can be undefined by setting their configuration entry values blank. * The Makefile install target depends on the all target to ensure pre-install patches are applied. * testasciidoc.py now emits user friendly messages if: 1. the configuration file is missing. 2. an illegal backend is specified. 3. an illegal test number is specified. Bug fixes * Fixed [1]missing template section error. * The testasciidoc.py --force option no longer deletes test data files that were not specified. * Dropped second quotes substitution in table cells -- it had effectively disabled quote escaping in table cells. >How-To-Repeat: >Fix: --- asciidoc-8.4.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/asciidoc.orig/Makefile /usr/ports/textproc/asciidoc/Makefile --- /usr/ports/textproc/asciidoc.orig/Makefile 2009-04-07 23:58:54.000000000 +0200 +++ /usr/ports/textproc/asciidoc/Makefile 2009-04-24 21:15:25.582055794 +0200 @@ -6,7 +6,7 @@ # PORTNAME= asciidoc -PORTVERSION= 8.4.2 +PORTVERSION= 8.4.3 CATEGORIES= textproc MASTER_SITES= http://www.methods.co.nz/asciidoc/ \ SF diff -ruN --exclude=CVS /usr/ports/textproc/asciidoc.orig/distinfo /usr/ports/textproc/asciidoc/distinfo --- /usr/ports/textproc/asciidoc.orig/distinfo 2009-04-14 18:16:21.000000000 +0200 +++ /usr/ports/textproc/asciidoc/distinfo 2009-04-24 21:15:38.005782377 +0200 @@ -1,3 +1,3 @@ -MD5 (asciidoc-8.4.2.tar.gz) = 5f04247c505cc85987c657eb6f6505db -SHA256 (asciidoc-8.4.2.tar.gz) = 62d455e3dfe2bb1691da838ae8aa705a8bb86ca8b2355cbcf1c4f979c8f255ab -SIZE (asciidoc-8.4.2.tar.gz) = 1143808 +MD5 (asciidoc-8.4.3.tar.gz) = 0c9e5eef74eb47c0e281206fafab0495 +SHA256 (asciidoc-8.4.3.tar.gz) = d31559cf69f2cc068090b9bd4dc7dfd25eb0cf37721e403b65385edd5cd8dea3 +SIZE (asciidoc-8.4.3.tar.gz) = 1145884 diff -ruN --exclude=CVS /usr/ports/textproc/asciidoc.orig/files/patch-Makefile.in /usr/ports/textproc/asciidoc/files/patch-Makefile.in --- /usr/ports/textproc/asciidoc.orig/files/patch-Makefile.in 2009-04-07 23:58:54.000000000 +0200 +++ /usr/ports/textproc/asciidoc/files/patch-Makefile.in 2009-04-24 21:19:20.363837780 +0200 @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2009-03-21 16:33:53.974304216 +0100 -+++ Makefile.in 2009-03-21 16:35:21.188379366 +0100 +--- Makefile.in.orig 2009-04-24 21:18:33.542877821 +0200 ++++ Makefile.in 2009-04-24 21:19:04.433196893 +0200 @@ -4,10 +4,6 @@ .NOTPARALLEL: @@ -24,8 +24,8 @@ build: fixconfpath --install: $(PROGTARGETS) $(DATATARGETS) progsymlink install-vim -+install: $(PROGTARGETS) $(DATATARGETS) progsymlink +-install: all $(PROGTARGETS) $(DATATARGETS) progsymlink install-vim ++install: all $(PROGTARGETS) $(DATATARGETS) progsymlink uninstall: uninstall-vim rm -f $(DESTDIR)/$(progdir)/asciidoc diff -ruN --exclude=CVS /usr/ports/textproc/asciidoc.orig/files/patch-asciidoc.py /usr/ports/textproc/asciidoc/files/patch-asciidoc.py --- /usr/ports/textproc/asciidoc.orig/files/patch-asciidoc.py 2009-04-07 23:58:54.000000000 +0200 +++ /usr/ports/textproc/asciidoc/files/patch-asciidoc.py 1970-01-01 01:00:00.000000000 +0100 @@ -1,17 +0,0 @@ ---- asciidoc.py Mon Mar 30 18:37:04 2009 +1300 -+++ asciidoc.py Fri Apr 03 12:38:26 2009 +1300 -@@ -3845,9 +3845,9 @@ - else: - sections[section] = contents - rdr.close() -- document.update_attributes() # So they are available immediately. - self.load_sections(sections) - self.loaded.append(os.path.realpath(fname)) -+ document.update_attributes() # So they are available immediately. - - def load_sections(self,sections): - '''Loads sections dictionary. Each dictionary entry contains a - - - - --- asciidoc-8.4.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090424192903.18B9F78789F>