mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Update to 8.4.3.
PR: ports/133978 Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
This commit is contained in:
parent
e000533b95
commit
12ba31694b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232772
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user