diff options
author | gerald <gerald@FreeBSD.org> | 2014-09-11 04:50:31 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-09-11 04:50:31 +0800 |
commit | c830042769f26309b16e0b0ace05fc30fec7b236 (patch) | |
tree | d1ac4f6805fbce1473116cae6a211aa3cabd466c /irc | |
parent | 80f8761d42bc33f770b1c64becc0f409ed9f8fd8 (diff) | |
download | freebsd-ports-gnome-c830042769f26309b16e0b0ace05fc30fec7b236.tar.gz freebsd-ports-gnome-c830042769f26309b16e0b0ace05fc30fec7b236.tar.zst freebsd-ports-gnome-c830042769f26309b16e0b0ace05fc30fec7b236.zip |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitchx/Makefile | 2 | ||||
-rw-r--r-- | irc/dxirc/Makefile | 2 | ||||
-rw-r--r-- | irc/konversation-kde4/Makefile | 2 | ||||
-rw-r--r-- | irc/kvirc/Makefile | 2 | ||||
-rw-r--r-- | irc/minbif/Makefile | 2 | ||||
-rw-r--r-- | irc/quassel/Makefile | 1 |
6 files changed, 6 insertions, 5 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index f15db116fdbf..c5f1807233a9 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -3,7 +3,7 @@ PORTNAME= BitchX DISTVERSION= 1.2-final -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH= 1 CATEGORIES+= irc MASTER_SITES= http://bitchx.ca/ diff --git a/irc/dxirc/Makefile b/irc/dxirc/Makefile index 00b8941d76b6..cebdfc32fee1 100644 --- a/irc/dxirc/Makefile +++ b/irc/dxirc/Makefile @@ -2,7 +2,7 @@ PORTNAME= dxirc PORTVERSION= 1.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= GOOGLE_CODE diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile index b23d03d3878f..6f9f2dda70a6 100644 --- a/irc/konversation-kde4/Makefile +++ b/irc/konversation-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= konversation PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index 5226b3e29945..b3c79e6bfb07 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -3,7 +3,7 @@ PORTNAME= kvirc PORTVERSION= 4.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc kde MASTER_SITES= ftp://ftp.kvirc.de/pub/kvirc/%SUBDIR%/ \ http://kvirc.gmake.de/pub/kvirc/%SUBDIR%/ \ diff --git a/irc/minbif/Makefile b/irc/minbif/Makefile index 0c82970d0509..955b65cc9f03 100644 --- a/irc/minbif/Makefile +++ b/irc/minbif/Makefile @@ -3,7 +3,7 @@ PORTNAME= minbif PORTVERSION= 1.0.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= irc net-im MASTER_SITES= https://symlink.me/attachments/download/148/ diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile index 5b4a8c33a3c6..64d9dcec3f1c 100644 --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -3,6 +3,7 @@ PORTNAME= quassel PORTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://www.quassel-irc.org/pub/ |