Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2013 21:29:35 +0000 (UTC)
From:      Julien Laffaye <jlaffaye@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311501 - head/textproc/discount
Message-ID:  <201302032129.r13LTZNn048419@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jlaffaye
Date: Sun Feb  3 21:29:35 2013
New Revision: 311501
URL: http://svnweb.freebsd.org/changeset/ports/311501

Log:
  - Update to 2.1.5a
  
  PR:		ports/175479
  Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>

Modified:
  head/textproc/discount/Makefile
  head/textproc/discount/distinfo
  head/textproc/discount/pkg-descr

Modified: head/textproc/discount/Makefile
==============================================================================
--- head/textproc/discount/Makefile	Sun Feb  3 21:26:18 2013	(r311500)
+++ head/textproc/discount/Makefile	Sun Feb  3 21:29:35 2013	(r311501)
@@ -2,9 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	discount
-PORTVERSION=	2.1.1.3
+DISTVERSION=	2.1.5a
 CATEGORIES=	textproc devel
-MASTER_SITES=	http://www.pell.portland.or.us/~orc/Code/discount/
+MASTER_SITES=	http://www.pell.portland.or.us/~orc/Code/discount/ \
+		LOCAL/jlaffaye
 
 MAINTAINER=	jlaffaye@FreeBSD.org
 COMMENT=	A C implementation of the Markdown markup language
@@ -53,8 +54,10 @@ SAMPLES_DESC=	Install sample programs
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MEXTRA}
-CONFIGURE_ARGS+=--enable-dl-tag \
-		--enable-all-features
+CONFIGURE_ARGS+=--with-dl=both		\
+		--with-fenced-code	\
+		--with-github-tags	\
+		--with-id-anchor
 .endif
 
 .if ${PORT_OPTIONS:MTAB8}
@@ -69,7 +72,6 @@ PLIST_FILES+=	bin/makepage \
 MAN1+=		makepage.1 \
 		mkd2html.1 \
 		theme.1
-
 .endif
 
 .include <bsd.port.mk>

Modified: head/textproc/discount/distinfo
==============================================================================
--- head/textproc/discount/distinfo	Sun Feb  3 21:26:18 2013	(r311500)
+++ head/textproc/discount/distinfo	Sun Feb  3 21:29:35 2013	(r311501)
@@ -1,2 +1,2 @@
-SHA256 (discount-2.1.1.3.tar.bz2) = fdb1921bdb1d36b93a695adddd018c74f43d5ceb0b0b20efc4f0cd3a14554ef5
-SIZE (discount-2.1.1.3.tar.bz2) = 82474
+SHA256 (discount-2.1.5a.tar.bz2) = 10123d6535999e4e362e990fa77209471f6538e6c758e01d470eeb143048903e
+SIZE (discount-2.1.5a.tar.bz2) = 84003

Modified: head/textproc/discount/pkg-descr
==============================================================================
--- head/textproc/discount/pkg-descr	Sun Feb  3 21:26:18 2013	(r311500)
+++ head/textproc/discount/pkg-descr	Sun Feb  3 21:29:35 2013	(r311501)
@@ -11,4 +11,4 @@ utilize the markdown library.
 
 It also does, by default, various smartypants-style substitutions.
 
-WWW:	http://www.pell.portland.or.us/~orc/Code/discount/
+WWW: http://www.pell.portland.or.us/~orc/Code/discount/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302032129.r13LTZNn048419>