- Update to 1.4
- Take maintainership
This commit is contained in:
parent
7fe5c2a273
commit
c6d939af73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219497
@ -6,12 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= wenju
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 10
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= chinsan@FreeBSD.org
|
||||
COMMENT= Collection of writing tools in Chinese
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (wenju-1.3.tar.gz) = f4813a0ab6c2a0a7804c723e15ae058a
|
||||
SHA256 (wenju-1.3.tar.gz) = 870bb257efb1736c5bc2bd1cf98bedc6b19732289581f2a8cea2cfdfc2b785c5
|
||||
SIZE (wenju-1.3.tar.gz) = 1784560
|
||||
MD5 (wenju-1.4.tar.gz) = 1a1b10e9ca155223074fd94dfe7b75ad
|
||||
SHA256 (wenju-1.4.tar.gz) = 23de4074eb0555e8eec3ae88badb991d25c527f5563d0c30daa965c3309e2c60
|
||||
SIZE (wenju-1.4.tar.gz) = 1832555
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- tests/Makefile.in.orig Fri Feb 6 04:19:16 2004
|
||||
+++ tests/Makefile.in Wed Mar 24 15:29:28 2004
|
||||
--- tests/Makefile.in.orig 2008-08-31 08:25:29.000000000 +0800
|
||||
+++ tests/Makefile.in 2008-08-31 08:26:18.000000000 +0800
|
||||
@@ -76,7 +76,7 @@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
@ -9,12 +9,3 @@
|
||||
LIBICONV = @LIBICONV@
|
||||
LIBINTL = @LIBINTL@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
@@ -151,7 +151,7 @@
|
||||
noinst_PROGRAMS = wenju
|
||||
|
||||
wenju_SOURCES = wenju.c
|
||||
-wenju_LDADD = -lrt
|
||||
+wenju_LDADD = #-lrt
|
||||
subdir = tests
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
||||
|
@ -7,6 +7,7 @@ lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-tim.so
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wenju.mo
|
||||
%%DATADIR%%/bxm.tim
|
||||
%%DATADIR%%/cj.tim
|
||||
%%DATADIR%%/cj5-s.tim
|
||||
%%DATADIR%%/erbi.tim
|
||||
%%DATADIR%%/liu.tim
|
||||
%%DATADIR%%/phone.tim
|
||||
|
Loading…
Reference in New Issue
Block a user