diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2017-03-28 16:40:24 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2017-03-28 16:40:24 +0800 |
commit | 32a551205b2e3decc7e2e9d68c293127999322d7 (patch) | |
tree | 0ffc483e1d83bce3c6a4e7a34f200927404e975b /textproc | |
parent | f34860a19c1801da50a6038cdeb51788fab6b3f9 (diff) | |
download | freebsd-ports-gnome-32a551205b2e3decc7e2e9d68c293127999322d7.tar.gz freebsd-ports-gnome-32a551205b2e3decc7e2e9d68c293127999322d7.tar.zst freebsd-ports-gnome-32a551205b2e3decc7e2e9d68c293127999322d7.zip |
- 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]
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/discount/Makefile | 5 | ||||
-rw-r--r-- | textproc/discount/distinfo | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/discount/Makefile b/textproc/discount/Makefile index 320018c32f71..c97acd17ae92 100644 --- a/textproc/discount/Makefile +++ b/textproc/discount/Makefile @@ -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 --with-fenced-code --with-github-tags \ 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 \ diff --git a/textproc/discount/distinfo b/textproc/discount/distinfo index 814c9861cf50..9bc2edc26c29 100644 --- a/textproc/discount/distinfo +++ b/textproc/discount/distinfo @@ -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 |