diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-10 05:26:33 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-10 05:26:33 +0800 |
commit | b145e5057fb320c4499c539473b20fdc8b076b14 (patch) | |
tree | cc92b6bc59833730b3a6dce0d47984b813668a60 /deskutils/gdeskcal | |
parent | 5cf70ae99fef2247603902332d093b25b1a6bcf2 (diff) | |
download | freebsd-ports-gnome-b145e5057fb320c4499c539473b20fdc8b076b14.tar.gz freebsd-ports-gnome-b145e5057fb320c4499c539473b20fdc8b076b14.tar.zst freebsd-ports-gnome-b145e5057fb320c4499c539473b20fdc8b076b14.zip |
Update to 0.52.
PR: ports/53115
Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> (maintainer)
Diffstat (limited to 'deskutils/gdeskcal')
-rw-r--r-- | deskutils/gdeskcal/Makefile | 4 | ||||
-rw-r--r-- | deskutils/gdeskcal/distinfo | 2 | ||||
-rw-r--r-- | deskutils/gdeskcal/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/deskutils/gdeskcal/Makefile b/deskutils/gdeskcal/Makefile index ea80ff0a815b..d7f1f04166a1 100644 --- a/deskutils/gdeskcal/Makefile +++ b/deskutils/gdeskcal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gdeskcal -PORTVERSION= 0.51 +PORTVERSION= 0.52 CATEGORIES= deskutils python gnome MASTER_SITES= http://www.pycage.de/download/ DISTNAME= gDeskCal-${PORTVERSION:S/./_/} @@ -38,7 +38,7 @@ do-install: ${MKDIR} ${PREFIX}/share/locale/ar/LC_MESSAGES -.for i in ar cs de el es fr he hu it ja nl ru tr zh_CN +.for i in ar cs de el es fr he hu it ja ko nl ru 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 a6bbd692c9a7..ef57799a9e20 100644 --- a/deskutils/gdeskcal/distinfo +++ b/deskutils/gdeskcal/distinfo @@ -1 +1 @@ -MD5 (gDeskCal-0_51.tar.gz) = 3f568a639f1c0c20954c98860d72a5dc +MD5 (gDeskCal-0_52.tar.gz) = 039a0e7ccd2c17b27802f4e60b415e79 diff --git a/deskutils/gdeskcal/pkg-plist b/deskutils/gdeskcal/pkg-plist index b16422c1693e..af91f1c6dfe7 100644 --- a/deskutils/gdeskcal/pkg-plist +++ b/deskutils/gdeskcal/pkg-plist @@ -64,6 +64,7 @@ share/locale/he/LC_MESSAGES/gdeskcal.mo share/locale/hu/LC_MESSAGES/gdeskcal.mo share/locale/it/LC_MESSAGES/gdeskcal.mo share/locale/ja/LC_MESSAGES/gdeskcal.mo +share/locale/ko/LC_MESSAGES/gdeskcal.mo share/locale/nl/LC_MESSAGES/gdeskcal.mo share/locale/ru/LC_MESSAGES/gdeskcal.mo share/locale/tr/LC_MESSAGES/gdeskcal.mo |