diff options
author | makc <makc@FreeBSD.org> | 2014-02-18 22:23:03 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-02-18 22:23:03 +0800 |
commit | 2aba1fd14fd3e36b7ef5336e42b49b97805dcb91 (patch) | |
tree | ef2b2b24dfacf6def95c54d3379c421565b1fe2b /accessibility/jovie | |
parent | 7574af52b853d1bbf2fcabfa2c04a4e1b98a4674 (diff) | |
download | freebsd-ports-gnome-2aba1fd14fd3e36b7ef5336e42b49b97805dcb91.tar.gz freebsd-ports-gnome-2aba1fd14fd3e36b7ef5336e42b49b97805dcb91.tar.zst freebsd-ports-gnome-2aba1fd14fd3e36b7ef5336e42b49b97805dcb91.zip |
KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!
Among changes:
- Switch KDE4_PREFIX to ${LOCALBASE}
- Remove now needless misc/kde4-shared-mime-info port
- Add stage support
- Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Drop support for FreeBSD 7.x
- Remove Qt/KDE 3 related workarounds
- Remove local patches and use upstream version scheme for libraries
- sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4,
and x11-clocks/kdetoys4 ports have been split.
- devel/kcachegrind is now a part of KDE SC [1]
- more logs in area51 repo...
New ports:
devel/kde-dev-scripts: KDE development scripts
devel/kde-dev-utils: KDE development utilities
games/klickety: Tetris themed solitaire
games/picmi: Single player logic-based puzzle game
textproc/libkomparediff2: Library to compare files and strings
The area51 repository features commits by Schaich Alonso, avilla, rakuco
and myself.
PR: ports/186491
Exp-run: by bdrewery
Approved by: beat (former maintainer) [1]
Diffstat (limited to 'accessibility/jovie')
-rw-r--r-- | accessibility/jovie/Makefile | 10 | ||||
-rw-r--r-- | accessibility/jovie/distinfo | 4 | ||||
-rw-r--r-- | accessibility/jovie/pkg-plist | 9 |
3 files changed, 7 insertions, 16 deletions
diff --git a/accessibility/jovie/Makefile b/accessibility/jovie/Makefile index 398e9594745f..a1fe610a082a 100644 --- a/accessibility/jovie/Makefile +++ b/accessibility/jovie/Makefile @@ -2,10 +2,8 @@ PORTNAME= jovie PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= accessibility 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 @@ -13,16 +11,10 @@ COMMENT= KDE text-to-speech system LIB_DEPENDS= libspeechd.so:${PORTSDIR}/accessibility/speech-dispatcher -CONFLICTS= ktts-4.[4-6].* - -NO_STAGE= yes USE_XZ= yes USES= cmake:outsource USE_KDE4= kdehier kdeprefix kdelibs automoc4 USE_QT4= xml qmake_build moc_build uic_build rcc_build USE_LDCONFIG= yes -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> diff --git a/accessibility/jovie/distinfo b/accessibility/jovie/distinfo index b57de7d31821..a5eb494be156 100644 --- a/accessibility/jovie/distinfo +++ b/accessibility/jovie/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/4.10.5/jovie-4.10.5.tar.xz) = 664f1de0e226a7d2d01f498093b603a1bf9750145328141fdeedc1643f368c15 -SIZE (KDE/4.10.5/jovie-4.10.5.tar.xz) = 370180 +SHA256 (KDE/4.12.2/jovie-4.12.2.tar.xz) = bc3249139211c45f70c06d0585fc7549f245f9b398e08ebc5b435844afbcfad4 +SIZE (KDE/4.12.2/jovie-4.12.2.tar.xz) = 379356 diff --git a/accessibility/jovie/pkg-plist b/accessibility/jovie/pkg-plist index c6120a369671..b5d292d5ec3d 100644 --- a/accessibility/jovie/pkg-plist +++ b/accessibility/jovie/pkg-plist @@ -4,8 +4,8 @@ lib/kde4/jovie_talkerchooserplugin.so lib/kde4/jovie_xmltransformerplugin.so lib/kde4/kcm_kttsd.so lib/libkttsd.so -lib/libkttsd.so.5 -lib/libkttsd.so.5.0.1 +lib/libkttsd.so.4 +lib/libkttsd.so.%%KDE4_GENERIC_LIB_VERSION%% share/applications/kde4/jovieapp.desktop share/apps/jovie/kcmkttsd_testmessage.desktop share/apps/jovie/stringreplacer/abbreviations.xml @@ -20,7 +20,7 @@ share/apps/jovie/stringreplacer/qt2plaintext.xml share/apps/jovie/talkerchooser/female_notifications_rc share/apps/jovie/xmltransformer/xhtml2ssml.xsl share/apps/jovie/xmltransformer/xhtml2ssml_simple.xsl -share/apps/kttsd/xslt/SSMLtoPlainText.xsl +share/apps/jovie/xslt/SSMLtoPlainText.xsl share/doc/HTML/en/jovie/addtalker.png share/doc/HTML/en/jovie/common share/doc/HTML/en/jovie/filters.png @@ -50,8 +50,7 @@ share/kde4/services/kcmkttsd.desktop share/kde4/services/kttsd.desktop share/kde4/servicetypes/jovie_filterplugin.desktop @dirrm share/doc/HTML/en/jovie -@dirrm share/apps/kttsd/xslt -@dirrm share/apps/kttsd +@dirrm share/apps/jovie/xslt @dirrm share/apps/jovie/xmltransformer @dirrm share/apps/jovie/talkerchooser @dirrm share/apps/jovie/stringreplacer |