diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-02-02 00:51:30 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-02-02 00:51:30 +0800 |
commit | b61a03500125cb6ed4de23c8b9303b78d504a78f (patch) | |
tree | 143d1bf0a24586e1a58204f1349a33b5e2aafb47 | |
parent | eec962c438064a968240c2a72f508c3246b9c47e (diff) | |
download | freebsd-ports-gnome-b61a03500125cb6ed4de23c8b9303b78d504a78f.tar.gz freebsd-ports-gnome-b61a03500125cb6ed4de23c8b9303b78d504a78f.tar.zst freebsd-ports-gnome-b61a03500125cb6ed4de23c8b9303b78d504a78f.zip |
Update misc/tellico-kde4 to 2.3.12
* while here, add the dependencies asked for by stage-qa
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9408
-rw-r--r-- | misc/tellico-kde4/Makefile | 19 | ||||
-rw-r--r-- | misc/tellico-kde4/distinfo | 5 |
2 files changed, 14 insertions, 10 deletions
diff --git a/misc/tellico-kde4/Makefile b/misc/tellico-kde4/Makefile index be62d8984573..896292a9b5d3 100644 --- a/misc/tellico-kde4/Makefile +++ b/misc/tellico-kde4/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tellico -PORTVERSION= 2.3.11 -PORTREVISION= 3 +PORTVERSION= 2.3.12 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ @@ -12,15 +11,19 @@ COMMENT= Collection manager for KDE LICENSE= GPLv2 -LIB_DEPENDS= libtag.so:audio/taglib \ +LIB_DEPENDS= libexempi.so:textproc/exempi \ + libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error \ libpoppler-qt4.so:graphics/poppler-qt4 \ - libyaz.so:net/yaz \ - libexempi.so:textproc/exempi \ - libqjson.so:devel/qjson + libqjson.so:devel/qjson \ + libtag.so:audio/taglib \ + libyaz.so:net/yaz USES= cmake gettext kde:4 pkgconfig shared-mime-info tar:bzip2 -USE_KDE= kdelibs libksane pimlibs \ +USE_GNOME= libxml2 libxslt +USE_KDE= kdelibs libksane pimlibs soprano \ automoc4 qimageblitz libkcddb libkcompactdisc -USE_QT4= qmake_build moc_build uic_build rcc_build +USE_QT4= corelib dbus gui network phonon svg xml \ + qmake_build moc_build uic_build rcc_build .include <bsd.port.mk> diff --git a/misc/tellico-kde4/distinfo b/misc/tellico-kde4/distinfo index 93fff0d4ea13..f4a999bb26fd 100644 --- a/misc/tellico-kde4/distinfo +++ b/misc/tellico-kde4/distinfo @@ -1,2 +1,3 @@ -SHA256 (tellico-2.3.11.tar.bz2) = 3064756f6e1662d07385c37f5821a0f6be8b22b6decad17d6852536016ca2128 -SIZE (tellico-2.3.11.tar.bz2) = 5174873 +TIMESTAMP = 1485963429 +SHA256 (tellico-2.3.12.tar.bz2) = 7a119460705dc4f0062eab9b0bd519e43df8bf15a4a447b947921fb7c26eb8cc +SIZE (tellico-2.3.12.tar.bz2) = 5249459 |