diff options
author | yuri <yuri@FreeBSD.org> | 2018-05-07 06:57:10 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-05-07 06:57:10 +0800 |
commit | 33f0371ea4e815a50d10ffcdcd7bd8330e3594dc (patch) | |
tree | be0ea402293c35b607a86fe9d8923d517812aa12 /textproc/dikt | |
parent | 1d71a404be87b2ace11a4c7cb2eabba6d7a4951f (diff) | |
download | freebsd-ports-gnome-33f0371ea4e815a50d10ffcdcd7bd8330e3594dc.tar.gz freebsd-ports-gnome-33f0371ea4e815a50d10ffcdcd7bd8330e3594dc.tar.zst freebsd-ports-gnome-33f0371ea4e815a50d10ffcdcd7bd8330e3594dc.zip |
textproc/dikt: Update 2l3 -> 2s1 (0.20161228)
Port changes:
* Add PORTEPOCH and change version to 0.20161228 because upstream versions changed backwards
* Change qt4 -> qt5, kde4 -> kde5
* Add LICENSE/LICENSE_FILE
* Add to USE_KDE and USE_QT
* Change WWW to https
PR: 228029
Submitted by: goran.tal@gmail.com (maintainer)
Diffstat (limited to 'textproc/dikt')
-rw-r--r-- | textproc/dikt/Makefile | 29 | ||||
-rw-r--r-- | textproc/dikt/distinfo | 5 | ||||
-rw-r--r-- | textproc/dikt/pkg-descr | 2 |
3 files changed, 21 insertions, 15 deletions
diff --git a/textproc/dikt/Makefile b/textproc/dikt/Makefile index 0eb65e6e742b..512393785f00 100644 --- a/textproc/dikt/Makefile +++ b/textproc/dikt/Makefile @@ -2,25 +2,30 @@ # $FreeBSD$ PORTNAME= dikt -PORTVERSION= 2l3 -PORTREVISION= 2 +PORTVERSION= 0.20161228 +PORTEPOCH= 1 CATEGORIES= textproc net kde MASTER_SITES= https://bitbucket.org/dikt/code/downloads/ +DISTNAME= ${PORTNAME}-2s1 MAINTAINER= goran.tal@gmail.com -COMMENT= Dictionary for KDE4 +COMMENT= Dictionary for KDE -USES= cmake kde:4 tar:txz -USE_KDE= kdelibs automoc4 -USE_QT4= corelib gui network svg xml \ - qmake_build moc_build rcc_build uic_build +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake:outsource kde:5 tar:txz +USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons dbusaddons guiaddons i18n \ + iconthemes itemviews jobwidgets kio service solid widgetsaddons xmlgui +USE_QT5= concurrent core dbus gui network printsupport svg widgets xml \ + buildtools_build qmake_build PLIST_FILES= bin/dikt \ - share/applications/kde4/dikt.desktop \ - share/apps/dikt/diktui.rc \ - share/apps/dikt/dikt.css \ - share/apps/dikt/format.conf \ + share/applications/dikt.desktop \ + share/dikt/dikt.css \ + share/dikt/format.conf \ share/icons/hicolor/128x128/apps/dikt.png \ - share/kde4/services/dict.protocol + share/kservices5/dict.protocol \ + share/kxmlgui5/dikt/diktui.rc .include <bsd.port.mk> diff --git a/textproc/dikt/distinfo b/textproc/dikt/distinfo index 535c3f6a711d..a7c4d3769b2a 100644 --- a/textproc/dikt/distinfo +++ b/textproc/dikt/distinfo @@ -1,2 +1,3 @@ -SHA256 (dikt-2l3.txz) = 7c233bb575351b81b93590946e4d77f0129dce56ea50f8c89a2ea208fa1ab0b4 -SIZE (dikt-2l3.txz) = 51964 +TIMESTAMP = 1525620801 +SHA256 (dikt-2s1.txz) = 6bb87b32ae01acd5d2f1a48e9f40a824116dec5e4ced0f133b3fa6dfebf5fae7 +SIZE (dikt-2s1.txz) = 52620 diff --git a/textproc/dikt/pkg-descr b/textproc/dikt/pkg-descr index 5da31d6c8d43..0a4c3b072191 100644 --- a/textproc/dikt/pkg-descr +++ b/textproc/dikt/pkg-descr @@ -2,4 +2,4 @@ Dikt is a dictionary for KDE. Dikt is a network application that implements the Dict protocol, with a browser interface specialized for querying dictionaries. -WWW: http://dikt.tv/ +WWW: https://dikt.tv/ |