- Update to 0.6
PR: 60953 Submitted by: maintainer
This commit is contained in:
parent
4a7833e895
commit
3b1f464a24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97407
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= klogoturtle
|
||||
PORTVERSION= 0.5
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= lang kde
|
||||
MASTER_SITES= http://klogoturtle.sourceforge.net/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (klogoturtle-0.5.tar.gz) = 5613fbd3cd6d4c3b2a0837933f231bcc
|
||||
MD5 (klogoturtle-0.6.tar.gz) = 5d79f041cab3bac9916ef7ae2f9d7cf0
|
||||
|
@ -9,6 +9,9 @@ share/doc/HTML/de/klogoturtle/index.docbook
|
||||
share/doc/HTML/en/klogoturtle/common
|
||||
share/doc/HTML/en/klogoturtle/index.cache.bz2
|
||||
share/doc/HTML/en/klogoturtle/index.docbook
|
||||
share/doc/HTML/fr/klogoturtle/common
|
||||
share/doc/HTML/fr/klogoturtle/index.cache.bz2
|
||||
share/doc/HTML/fr/klogoturtle/index.docbook
|
||||
share/doc/HTML/it/klogoturtle/common
|
||||
share/doc/HTML/it/klogoturtle/index.cache.bz2
|
||||
share/doc/HTML/it/klogoturtle/index.docbook
|
||||
@ -20,8 +23,18 @@ share/icons/hicolor/32x32/apps/klogoturtle.png
|
||||
share/icons/locolor/16x16/apps/klogoturtle.png
|
||||
share/icons/locolor/32x32/apps/klogoturtle.png
|
||||
share/locale/de/LC_MESSAGES/klogoturtle.mo
|
||||
share/locale/fr/LC_MESSAGES/klogoturtle.mo
|
||||
share/locale/it/LC_MESSAGES/klogoturtle.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/klogoturtle.mo
|
||||
@unexec rmdir %D/share/locale/pt_BR/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/pt_BR 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/it 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/fr 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/de 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
|
||||
@ -32,10 +45,13 @@ share/locale/pt_BR/LC_MESSAGES/klogoturtle.mo
|
||||
@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons 2>/dev/null || true
|
||||
@dirrm share/doc/HTML/pt_BR/klogoturtle
|
||||
@unexec rmdir %D/share/doc/HTML/pt_BR 2>/dev/null || true
|
||||
@dirrm share/doc/HTML/it/klogoturtle
|
||||
@unexec rmdir %D/share/doc/HTML/it 2>/dev/null || true
|
||||
@dirrm share/doc/HTML/fr/klogoturtle
|
||||
@unexec rmdir %D/share/doc/HTML/fr 2>/dev/null || true
|
||||
@dirrm share/doc/HTML/en/klogoturtle
|
||||
@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true
|
||||
@dirrm share/doc/HTML/de/klogoturtle
|
||||
|
Loading…
Reference in New Issue
Block a user