diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-18 14:23:03 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-18 14:23:03 +0000 |
commit | e9c34f4c34b0640b3613f03cd96e9f19730b2a07 (patch) | |
tree | ef2b2b24dfacf6def95c54d3379c421565b1fe2b /math/kcalc | |
parent | 4dc7ccc95d370549c7c9c7c9c253d64aa92881ae (diff) | |
download | ports-e9c34f4c34b0640b3613f03cd96e9f19730b2a07.tar.gz ports-e9c34f4c34b0640b3613f03cd96e9f19730b2a07.zip |
Notes
Diffstat (limited to 'math/kcalc')
-rw-r--r-- | math/kcalc/Makefile | 10 | ||||
-rw-r--r-- | math/kcalc/distinfo | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index 597087e4dec7..f002aeee91e6 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -3,22 +3,18 @@ PORTNAME= kcalc PORTVERSION= ${KDE4_VERSION} CATEGORIES= math kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Scientific calculator for KDE -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr:${PORTSDIR}/math/mpfr - -CONFLICTS_INSTALL= kdeutils-4.[0-7].* +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ + libmpfr.so:${PORTSDIR}/math/mpfr USE_XZ= yes USE_KDE4= kdeprefix kdehier automoc4 kdelibs USES= cmake:outsource USE_QT4= xml qmake_build moc_build rcc_build uic_build -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/kcalc/distinfo b/math/kcalc/distinfo index c1ce64295560..8945afe0d4af 100644 --- a/math/kcalc/distinfo +++ b/math/kcalc/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.5/kcalc-4.10.5.tar.xz) = ea66e750d50ab0035489cc4012c64848a4054e1765221abcd8068f835c21d7bf -SIZE (KDE/4.10.5/kcalc-4.10.5.tar.xz) = 94220 +SHA256 (KDE/4.12.2/kcalc-4.12.2.tar.xz) = c8069e1b60494ea6cb28d78a293af24c586d6fcd921ad56873d9e5a82ceb403d +SIZE (KDE/4.12.2/kcalc-4.12.2.tar.xz) = 80632 |