diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-23 20:45:46 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-23 20:45:46 +0800 |
commit | 3c5cf0a44299e8b909fd3062e8aa0cc710649894 (patch) | |
tree | 9f8db44177ed46a64b46576a24dfdf8ada114376 /archivers | |
parent | 14033ee9eea4482bcff0519551003d231b38c244 (diff) | |
download | freebsd-ports-gnome-3c5cf0a44299e8b909fd3062e8aa0cc710649894.tar.gz freebsd-ports-gnome-3c5cf0a44299e8b909fd3062e8aa0cc710649894.tar.zst freebsd-ports-gnome-3c5cf0a44299e8b909fd3062e8aa0cc710649894.zip |
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)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/innoextract/Makefile | 1 | ||||
-rw-r--r-- | archivers/tardy/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
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} |