diff options
author | markus <markus@FreeBSD.org> | 2005-04-24 22:33:09 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2005-04-24 22:33:09 +0800 |
commit | 38c4b975bc6db364299583d240c8f95cc1b497f5 (patch) | |
tree | 0885a56ae92f22e167c57fc3e57a35fd173e7a7a /misc/tellico-kde4 | |
parent | a5eab9ef08556aa9cd40598c6eb9665b713eb837 (diff) | |
download | freebsd-ports-gnome-38c4b975bc6db364299583d240c8f95cc1b497f5.tar.gz freebsd-ports-gnome-38c4b975bc6db364299583d240c8f95cc1b497f5.tar.zst freebsd-ports-gnome-38c4b975bc6db364299583d240c8f95cc1b497f5.zip |
- Update to version 0.13.6
- Remove dependency to cdparanoia
- Add missing locale directories to plist
Diffstat (limited to 'misc/tellico-kde4')
-rw-r--r-- | misc/tellico-kde4/Makefile | 4 | ||||
-rw-r--r-- | misc/tellico-kde4/distinfo | 4 | ||||
-rw-r--r-- | misc/tellico-kde4/pkg-plist | 9 |
3 files changed, 12 insertions, 5 deletions
diff --git a/misc/tellico-kde4/Makefile b/misc/tellico-kde4/Makefile index ab02c0da28ab..aeb885e8fd3d 100644 --- a/misc/tellico-kde4/Makefile +++ b/misc/tellico-kde4/Makefile @@ -6,8 +6,7 @@ # PORTNAME= tellico -PORTVERSION= 0.13.5 -PORTREVISION= 1 +PORTVERSION= 0.13.6 CATEGORIES= misc kde MASTER_SITES= http://www.periapsis.org/tellico/download/ @@ -15,7 +14,6 @@ MAINTAINER= markus@FreeBSD.org COMMENT= Collection manager for KDE LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ - cdda_paranoia:${PORTSDIR}/audio/cdparanoia \ kcddb:${PORTSDIR}/multimedia/kdemultimedia3 \ yaz.2:${PORTSDIR}/net/yaz diff --git a/misc/tellico-kde4/distinfo b/misc/tellico-kde4/distinfo index 961362d58360..63a68dd15625 100644 --- a/misc/tellico-kde4/distinfo +++ b/misc/tellico-kde4/distinfo @@ -1,2 +1,2 @@ -MD5 (tellico-0.13.5.tar.gz) = e56c844d47a566858a05a3028945008b -SIZE (tellico-0.13.5.tar.gz) = 2369642 +MD5 (tellico-0.13.6.tar.gz) = eb7d3e5ed93683c5dc203b4fe4d24fb2 +SIZE (tellico-0.13.6.tar.gz) = 2448573 diff --git a/misc/tellico-kde4/pkg-plist b/misc/tellico-kde4/pkg-plist index 58b988b56a70..e0bb5a7ac340 100644 --- a/misc/tellico-kde4/pkg-plist +++ b/misc/tellico-kde4/pkg-plist @@ -106,11 +106,20 @@ share/locale/hu/LC_MESSAGES/tellico.mo share/locale/it/LC_MESSAGES/tellico.mo share/locale/nb/LC_MESSAGES/tellico.mo share/locale/nl/LC_MESSAGES/tellico.mo +share/locale/pt/LC_MESSAGES/tellico.mo share/locale/ro/LC_MESSAGES/tellico.mo share/locale/sv/LC_MESSAGES/tellico.mo share/mimelnk/application/x-tellico.desktop @unexec rmdir %D/share/mimelnk/application 2>/dev/null || true @unexec rmdir %D/share/mimelnk 2>/dev/null || true +@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/ro 2>/dev/null || true +@unexec rmdir %D/share/locale/pt/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/pt 2>/dev/null || true +@unexec rmdir %D/share/locale/fi/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/fi 2>/dev/null || true +@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/cs 2>/dev/null || true @unexec rmdir %D/share/icons/hicolor/64x64/mimetypes 2>/dev/null || true @unexec rmdir %D/share/icons/hicolor/64x64/apps 2>/dev/null || true @unexec rmdir %D/share/icons/hicolor/64x64 2>/dev/null || true |