diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2004-08-01 21:57:25 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2004-08-01 21:57:25 +0800 |
commit | 85961d174bb5c8647d2db0fe2fa9629b85c70bd5 (patch) | |
tree | 86bf51def29918732972f4138b83840762d6d625 /textproc/uim | |
parent | a31b56722c6e2af077a4b09faa3703ccccb7843b (diff) | |
download | freebsd-ports-gnome-85961d174bb5c8647d2db0fe2fa9629b85c70bd5.tar.gz freebsd-ports-gnome-85961d174bb5c8647d2db0fe2fa9629b85c70bd5.tar.zst freebsd-ports-gnome-85961d174bb5c8647d2db0fe2fa9629b85c70bd5.zip |
Update to 0.4.2.1.
Diffstat (limited to 'textproc/uim')
-rw-r--r-- | textproc/uim/Makefile | 4 | ||||
-rw-r--r-- | textproc/uim/distinfo | 4 | ||||
-rw-r--r-- | textproc/uim/files/patch-configure | 19 |
3 files changed, 16 insertions, 11 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index 1e60f54a1b1a..1868b3b5bf45 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -6,7 +6,7 @@ # PORTNAME= uim -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.2.1 CATEGORIES= japanese x11 MASTER_SITES= http://freedesktop.org/Software/UimDownload/ @@ -48,7 +48,7 @@ PLIST_SUB+= GNOME="@comment " .endif post-patch: - ${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},' ${WRKSRC}/scm/skk.scm + ${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},' ${WRKSRC}/scm/skk.scm ${WRKSRC}/scm/custom.scm .if !defined(NOPORTDOCS) post-install: diff --git a/textproc/uim/distinfo b/textproc/uim/distinfo index f4f29b0bbab9..8d8c5718074e 100644 --- a/textproc/uim/distinfo +++ b/textproc/uim/distinfo @@ -1,2 +1,2 @@ -MD5 (uim-0.4.1.tar.gz) = f80f5a82b457e7fd8fc5c5594b846550 -SIZE (uim-0.4.1.tar.gz) = 936183 +MD5 (uim-0.4.2.1.tar.gz) = 4f82891e41b8328f1df34b30b15648e4 +SIZE (uim-0.4.2.1.tar.gz) = 955719 diff --git a/textproc/uim/files/patch-configure b/textproc/uim/files/patch-configure index 790143b8afce..71bd426e8d70 100644 --- a/textproc/uim/files/patch-configure +++ b/textproc/uim/files/patch-configure @@ -1,15 +1,20 @@ ---- configure.orig Sat Apr 10 10:42:35 2004 -+++ configure Sat Apr 10 10:43:38 2004 -@@ -19195,13 +19195,6 @@ +--- configure.orig Sun Aug 1 22:33:54 2004 ++++ configure Sun Aug 1 22:34:13 2004 +@@ -19203,18 +19203,6 @@ echo "$as_me: error: perl 5.x required for intltool" >&2;} { (exit 1); exit 1; }; } fi --if `perl -e "require XML::Parser" 2>/dev/null`; then --: --else -- { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5 +-if test "x" != "xno-xml"; then +- echo "$as_me:$LINENO: checking for XML::Parser" >&5 +-echo $ECHO_N "checking for XML::Parser... $ECHO_C" >&6 +- if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then +- echo "$as_me:$LINENO: result: ok" >&5 +-echo "${ECHO_T}ok" >&6 +- else +- { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5 -echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;} - { (exit 1); exit 1; }; } +- fi -fi # Remove file type tags (using []) from po/POTFILES. |