From 7df2f9013f418098fd89490be88af8297ca1f0ba Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 6 May 2018 22:57:10 +0000 Subject: 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) --- textproc/dikt/Makefile | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) (limited to 'textproc/dikt/Makefile') 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 -- cgit v1.2.3