diff options
author | gerald <gerald@FreeBSD.org> | 2017-09-11 04:55:38 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-09-11 04:55:38 +0800 |
commit | a8659f2c3a739594f865ddb2381c38d14c4d611e (patch) | |
tree | b2fdb90b31860ce377c34f790e4d2f4ed3dad14f /print | |
parent | 7b70c817a4e56a6ba513c3a87fb89b520f7ea8e1 (diff) | |
download | freebsd-ports-gnome-a8659f2c3a739594f865ddb2381c38d14c4d611e.tar.gz freebsd-ports-gnome-a8659f2c3a739594f865ddb2381c38d14c4d611e.tar.zst freebsd-ports-gnome-a8659f2c3a739594f865ddb2381c38d14c4d611e.zip |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-filters/Makefile | 2 | ||||
-rw-r--r-- | print/gribouy/Makefile | 2 | ||||
-rw-r--r-- | print/harfbuzz/Makefile | 1 | ||||
-rw-r--r-- | print/libgnomeprintmm/Makefile | 2 | ||||
-rw-r--r-- | print/libmspub01/Makefile | 2 | ||||
-rw-r--r-- | print/pdftk/Makefile | 2 | ||||
-rw-r--r-- | print/texlive-base/Makefile | 2 |
7 files changed, 7 insertions, 6 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index f5af8da8e6cd..b82ce3c96f33 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -2,7 +2,7 @@ PORTNAME= cups-filters PORTVERSION= 1.16.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ diff --git a/print/gribouy/Makefile b/print/gribouy/Makefile index 24acf787e43e..0c1ac8fc164e 100644 --- a/print/gribouy/Makefile +++ b/print/gribouy/Makefile @@ -3,7 +3,7 @@ PORTNAME= gribouy PORTVERSION= 0.0.8 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= print gnome MASTER_SITES= LOCAL/bland diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index 2b05e1262a36..7ba7b59fe588 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -3,6 +3,7 @@ PORTNAME= harfbuzz PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ diff --git a/print/libgnomeprintmm/Makefile b/print/libgnomeprintmm/Makefile index b8f5fe19c171..f9f5fe7e5403 100644 --- a/print/libgnomeprintmm/Makefile +++ b/print/libgnomeprintmm/Makefile @@ -3,7 +3,7 @@ PORTNAME= libgnomeprintmm PORTVERSION= 2.5.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/print/libmspub01/Makefile b/print/libmspub01/Makefile index 453191cd6bcb..6dedbb5448f5 100644 --- a/print/libmspub01/Makefile +++ b/print/libmspub01/Makefile @@ -2,7 +2,7 @@ PORTNAME= libmspub PORTVERSION= 0.1.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= print graphics devel MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile index 8fa00d3a5091..81c2879c4a44 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdftk PORTVERSION= 2.02 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ LOCAL/mat/pdftk DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 2f72b56f3489..c50d21d36411 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base |