diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-04-18 21:57:42 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-04-18 21:57:42 +0800 |
commit | d13c775570c558caaf2a9633b618355ed6e5c17c (patch) | |
tree | d32a20416ca4506d36f2b454f7246d7a03954197 /archivers | |
parent | 6e52a3713447ca83b286280a28ee3b252cfda7d8 (diff) | |
download | freebsd-ports-gnome-d13c775570c558caaf2a9633b618355ed6e5c17c.tar.gz freebsd-ports-gnome-d13c775570c558caaf2a9633b618355ed6e5c17c.tar.zst freebsd-ports-gnome-d13c775570c558caaf2a9633b618355ed6e5c17c.zip |
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
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/innoextract/Makefile | 2 | ||||
-rw-r--r-- | archivers/tardy/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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} |