diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2008-12-17 16:08:05 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2008-12-17 16:08:05 +0000 |
commit | 8e64067d36f13b0878cb82cec7c003fa683ff3d2 (patch) | |
tree | aef71d506579ae4a23697e9a408516d673061443 /textproc/asciidoc | |
parent | 10ad1e7bc06f488e0da868d57b7fda24b4c3e80e (diff) | |
download | ports-8e64067d36f13b0878cb82cec7c003fa683ff3d2.tar.gz ports-8e64067d36f13b0878cb82cec7c003fa683ff3d2.zip |
Notes
Diffstat (limited to 'textproc/asciidoc')
-rw-r--r-- | textproc/asciidoc/Makefile | 7 | ||||
-rw-r--r-- | textproc/asciidoc/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index c669453f5e8f..91c29421e100 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -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 @@ MASTER_SITES= http://www.methods.co.nz/asciidoc/ \ MAINTAINER= peter.schuller@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 @@ pre-patch: # 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 --git a/textproc/asciidoc/distinfo b/textproc/asciidoc/distinfo index ee73366b78b0..eaa7e9f5cc84 100644 --- a/textproc/asciidoc/distinfo +++ b/textproc/asciidoc/distinfo @@ -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 |