Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2011 09:00:29 GMT
From:      Kaspars Bankovskis <kaspars@bankovskis.lv>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160048: [patch] textproc/discount: update to 2.1.1.3
Message-ID:  <201108240900.p7O90TAu073643@red.freebsd.org>
Resent-Message-ID: <201108240910.p7O9A8Yw066772@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160048
>Category:       ports
>Synopsis:       [patch] textproc/discount: update to 2.1.1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 24 09:10:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Kaspars Bankovskis
>Release:        
>Organization:
>Environment:
>Description:
- update to 2.1.1.3
- added option to install sample programs
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/discount/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile	8 Jun 2011 16:52:29 -0000	1.23
+++ Makefile	24 Aug 2011 08:54:15 -0000
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	discount
-PORTVERSION=	2.0.8
+PORTVERSION=	2.1.1.3
 CATEGORIES=	textproc devel
-MASTER_SITES=	http://www.pell.portland.or.us/~orc/Code/markdown/
+MASTER_SITES=	http://www.pell.portland.or.us/~orc/Code/discount/
 
 MAINTAINER=	jlaffaye@FreeBSD.org
 COMMENT=	A C implementation of the Markdown markup language
@@ -48,7 +48,8 @@
 		include/mkdio.h
 
 OPTIONS=	EXTRA "Enable all extra features" on \
-		TAB8 "Use a tabstop of 8 (default is 4)" on
+		TAB8 "Use a tabstop of 8 (default is 4)" on \
+		SAMPLES "Install sample programs" off
 .include <bsd.port.pre.mk>
 
 .ifdef (WITH_EXTRA)
@@ -60,4 +61,14 @@
 CONFIGURE_ARGS+=--with-tabstops=8
 .endif
 
+.ifdef (WITH_SAMPLES)
+INSTALL_TARGET+=install.samples
+PLIST_FILES+=	bin/makepage \
+		bin/mkd2html \
+		bin/theme
+MAN1+=		theme.1 \
+		makepage.1 \
+		mkd2html.1
+.endif
+
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/discount/distinfo,v
retrieving revision 1.22
diff -u -r1.22 distinfo
--- distinfo	7 Mar 2011 11:52:36 -0000	1.22
+++ distinfo	24 Aug 2011 08:54:15 -0000
@@ -1,2 +1,2 @@
-SHA256 (discount-2.0.8.tar.bz2) = 9a5f672f4b1ebadd961ffa46aca5ccd908fd489bee1d0869b4a002a5a429aeb6
-SIZE (discount-2.0.8.tar.bz2) = 80662
+SHA256 (discount-2.1.1.3.tar.bz2) = fdb1921bdb1d36b93a695adddd018c74f43d5ceb0b0b20efc4f0cd3a14554ef5
+SIZE (discount-2.1.1.3.tar.bz2) = 82474
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/textproc/discount/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	25 Oct 2010 15:56:47 -0000	1.2
+++ pkg-descr	24 Aug 2011 08:54:15 -0000
@@ -11,4 +11,4 @@
 
 It also does, by default, various smartypants-style substitutions.
 
-WWW:	http://www.pell.portland.or.us/~orc/Code/markdown/
+WWW:	http://www.pell.portland.or.us/~orc/Code/discount/


>Release-Note:
>Audit-Trail:
>Unformatted:



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