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 /math | |
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 'math')
-rw-r--r-- | math/abakus/Makefile | 1 | ||||
-rw-r--r-- | math/labplot/Makefile | 1 | ||||
-rw-r--r-- | math/rkward-kde4/Makefile | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/math/abakus/Makefile b/math/abakus/Makefile index 61fe3c6be944..e8b85a8c9f7c 100644 --- a/math/abakus/Makefile +++ b/math/abakus/Makefile @@ -3,6 +3,7 @@ PORTNAME= abakus PORTVERSION= 0.92 +PORTREVISION= 1 CATEGORIES= math kde MASTER_SITES= http://purinchu.net/abakus/ diff --git a/math/labplot/Makefile b/math/labplot/Makefile index b59bfb45049f..cf9385e5ede6 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -3,6 +3,7 @@ PORTNAME= labplot DISTVERSION= 2.0.0.beta2 +PORTREVISION= 1 CATEGORIES= math kde MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} diff --git a/math/rkward-kde4/Makefile b/math/rkward-kde4/Makefile index 8353d9888667..e846e06c5ad6 100644 --- a/math/rkward-kde4/Makefile +++ b/math/rkward-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= rkward PORTVERSION= 0.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/Current_Stable_Releases PKGNAMESUFFIX= -kde4 |