1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Update to 8.4.2

PR:		ports/133433
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Approved by:	tabthorpe (co-mentor)
This commit is contained in:
Dennis Herrmann 2009-04-07 21:58:54 +00:00
parent 5180fd25d7
commit 565adeee88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231826
5 changed files with 31 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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