Bug 175479 - [PATCH] textproc/discount: update to 2.1.5.a
Summary: [PATCH] textproc/discount: update to 2.1.5.a
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Julien Laffaye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-21 14:40 UTC by Po-Chien Lin
Modified: 2013-02-03 21:30 UTC (History)
1 user (show)

See Also:


Attachments
discount-2.1.5.a.patch (2.17 KB, patch)
2013-01-21 14:40 UTC, Po-Chien Lin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chien Lin 2013-01-21 14:40:00 UTC
- Update to 2.1.5a
- Add additional MASTER_SITES
- Remove unused CONFIGURE_ARGS
- Replace TAB with a space after WWW: in pkg-descr
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-21 14:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jlaffaye

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-03 21:29:43 UTC
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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Julien Laffaye freebsd_committer freebsd_triage 2013-02-03 21:29:55 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!