diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-26 01:07:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-26 01:07:10 +0800 |
commit | 78b55fd571791e974526b3284eab8b5da6be0399 (patch) | |
tree | b22e521b216c053bb01c786cf4aef2a2fa095aca /deskutils | |
parent | 52f51679cc4a9cc828b19caea36bc2306fc28d5d (diff) | |
download | freebsd-ports-gnome-78b55fd571791e974526b3284eab8b5da6be0399.tar.gz freebsd-ports-gnome-78b55fd571791e974526b3284eab8b5da6be0399.tar.zst freebsd-ports-gnome-78b55fd571791e974526b3284eab8b5da6be0399.zip |
Update to 0.55.
PR: 56588
Submitted by: Piotr Smyrak <smyru@heron.pl>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gdeskcal/Makefile | 4 | ||||
-rw-r--r-- | deskutils/gdeskcal/distinfo | 2 | ||||
-rw-r--r-- | deskutils/gdeskcal/pkg-plist | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/deskutils/gdeskcal/Makefile b/deskutils/gdeskcal/Makefile index 86fbb18db9c1..eec484130a15 100644 --- a/deskutils/gdeskcal/Makefile +++ b/deskutils/gdeskcal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gdeskcal -PORTVERSION= 0.53 +PORTVERSION= 0.55 CATEGORIES= deskutils python gnome MASTER_SITES= http://www.pycage.de/download/ DISTNAME= gDeskCal-${PORTVERSION:S/./_/} @@ -44,7 +44,7 @@ do-install: ${MKDIR} ${PREFIX}/share/locale/ar/LC_MESSAGES .for i in ar bg cs de de_AT el es fi fr he hu is it \ - ja ko lt nl no pl ru sv tr zh_CN + ja ko lt nl no pl ru sk sr sv tr zh_CN ${MKDIR} ${PREFIX}/share/locale/${i}/LC_MESSAGES ${INSTALL_DATA} ${WRKSRC}/locale/${i}/LC_MESSAGES/gdeskcal.mo \ ${PREFIX}/share/locale/${i}/LC_MESSAGES diff --git a/deskutils/gdeskcal/distinfo b/deskutils/gdeskcal/distinfo index f581a6c1184f..8884b19d982b 100644 --- a/deskutils/gdeskcal/distinfo +++ b/deskutils/gdeskcal/distinfo @@ -1 +1 @@ -MD5 (gDeskCal-0_53.tar.gz) = bc60c0962569b94f16909ed79eea776e +MD5 (gDeskCal-0_55.tar.gz) = 1bcc83b703292eefd9daa690a2c91985 diff --git a/deskutils/gdeskcal/pkg-plist b/deskutils/gdeskcal/pkg-plist index c9c184cd093c..7d75a78c18da 100644 --- a/deskutils/gdeskcal/pkg-plist +++ b/deskutils/gdeskcal/pkg-plist @@ -82,6 +82,8 @@ share/locale/nl/LC_MESSAGES/gdeskcal.mo share/locale/no/LC_MESSAGES/gdeskcal.mo share/locale/pl/LC_MESSAGES/gdeskcal.mo share/locale/ru/LC_MESSAGES/gdeskcal.mo +share/locale/sk/LC_MESSAGES/gdeskcal.mo +share/locale/sr/LC_MESSAGES/gdeskcal.mo share/locale/sv/LC_MESSAGES/gdeskcal.mo share/locale/tr/LC_MESSAGES/gdeskcal.mo share/locale/zh_CN/LC_MESSAGES/gdeskcal.mo |