From d13c775570c558caaf2a9633b618355ed6e5c17c Mon Sep 17 00:00:00 2001 From: jbeich Date: Wed, 18 Apr 2018 13:57:42 +0000 Subject: devel/boost-*: update to 1.67.0 Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030 --- archivers/innoextract/Makefile | 2 +- archivers/tardy/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers') diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile index 3720b8291432..1eefaeb170cd 100644 --- a/archivers/innoextract/Makefile +++ b/archivers/innoextract/Makefile @@ -3,7 +3,7 @@ PORTNAME= innoextract PORTVERSION= 1.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= archivers MASTER_SITES= http://constexpr.org/innoextract/files/ diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index 9da65533efa9..f6cff6d32e8a 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -4,7 +4,7 @@ PORTNAME= tardy PORTVERSION= 1.28 DISTVERSIONSUFFIX= .D001.orig -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= archivers MASTER_SITES= SF/tardy/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} -- cgit