svn commit: r329141 - in head/chinese/auto-tw-l10n: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Oct 3 06:39:29 UTC 2013
Author: sunpoet
Date: Thu Oct 3 06:39:28 2013
New Revision: 329141
URL: http://svnweb.freebsd.org/changeset/ports/329141
Log:
- Update to 1.14
- Use INSTALL_DATA instead of CP
- Remove unnecessary slash after STAGEDIR
Changes:
- Merge files/patch-make.conf.in
- Rename make.conf.in to make.conf
Deleted:
head/chinese/auto-tw-l10n/files/patch-make.conf.in
Modified:
head/chinese/auto-tw-l10n/Makefile (contents, props changed)
head/chinese/auto-tw-l10n/distinfo (contents, props changed)
Modified: head/chinese/auto-tw-l10n/Makefile
==============================================================================
--- head/chinese/auto-tw-l10n/Makefile Thu Oct 3 06:25:13 2013 (r329140)
+++ head/chinese/auto-tw-l10n/Makefile Thu Oct 3 06:39:28 2013 (r329141)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= auto-tw-l10n
-PORTVERSION= 1.13
-PORTREVISION= 1
+PORTVERSION= 1.14
CATEGORIES= chinese
MASTER_SITES= LOCAL/sunpoet
@@ -15,12 +14,8 @@ USE_XZ= yes
SUB_FILES= pkg-message
-pre-install:
- @${FIND} ${WRKSRC} -name "*.orig" -delete
- @${MV} ${WRKSRC}/make.conf.in ${WRKSRC}/make.conf
-
do-install:
- ${MKDIR} ${STAGEDIR}/${PREFIX}/share/skel/zh_TW.UTF-8/
- ${CP} ${WRKSRC}/* ${STAGEDIR}/${PREFIX}/share/skel/zh_TW.UTF-8/
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/skel/zh_TW.UTF-8/
+ ${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/skel/zh_TW.UTF-8/
.include <bsd.port.mk>
Modified: head/chinese/auto-tw-l10n/distinfo
==============================================================================
--- head/chinese/auto-tw-l10n/distinfo Thu Oct 3 06:25:13 2013 (r329140)
+++ head/chinese/auto-tw-l10n/distinfo Thu Oct 3 06:39:28 2013 (r329141)
@@ -1,2 +1,2 @@
-SHA256 (auto-tw-l10n-1.13.tar.xz) = cedec882bc34af3cface9273f1dac6ebfd5676c2bdea990fed98e20adaec19d8
-SIZE (auto-tw-l10n-1.13.tar.xz) = 8032
+SHA256 (auto-tw-l10n-1.14.tar.xz) = d6f24d729f4b55bd5437090d7c8b5304077e0ebd58f70a8802361aa1c06cf4e5
+SIZE (auto-tw-l10n-1.14.tar.xz) = 7880
More information about the svn-ports-all
mailing list