aboutsummaryrefslogtreecommitdiff
path: root/misc/utf8locale
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-11-19 01:13:40 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-11-19 01:13:40 +0000
commit32a117accca6f9dd4f2a6b1f4bf10fdc945f7085 (patch)
tree0772518c17d84eb9558a3d80ce5c894bee0083e8 /misc/utf8locale
parentfd69998af7fdb838c3a51ff8e4cc990d996ddcb7 (diff)
downloadports-32a117accca6f9dd4f2a6b1f4bf10fdc945f7085.tar.gz
ports-32a117accca6f9dd4f2a6b1f4bf10fdc945f7085.zip
Update to 031118
Changes: (merge from FreeBSD-src) * hy_AM.UTF-8 is added. * timedef for it_IT.UTF-8 and zh_CN.UTF-8 is updated.
Notes
Notes: svn path=/head/; revision=94309
Diffstat (limited to 'misc/utf8locale')
-rw-r--r--misc/utf8locale/Makefile9
-rw-r--r--misc/utf8locale/distinfo2
-rw-r--r--misc/utf8locale/pkg-message5
3 files changed, 11 insertions, 5 deletions
diff --git a/misc/utf8locale/Makefile b/misc/utf8locale/Makefile
index 09620f1d22f2..be1846fad5ac 100644
--- a/misc/utf8locale/Makefile
+++ b/misc/utf8locale/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= utf8locale
-PORTVERSION= 1.5
+PORTVERSION= 031118
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://people.freebsd.org/~perky/distfiles/
@@ -19,9 +19,9 @@ USE_REINPLACE= yes
LANGS= af_ZA bg_BG ca_ES cs_CZ da_DK de_AT de_CH de_DE el_GR en_AU \
en_CA en_GB en_NZ en_US es_ES et_EE fi_FI fr_BE fr_CA fr_CH \
- fr_FR hr_HR hu_HU is_IS it_CH it_IT ja_JP ko_KR lt_LT nl_BE \
- nl_NL no_NO pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sl_SI sr_YU \
- sv_SE tr_TR uk_UA zh_CN zh_TW
+ fr_FR hr_HR hu_HU hy_AM is_IS it_CH it_IT ja_JP ko_KR lt_LT \
+ nl_BE nl_NL no_NO pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sl_SI \
+ sr_YU sv_SE tr_TR uk_UA zh_CN zh_TW
BASELOCALEDIR= ${DESTDIR}/usr/share/locale
PLIST_SUB= BASELOCALEDIR=${BASELOCALEDIR} \
LANGS="${LANGS}"
@@ -58,5 +58,6 @@ post-install:
-${LN} -sf ${PREFIX}/share/locale/${lang}.UTF-8 \
${BASELOCALEDIR}/${lang}.UTF-8
.endfor
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
diff --git a/misc/utf8locale/distinfo b/misc/utf8locale/distinfo
index 16fcb2d85d24..1749247fc775 100644
--- a/misc/utf8locale/distinfo
+++ b/misc/utf8locale/distinfo
@@ -1 +1 @@
-MD5 (utf8locale-1.5.tar.gz) = f248596de075fa50ed803c2cc7c05dd0
+MD5 (utf8locale-031118.tar.gz) = 44ccf749e837e9a86adfe24dbfebeb51
diff --git a/misc/utf8locale/pkg-message b/misc/utf8locale/pkg-message
new file mode 100644
index 000000000000..e2f157d9fb78
--- /dev/null
+++ b/misc/utf8locale/pkg-message
@@ -0,0 +1,5 @@
+==
+Because FreeBSD's installworld target cleans all locale
+stuffs up, you'll need to reinstall the port after every
+installworld operations.
+==