Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2017 08:40:25 +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: r437103 - head/textproc/discount
Message-ID:  <201703280840.v2S8ePxL070795@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jlaffaye
Date: Tue Mar 28 08:40:24 2017
New Revision: 437103
URL: https://svnweb.freebsd.org/changeset/ports/437103

Log:
  - Update to 2.2.2 [1], [2]
  - Add -fPIC to CFLAGS [1]
  
  PR:		216343 [1], 217970 [2]
  Submitted by:	tphilipp@potion-studios.com [1], ehaupt [2]

Modified:
  head/textproc/discount/Makefile
  head/textproc/discount/distinfo

Modified: head/textproc/discount/Makefile
==============================================================================
--- head/textproc/discount/Makefile	Tue Mar 28 08:35:13 2017	(r437102)
+++ head/textproc/discount/Makefile	Tue Mar 28 08:40:24 2017	(r437103)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	discount
-DISTVERSION=	2.1.6
-PORTREVISION=	1
+DISTVERSION=	2.2.2
 CATEGORIES=	textproc devel
 MASTER_SITES=	http://www.pell.portland.or.us/~orc/Code/discount/ \
 		LOCAL/jlaffaye
@@ -45,6 +44,8 @@ EXTRA_CONFIGURE_ON=	--with-dl=both --wit
 
 TAB8_CONFIGURE_ON=	--with-tabstops=8
 
+CFLAGS+=	-fPIC
+
 SAMPLES_INSTALL_TARGET=	install install.samples
 SAMPLES_PLIST_FILES=	bin/makepage bin/mkd2html bin/theme \
 			man/man1/makepage.1.gz man/man1/mkd2html.1.gz \

Modified: head/textproc/discount/distinfo
==============================================================================
--- head/textproc/discount/distinfo	Tue Mar 28 08:35:13 2017	(r437102)
+++ head/textproc/discount/distinfo	Tue Mar 28 08:40:24 2017	(r437103)
@@ -1,2 +1,3 @@
-SHA256 (discount-2.1.6.tar.bz2) = 702bb29e17e387f82e40fae062d5e4939bc6fb22dcf53e6109982a5faa110796
-SIZE (discount-2.1.6.tar.bz2) = 83823
+TIMESTAMP = 1490057858
+SHA256 (discount-2.2.2.tar.bz2) = ec7916731e3ef8516336333f8b7aa9e2af51e57c0017b1e03fa43f1ba6978f64
+SIZE (discount-2.2.2.tar.bz2) = 89288



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