diff options
author | gerald <gerald@FreeBSD.org> | 2017-04-01 23:23:30 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-04-01 23:23:30 +0800 |
commit | 8047a240e1cbbe6481930d3ec780c9c92fccd00c (patch) | |
tree | 77bf1316728e6dc2f4e5dfd92901d961b2df765d /graphics/zathura-ps/Makefile | |
parent | 920b723a87c30ba9bae3e0bd19ff336e2866b06c (diff) | |
download | freebsd-ports-gnome-8047a240e1cbbe6481930d3ec780c9c92fccd00c.tar.gz freebsd-ports-gnome-8047a240e1cbbe6481930d3ec780c9c92fccd00c.tar.zst freebsd-ports-gnome-8047a240e1cbbe6481930d3ec780c9c92fccd00c.zip |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
Diffstat (limited to 'graphics/zathura-ps/Makefile')
-rw-r--r-- | graphics/zathura-ps/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/zathura-ps/Makefile b/graphics/zathura-ps/Makefile index e5110e1e38b3..e2916af5988b 100644 --- a/graphics/zathura-ps/Makefile +++ b/graphics/zathura-ps/Makefile @@ -2,6 +2,7 @@ PORTNAME= zathura-ps PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-ps/download/ \ http://www.madpilot.net/~mad/pwmt.org/ |