diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-10 20:55:20 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-10 20:55:20 +0000 |
commit | 1cd277bdcecf80f1b3c00ed15ff1c9e707024607 (patch) | |
tree | 8b56d1724c64bf5dd76ae2dcec17c58fb797e8e1 /print | |
parent | 04bfaa8ecd94236f2723c0ece94529bf8a6f36d7 (diff) | |
download | ports-1cd277bdcecf80f1b3c00ed15ff1c9e707024607.tar.gz ports-1cd277bdcecf80f1b3c00ed15ff1c9e707024607.zip |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
Notes
Notes:
svn path=/head/; revision=347809
Diffstat (limited to 'print')
-rw-r--r-- | print/hs-hscolour/Makefile | 2 | ||||
-rw-r--r-- | print/pdfcolorsplit/Makefile | 2 | ||||
-rw-r--r-- | print/pdftk/Makefile | 2 | ||||
-rw-r--r-- | print/py-fonttools/Makefile | 2 | ||||
-rw-r--r-- | print/ttfquery/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/print/hs-hscolour/Makefile b/print/hs-hscolour/Makefile index 7d0343b3e109..36281d5ab738 100644 --- a/print/hs-hscolour/Makefile +++ b/print/hs-hscolour/Makefile @@ -3,7 +3,7 @@ PORTNAME= hscolour PORTVERSION= 1.20.3 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= print haskell diff --git a/print/pdfcolorsplit/Makefile b/print/pdfcolorsplit/Makefile index 27f85a1b1e06..96cc7078ac98 100644 --- a/print/pdfcolorsplit/Makefile +++ b/print/pdfcolorsplit/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdfcolorsplit PORTVERSION= 2011.08.26 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print python MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile index f1241be62c85..fc4e3e54f09d 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdftk PORTVERSION= 2.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/print/py-fonttools/Makefile b/print/py-fonttools/Makefile index 831d785f1756..63601564dd39 100644 --- a/print/py-fonttools/Makefile +++ b/print/py-fonttools/Makefile @@ -3,7 +3,7 @@ PORTNAME= fonttools PORTVERSION= 2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/print/ttfquery/Makefile b/print/ttfquery/Makefile index 492bea8fb6f7..c8578815b0b0 100644 --- a/print/ttfquery/Makefile +++ b/print/ttfquery/Makefile @@ -3,7 +3,7 @@ PORTNAME= ttfquery PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= CHEESESHOP DISTNAME= TTFQuery-${PORTVERSION} |