FreeBSD Bugzilla – Attachment 95113 Details for
Bug 133433
[MAINTAINER] textproc/asciidoc: update to 8.4.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
asciidoc-8.4.2.patch
asciidoc-8.4.2.patch (text/plain), 3.71 KB, created by
Peter Schuller
on 2009-04-06 19:10:02 UTC
(
hide
)
Description:
asciidoc-8.4.2.patch
Filename:
MIME Type:
Creator:
Peter Schuller
Created:
2009-04-06 19:10:02 UTC
Size:
3.71 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/textproc/asciidoc.orig/Makefile /usr/ports/textproc/asciidoc/Makefile >--- /usr/ports/textproc/asciidoc.orig/Makefile 2009-02-03 06:42:23.000000000 +0100 >+++ /usr/ports/textproc/asciidoc/Makefile 2009-03-23 21:16:58.774433288 +0100 >@@ -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 -ruN --exclude=CVS /usr/ports/textproc/asciidoc.orig/distinfo /usr/ports/textproc/asciidoc/distinfo >--- /usr/ports/textproc/asciidoc.orig/distinfo 2009-02-03 06:42:23.000000000 +0100 >+++ /usr/ports/textproc/asciidoc/distinfo 2009-03-23 21:16:58.834431538 +0100 >@@ -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 -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-01-18 03:20:02.000000000 +0100 >+++ /usr/ports/textproc/asciidoc/files/patch-Makefile.in 2009-03-23 21:16:58.841431999 +0100 >@@ -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 -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 1970-01-01 01:00:00.000000000 +0100 >+++ /usr/ports/textproc/asciidoc/files/patch-asciidoc.py 2009-04-06 19:44:09.685808688 +0200 >@@ -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 -ruN --exclude=CVS /usr/ports/textproc/asciidoc.orig/pkg-plist /usr/ports/textproc/asciidoc/pkg-plist >--- /usr/ports/textproc/asciidoc.orig/pkg-plist 2009-01-18 03:20:02.000000000 +0100 >+++ /usr/ports/textproc/asciidoc/pkg-plist 2009-03-23 21:16:58.843438077 +0100 >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 133433
: 95113