aboutsummaryrefslogtreecommitdiff
path: root/textproc/discount
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-10-25 15:56:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-10-25 15:56:47 +0000
commit0c3ee9488c0e121ea1ca401171b50a610f6a89f4 (patch)
treebcecba8f8c5031f5ec17c2b418b8f45dbd621daa /textproc/discount
parent86be27fd690fb4e2a27486f8d5fb0134ab842012 (diff)
downloadports-0c3ee9488c0e121ea1ca401171b50a610f6a89f4.tar.gz
ports-0c3ee9488c0e121ea1ca401171b50a610f6a89f4.zip
- Update to 2.0.1 while I'm here
- Add LICENSE - Fix WWW formating Changes: http://www.pell.portland.or.us/~orc/Code/markdown/#Source.Code PR: ports/151666 Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer) Approved by: pgollucci (mentor, implicit)
Notes
Notes: svn path=/head/; revision=263572
Diffstat (limited to 'textproc/discount')
-rw-r--r--textproc/discount/Makefile11
-rw-r--r--textproc/discount/distinfo6
-rw-r--r--textproc/discount/pkg-descr3
3 files changed, 9 insertions, 11 deletions
diff --git a/textproc/discount/Makefile b/textproc/discount/Makefile
index a0c490a1e3ed..5029638d20b3 100644
--- a/textproc/discount/Makefile
+++ b/textproc/discount/Makefile
@@ -6,13 +6,16 @@
#
PORTNAME= discount
-PORTVERSION= 1.6.4
+PORTVERSION= 2.0.1
CATEGORIES= textproc devel
MASTER_SITES= http://www.pell.portland.or.us/~orc/Code/markdown/
MAINTAINER= kimelto@gmail.com
COMMENT= A C implementation of the Markdown markup language
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT=configure.sh
CONFIGURE_ARGS= --prefix=${PREFIX} \
@@ -49,11 +52,7 @@ OPTIONS= EXTRA "Enable all extra features" on \
.ifdef (WITH_EXTRA)
CONFIGURE_ARGS+=--enable-dl-tag \
- --enable-pandoc-header \
- --enable-superscript \
- --relaxed-emphasis \
- --enable-div \
- --enable-alpha-list
+ --enable-all-features
.endif
.ifdef (WITH_TAB8)
diff --git a/textproc/discount/distinfo b/textproc/discount/distinfo
index d4eb7ee12d25..4134f5a09f8e 100644
--- a/textproc/discount/distinfo
+++ b/textproc/discount/distinfo
@@ -1,3 +1,3 @@
-MD5 (discount-1.6.4.tar.gz) = 06235400d368398bb97497d56980a100
-SHA256 (discount-1.6.4.tar.gz) = 58bf6a74115104df71c6dff28396e8854f85dc56ea24e9f7f398b429026e4ea8
-SIZE (discount-1.6.4.tar.gz) = 91645
+MD5 (discount-2.0.1.tar.gz) = 486201b699da1787ff1af5fb33ce5454
+SHA256 (discount-2.0.1.tar.gz) = b5df870c231829cf147d973e6d376ff4c9ed8ce475f159f37664f136c27d58fe
+SIZE (discount-2.0.1.tar.gz) = 94129
diff --git a/textproc/discount/pkg-descr b/textproc/discount/pkg-descr
index c7193a5c2727..2ffa6ed9d6fa 100644
--- a/textproc/discount/pkg-descr
+++ b/textproc/discount/pkg-descr
@@ -11,5 +11,4 @@ utilize the markdown library.
It also does, by default, various smartypants-style substitutions.
-WWW: http://www.pell.portland.or.us/~orc/Code/markdown/
-LICENSE: BSDL
+WWW: http://www.pell.portland.or.us/~orc/Code/markdown/