1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Update version to 0.3.4.

PR:		15940
Submitted by:	Maintainer
This commit is contained in:
R. Imura 2000-01-14 18:19:15 +00:00
parent f49663082e
commit 4f0e0d2ab8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24732
4 changed files with 13 additions and 14 deletions

View File

@ -6,7 +6,7 @@
# $FreeBSD$
#
DISTNAME= autoconvert-0.3.3
DISTNAME= autoconvert-0.3.4
CATEGORIES= chinese
MASTER_SITES= http://www.linuxfocus.org/~yu.guanghui/ \
ftp://ftp.dlut.edu.cn/pub/PEOPLE/saka/
@ -19,7 +19,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/autob5 ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/autogb ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/autoconvert
.for i in ChangeLog LICENSE Readme TODO Version big5.txt gb.txt hz.txt procmailrc.example
.for i in ChangeLog GPL LICENSE Readme TODO Version hz.txt procmailrc.example shed.big5 shed.gb
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/autoconvert
.endfor

View File

@ -1 +1 @@
MD5 (autoconvert-0.3.3.tar.gz) = 40723c99a18912212b7739fb40233412
MD5 (autoconvert-0.3.4.tar.gz) = 49406843a315d4471b1165dc9175955b

View File

@ -1,13 +1,11 @@
--- hzconvert/Makefile.orig Mon Oct 25 19:02:21 1999
+++ hzconvert/Makefile Tue Oct 26 08:29:52 1999
@@ -1,10 +1,10 @@
CC=gcc
-CFLAGS=-O2
+CFLAGS+=-O2
OBJS=b2g.o b2u.o g2u.o hztogb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o
-%.o:%c
--- hzconvert/Makefile.orig Wed Jan 5 14:33:47 2000
+++ hzconvert/Makefile Wed Jan 5 14:34:35 2000
@@ -2,10 +2,10 @@
CFLAGS+=-O2
#OBJS=b2g.o b2u.o g2u.o hztogb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o
OBJS=b2g.o b2u.o g2u.o hz2gb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o
+all:libhzconvert.a
+%.o:%.c
%.o:%c
$(CC) $(CFLAGS) -c $<
-all:libhzconvert.a

View File

@ -1,12 +1,13 @@
bin/autob5
bin/autogb
share/autoconvert/ChangeLog
share/autoconvert/GPL
share/autoconvert/LICENSE
share/autoconvert/Readme
share/autoconvert/TODO
share/autoconvert/Version
share/autoconvert/big5.txt
share/autoconvert/gb.txt
share/autoconvert/hz.txt
share/autoconvert/shed.big5
share/autoconvert/shed.gb
share/autoconvert/procmailrc.example
@dirrm share/autoconvert