svn commit: r469254 - head/textproc/dikt
Yuri Victorovich
yuri at FreeBSD.org
Sun May 6 22:57:12 UTC 2018
Author: yuri
Date: Sun May 6 22:57:10 2018
New Revision: 469254
URL: https://svnweb.freebsd.org/changeset/ports/469254
Log:
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 at gmail.com (maintainer)
Modified:
head/textproc/dikt/Makefile
head/textproc/dikt/distinfo
head/textproc/dikt/pkg-descr
Modified: head/textproc/dikt/Makefile
==============================================================================
--- head/textproc/dikt/Makefile Sun May 6 21:39:24 2018 (r469253)
+++ head/textproc/dikt/Makefile Sun May 6 22:57:10 2018 (r469254)
@@ -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 at 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>
Modified: head/textproc/dikt/distinfo
==============================================================================
--- head/textproc/dikt/distinfo Sun May 6 21:39:24 2018 (r469253)
+++ head/textproc/dikt/distinfo Sun May 6 22:57:10 2018 (r469254)
@@ -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
Modified: head/textproc/dikt/pkg-descr
==============================================================================
--- head/textproc/dikt/pkg-descr Sun May 6 21:39:24 2018 (r469253)
+++ head/textproc/dikt/pkg-descr Sun May 6 22:57:10 2018 (r469254)
@@ -2,4 +2,4 @@ Dikt is a dictionary for KDE. Dikt is a network applic
that implements the Dict protocol, with a browser interface
specialized for querying dictionaries.
-WWW: http://dikt.tv/
+WWW: https://dikt.tv/
More information about the svn-ports-all
mailing list