diff options
author | makc <makc@FreeBSD.org> | 2014-02-18 22:31:32 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-02-18 22:31:32 +0800 |
commit | 4a08b718eeb44249239269d291e5e723f382b150 (patch) | |
tree | d82245c1618946179f5cb8e7835d4ed6927685eb /irc | |
parent | 62b16de5a7e24a51d6be70a0a7748c167b951982 (diff) | |
download | freebsd-ports-gnome-4a08b718eeb44249239269d291e5e723f382b150.tar.gz freebsd-ports-gnome-4a08b718eeb44249239269d291e5e723f382b150.tar.zst freebsd-ports-gnome-4a08b718eeb44249239269d291e5e723f382b150.zip |
- Bump PORTREVISION after KDE4_PREFIX change
Diffstat (limited to 'irc')
-rw-r--r-- | irc/konversation-kde4/Makefile | 2 | ||||
-rw-r--r-- | irc/kvirc/Makefile | 1 | ||||
-rw-r--r-- | irc/quassel/Makefile | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile index e3a92e025541..15e355a72cf8 100644 --- a/irc/konversation-kde4/Makefile +++ b/irc/konversation-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= konversation PORTVERSION= 1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${DISTVERSION}/src diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index 7f71d135b552..386cb2a01e45 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -3,6 +3,7 @@ PORTNAME= kvirc PORTVERSION= 4.2.0 +PORTREVISION= 1 CATEGORIES= irc kde MASTER_SITES= ftp://ftp.kvirc.de/pub/kvirc/%SUBDIR%/ \ http://kvirc.gmake.de/pub/kvirc/%SUBDIR%/ \ diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile index c582d31a99e3..7ccdb3aad61a 100644 --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -3,6 +3,7 @@ PORTNAME= quassel PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://www.quassel-irc.org/pub/ |