Date: Mon, 21 Jan 2013 22:31:02 +0800 (CST) From: Po-Chien Lin <linpc@cs.nctu.edu.tw> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/175479: [PATCH] textproc/discount: update to 2.1.5.a Message-ID: <20130121143102.5B9F63253D@dev.linpc.org> Resent-Message-ID: <201301211440.r0LEe1Od004293@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 175479 >Category: ports >Synopsis: [PATCH] textproc/discount: update to 2.1.5.a >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jan 21 14:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Po-Chien Lin >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD dev.linpc.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Sat Jan 5 22:32:49 CST >Description: - Update to 2.1.5a - Add additional MASTER_SITES - Remove unused CONFIGURE_ARGS - Replace TAB with a space after WWW: in pkg-descr >How-To-Repeat: >Fix: --- discount-2.1.5.a.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/discount/Makefile ./Makefile --- /usr/ports/textproc/discount/Makefile 2013-01-07 11:43:32.993335751 +0800 +++ ./Makefile 2013-01-21 22:20:49.444710223 +0800 @@ -2,9 +2,11 @@ # $FreeBSD: head/textproc/discount/Makefile 310017 2013-01-06 21:33:21Z bapt $ PORTNAME= discount -PORTVERSION= 2.1.1.3 +PORTVERSION= 2.1.5.a 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/ \ + http://download.openpkg.org/components/cache/discount/ +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= jlaffaye@FreeBSD.org COMMENT= A C implementation of the Markdown markup language @@ -14,9 +16,8 @@ USE_BZIP2= yes HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} CONFIGURE_SCRIPT=configure.sh -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --mandir=${MANPREFIX}/man MAKE_JOBS_SAFE= yes INSTALL_TARGET= install install.man @@ -53,8 +54,7 @@ .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXTRA} -CONFIGURE_ARGS+=--enable-dl-tag \ - --enable-all-features +CONFIGURE_ARGS+=--enable-all-features .endif .if ${PORT_OPTIONS:MTAB8} @@ -69,7 +69,6 @@ MAN1+= makepage.1 \ mkd2html.1 \ theme.1 - .endif .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/textproc/discount/distinfo ./distinfo --- /usr/ports/textproc/discount/distinfo 2013-01-05 21:27:16.968638671 +0800 +++ ./distinfo 2013-01-21 21:59:01.113526111 +0800 @@ -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 diff -ruN --exclude=CVS /usr/ports/textproc/discount/pkg-descr ./pkg-descr --- /usr/ports/textproc/discount/pkg-descr 2013-01-05 21:27:16.968638671 +0800 +++ ./pkg-descr 2013-01-21 22:17:04.443307579 +0800 @@ -11,4 +11,4 @@ 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/ --- discount-2.1.5.a.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130121143102.5B9F63253D>