ports/129693: [MAINTAINER] textproc/asciidoc: update to 8.3.1

Peter Schuller peter.schuller at infidyne.com
Tue Dec 16 21:30:05 UTC 2008


>Number:         129693
>Category:       ports
>Synopsis:       [MAINTAINER] textproc/asciidoc: update to 8.3.1
>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:   Tue Dec 16 21:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Peter Schuller
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD prometheus.scode.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Dec  3 01:00:41 CET
>Description:
- Update to 8.3.1
- Upstream 8.3.1 has a configure script, but the port has not yet been updated to take
  advantage of it. I did not want to delay submission further however, because 8.3.1
  fixes regressions in 8.3.0.

Generated with FreeBSD Port Tools 0.77

Upstream changelog:

Version 8.3.1 (2008-12-14)
--------------------------
.Additions and changes
- Replaced the `install.sh` script with Ben Walton's updated autoconf
  scripts -- see web:INSTALL.html[INSTALL] for details.
- Added a generalized 'AttributeEntry' syntax to allow arbitrary
  configuration file entries to be set from within an AsciiDoc
  document (suggested by Henrik Maier).
- Listing delimited blocks in DocBook outputs now support IDs; IDs of
  titled Listing and Literal delimited blocks have been moved to the
  enclosing DocBook example tag (thanks to Vijay Kumar for this
  patch).
- Replaced vertical typewriter apostrophe with punctuation apostrophe
  (thanks to Noah Slater).

.Bug fixes
- Regression: Excluding double-quotes from unquoted attribute values
  resulted in backward incompatibility, double-quotes in unquoted
  attribute values has been reinstated.
- Regression: Text like `&...;` was sometimes mistaken for an entity
  reference -- tightened up entity reference matching.

>How-To-Repeat:
>Fix:

--- asciidoc-8.3.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/asciidoc.orig/Makefile /usr/ports/textproc/asciidoc/Makefile
--- /usr/ports/textproc/asciidoc.orig/Makefile	2008-12-12 00:32:09.000000000 +0100
+++ /usr/ports/textproc/asciidoc/Makefile	2008-12-16 22:25:05.893726402 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	asciidoc
-PORTVERSION=	8.3.0
+PORTVERSION=	8.3.1
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.methods.co.nz/asciidoc/ \
 		SF
@@ -14,7 +14,7 @@
 MAINTAINER=	peter.schuller at infidyne.com
 COMMENT=	A text document format for writing short documents and man pages
 
-USE_PYTHON=	yes
+USE_PYTHON=	2.4+
 
 NO_BUILD=	yes
 
@@ -31,6 +31,9 @@
 
 # a future improvement to this port is to also install the vim syntax
 # highlighing mode in its proper location.
+#
+# also, starting with 8.3.1 the upstream has a configure script. this port
+# should be converted to use it.
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/asciidoc.py ${PREFIX}/bin/asciidoc
 	${INSTALL_SCRIPT} ${WRKSRC}/a2x ${PREFIX}/bin
diff -ruN --exclude=CVS /usr/ports/textproc/asciidoc.orig/distinfo /usr/ports/textproc/asciidoc/distinfo
--- /usr/ports/textproc/asciidoc.orig/distinfo	2008-12-12 00:32:09.000000000 +0100
+++ /usr/ports/textproc/asciidoc/distinfo	2008-12-16 22:23:00.124484597 +0100
@@ -1,3 +1,3 @@
-MD5 (asciidoc-8.3.0.tar.gz) = e054e2506c536a7d213fcf1f1741cd8d
-SHA256 (asciidoc-8.3.0.tar.gz) = 772bc306d279e9ef1474e3f644f889afb084e603da6fa78231ff0a2ad75024b0
-SIZE (asciidoc-8.3.0.tar.gz) = 936811
+MD5 (asciidoc-8.3.1.tar.gz) = 3e8ea3eab6a6bd89f8fd49fb6d14bfb5
+SHA256 (asciidoc-8.3.1.tar.gz) = a2c4010473948271c074e980d835587a1af77550d87a6423d31ba56b821cb2a8
+SIZE (asciidoc-8.3.1.tar.gz) = 969092
--- asciidoc-8.3.1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list