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 /x11 | |
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 'x11')
-rw-r--r-- | x11/rsibreak-kde4/Makefile | 1 | ||||
-rw-r--r-- | x11/yakuake-kde4/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11/rsibreak-kde4/Makefile b/x11/rsibreak-kde4/Makefile index 3a436ed91cdc..bc3acfaa35c9 100644 --- a/x11/rsibreak-kde4/Makefile +++ b/x11/rsibreak-kde4/Makefile @@ -3,6 +3,7 @@ PORTNAME= rsibreak DISTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= LOCAL/crees/${PORTNAME} \ http://pkgs.fedoraproject.org/repo/pkgs/rsibreak/rsibreak-0.11.tar.bz2/d5dd540efd18900aa508eee381bcaafd/ diff --git a/x11/yakuake-kde4/Makefile b/x11/yakuake-kde4/Makefile index ab1c5a25ffe3..17242567bcb1 100644 --- a/x11/yakuake-kde4/Makefile +++ b/x11/yakuake-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= yakuake PORTVERSION= 2.9.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src PKGNAMESUFFIX= -kde4 |