From 3c5cf0a44299e8b909fd3062e8aa0cc710649894 Mon Sep 17 00:00:00 2001 From: jbeich Date: Wed, 23 Nov 2016 12:45:46 +0000 Subject: devel/boost-*: update to 1.62.0 - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) --- archivers/innoextract/Makefile | 1 + archivers/tardy/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'archivers') diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile index d561c3ea283d..7c32e6fdc161 100644 --- a/archivers/innoextract/Makefile +++ b/archivers/innoextract/Makefile @@ -3,6 +3,7 @@ PORTNAME= innoextract PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://constexpr.org/innoextract/files/ diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index 2af26a367317..f94997d58f03 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -4,7 +4,7 @@ PORTNAME= tardy PORTVERSION= 1.28 DISTVERSIONSUFFIX= .D001.orig -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= SF/tardy/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} -- cgit