Date: Sat, 27 May 2006 04:54:11 -0400 (EDT) From: Rong-En Fan <rafan@infor.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/98001: [PATCH] chinese/oto: update to 0.5 Message-ID: <200605270854.k4R8sBHe016606@woodstock.rafan.org> Resent-Message-ID: <200605270900.k4R90bAb025935@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98001 >Category: ports >Synopsis: [PATCH] chinese/oto: update to 0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 27 09:00:37 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 7.0-CURRENT i386 >Organization: NTU CSIE >Environment: System: FreeBSD woodstock.rafan.org 7.0-CURRENT FreeBSD 7.0-CURRENT #3: Wed May 17 00:28:05 EDT 2006 >Description: - Update to 0.5 - use GNU_CONFIGURE, so it will be PREFIX clean now - use %%DATADIR%% Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- oto-0.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/chinese/oto/Makefile /home/rafan/tmp/ports/oto/Makefile --- /usr/ports/chinese/oto/Makefile Wed May 10 22:14:16 2006 +++ /home/rafan/tmp/ports/oto/Makefile Sat May 27 04:41:27 2006 @@ -6,8 +6,7 @@ # PORTNAME= oto -PORTVERSION= 0.4 -PORTREVISION= 2 +PORTVERSION= 0.5 CATEGORIES= chinese print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +16,7 @@ USE_ICONV= yes USE_GETOPT_LONG=yes -HAS_CONFIGURE= YES +GNU_CONFIGURE= YES USE_GMAKE= YES CPPFLAGS= -I${LOCALBASE}/include CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LIBS="-L${LOCALBASE}/lib -liconv" diff -ruN --exclude=CVS /usr/ports/chinese/oto/distinfo /home/rafan/tmp/ports/oto/distinfo --- /usr/ports/chinese/oto/distinfo Thu Nov 24 18:01:46 2005 +++ /home/rafan/tmp/ports/oto/distinfo Sat May 27 04:35:46 2006 @@ -1,3 +1,3 @@ -MD5 (oto-0.4.tar.gz) = 66f4cdacd3b235fcbfd718b9184b6870 -SHA256 (oto-0.4.tar.gz) = b782682e8d8fe3f23d474f0698645b16b793d583c973f525bb80183d251b0c6c -SIZE (oto-0.4.tar.gz) = 264000 +MD5 (oto-0.5.tar.gz) = 3ff522f1812b8c5f568e443029c7c420 +SHA256 (oto-0.5.tar.gz) = 30d17497a1344e9720efce8ea073c54bec5c87d9f66a490064207a09c072c943 +SIZE (oto-0.5.tar.gz) = 588248 diff -ruN --exclude=CVS /usr/ports/chinese/oto/pkg-plist /home/rafan/tmp/ports/oto/pkg-plist --- /usr/ports/chinese/oto/pkg-plist Sat Apr 26 19:49:56 2003 +++ /home/rafan/tmp/ports/oto/pkg-plist Sat May 27 04:37:00 2006 @@ -1,6 +1,6 @@ bin/oto -share/oto/GB2312.TXT -share/oto/GB12345.TXT -share/oto/GB12345p.TXT -share/oto/BIG5.TXT -@dirrm share/oto +%%DATADIR%%/GB2312.TXT +%%DATADIR%%/GB12345.TXT +%%DATADIR%%/GB12345p.TXT +%%DATADIR%%/BIG5.TXT +@dirrm %%DATADIR%% --- oto-0.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605270854.k4R8sBHe016606>