diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-04-07 21:58:54 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-04-07 21:58:54 +0000 |
commit | 565adeee8863ac6f362691b57a4a5f8c4afdf4ce (patch) | |
tree | ae2610d9ab29f58613a95d85374049f7c03614b8 /textproc | |
parent | 5180fd25d73e6174ccb49cd95de5624c0782a517 (diff) |
- Update to 8.4.2
PR: ports/133433
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Approved by: tabthorpe (co-mentor)
Notes
Notes:
svn path=/head/; revision=231826
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/asciidoc/Makefile | 2 | ||||
-rw-r--r-- | textproc/asciidoc/distinfo | 6 | ||||
-rw-r--r-- | textproc/asciidoc/files/patch-Makefile.in | 17 | ||||
-rw-r--r-- | textproc/asciidoc/files/patch-asciidoc.py | 17 | ||||
-rw-r--r-- | textproc/asciidoc/pkg-plist | 1 |
5 files changed, 31 insertions, 12 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index eb82d0b0ec34..20c04fcab661 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asciidoc -PORTVERSION= 8.3.5 +PORTVERSION= 8.4.2 CATEGORIES= textproc MASTER_SITES= http://www.methods.co.nz/asciidoc/ \ SF diff --git a/textproc/asciidoc/distinfo b/textproc/asciidoc/distinfo index 9b827bceb1bb..43abeec3b0b5 100644 --- a/textproc/asciidoc/distinfo +++ b/textproc/asciidoc/distinfo @@ -1,3 +1,3 @@ -MD5 (asciidoc-8.3.5.tar.gz) = d3478021edb4dedd4431ad32dd60ee84 -SHA256 (asciidoc-8.3.5.tar.gz) = f9441ea25f4e948274e94a4e56b341c8b0058c62280cdcc3d06c926a0c230220 -SIZE (asciidoc-8.3.5.tar.gz) = 1112688 +MD5 (asciidoc-8.4.2.tar.gz) = 2a7a146c4651f2dc212fd8cd50392e13 +SHA256 (asciidoc-8.4.2.tar.gz) = c17a1ac6e958d4b0e00b2a3ccc14d0abfb81da34972b8eb3cf9484e1a1e645b8 +SIZE (asciidoc-8.4.2.tar.gz) = 1143803 diff --git a/textproc/asciidoc/files/patch-Makefile.in b/textproc/asciidoc/files/patch-Makefile.in index 05e0c43e79d3..af534070f052 100644 --- a/textproc/asciidoc/files/patch-Makefile.in +++ b/textproc/asciidoc/files/patch-Makefile.in @@ -1,16 +1,17 @@ ---- Makefile.in.orig 2008-12-31 07:33:56.000000000 +0300 -+++ Makefile.in 2009-01-15 20:48:23.000000000 +0300 -@@ -4,9 +4,6 @@ +--- Makefile.in.orig 2009-03-21 16:33:53.974304216 +0100 ++++ Makefile.in 2009-03-21 16:35:21.188379366 +0100 +@@ -4,10 +4,6 @@ .NOTPARALLEL: -INSTALL = @INSTALL@ -INSTALL_PROG = @INSTALL_PROGRAM@ -INSTALL_DATA = @INSTALL_DATA@ - +- SED = @SED@ -@@ -90,7 +87,7 @@ + prefix = @prefix@ +@@ -90,7 +86,7 @@ $(INSTALL) -d $(DESTDIR)/$($@) $(PROGTARGETS): % : %dir @@ -19,12 +20,12 @@ $(DATATARGETS): % : %dir $(INSTALL_DATA) $($@) $(DESTDIR)/$($<)/ -@@ -147,7 +144,7 @@ +@@ -147,7 +143,7 @@ build: fixconfpath --install: $(PROGTARGETS) $(DATATARGETS) renameprog install-vim -+install: $(PROGTARGETS) $(DATATARGETS) renameprog +-install: $(PROGTARGETS) $(DATATARGETS) progsymlink install-vim ++install: $(PROGTARGETS) $(DATATARGETS) progsymlink uninstall: uninstall-vim rm -f $(DESTDIR)/$(progdir)/asciidoc diff --git a/textproc/asciidoc/files/patch-asciidoc.py b/textproc/asciidoc/files/patch-asciidoc.py new file mode 100644 index 000000000000..6ea97f8a7886 --- /dev/null +++ b/textproc/asciidoc/files/patch-asciidoc.py @@ -0,0 +1,17 @@ +--- 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 + + + + diff --git a/textproc/asciidoc/pkg-plist b/textproc/asciidoc/pkg-plist index 7cd8b224a949..144e3cf50dc1 100644 --- a/textproc/asciidoc/pkg-plist +++ b/textproc/asciidoc/pkg-plist @@ -1,5 +1,6 @@ bin/a2x bin/asciidoc +bin/asciidoc.py etc/asciidoc/asciidoc.conf etc/asciidoc/dblatex/asciidoc-dblatex.sty etc/asciidoc/dblatex/asciidoc-dblatex.xsl |