ports/120245: [MAINTAINER] korean/libhangul : update to 0.0.7

Hyogeol Lee hyogeollee at gmail.com
Mon Feb 4 01:00:03 UTC 2008


>Number:         120245
>Category:       ports
>Synopsis:       [MAINTAINER] korean/libhangul : update to 0.0.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 04 01:00:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Hyogeol Lee
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
FreeBSD localhost.localdomain 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Tue Jan 22 20:39:00 KST 2008     root at localhost.localdomain:/usr/obj/usr/src/sys/EZ8KERNEL  amd64
>Description:
Update to 0.0.7
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN korean/libhangul_0.0.6/Makefile korean/libhangul/Makefile
--- korean/libhangul_0.0.6/Makefile	2007-12-16 11:59:53.000000000 +0900
+++ korean/libhangul/Makefile	2008-02-04 02:59:08.000000000 +0900
@@ -1,14 +1,14 @@
 # New ports collection makefile for:	libhangul
-# Date created:				31 Januaray 2007
+# Date created:				31 January 2007
 # Whom:					Hyogeol, Lee <hyogeollee at gmail.com>
 #
 # $FreeBSD: ports/korean/libhangul/Makefile,v 1.2 2007/12/15 13:43:58 pav Exp $
 #
 
 PORTNAME=	libhangul
-PORTVERSION=	0.0.6
+PORTVERSION=	0.0.7
 CATEGORIES=	korean
-MASTER_SITES=	http://kldp.net/frs/download.php/3973/
+MASTER_SITES=	http://kldp.net/frs/download.php/4487/
 
 MAINTAINER=	hyogeollee at gmail.com
 COMMENT=	A library for hangul processing
diff -urN korean/libhangul_0.0.6/distinfo korean/libhangul/distinfo
--- korean/libhangul_0.0.6/distinfo	2007-12-16 11:59:53.000000000 +0900
+++ korean/libhangul/distinfo	2008-02-04 03:00:24.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (libhangul-0.0.6.tar.gz) = f299480a1d013e683af05d248a3508f3
-SHA256 (libhangul-0.0.6.tar.gz) = ffd4bc697a61ddc1b65645269e3645e45da7226f5d53557328206907a8c4c31a
-SIZE (libhangul-0.0.6.tar.gz) = 2651234
+MD5 (libhangul-0.0.7.tar.gz) = b5808c07266cd03c828a32efb7424786
+SHA256 (libhangul-0.0.7.tar.gz) = b38cac745352c29e9ab0b19011e4722bcea648efebec3094a2bf18dc1f931a0f
+SIZE (libhangul-0.0.7.tar.gz) = 2791830
diff -urN korean/libhangul_0.0.6/files/patch-Makefile.in korean/libhangul/files/patch-Makefile.in
--- korean/libhangul_0.0.6/files/patch-Makefile.in	2007-12-16 11:59:53.000000000 +0900
+++ korean/libhangul/files/patch-Makefile.in	2008-02-04 03:03:17.000000000 +0900
@@ -1,6 +1,6 @@
---- ../libhangul-0.0.6_orig/Makefile.in	2007-07-10 22:09:15.000000000 +0900
-+++ Makefile.in	2007-11-02 23:19:46.000000000 +0900
-@@ -190,7 +190,7 @@
+--- ../libhangul-0.0.7_orig/Makefile.in	2008-01-31 23:42:08.000000000 +0900
++++ Makefile.in	2008-02-04 02:51:19.000000000 +0900
+@@ -191,7 +191,7 @@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  SUBDIRS = hangul data bindings test
diff -urN korean/libhangul_0.0.6/files/patch-test korean/libhangul/files/patch-test
--- korean/libhangul_0.0.6/files/patch-test	2007-12-16 11:59:53.000000000 +0900
+++ korean/libhangul/files/patch-test	2008-02-04 03:38:19.000000000 +0900
@@ -1,7 +1,7 @@
-diff -urN ../libhangul-0.0.6_orig/test/Makefile.in test/Makefile.in
---- ../libhangul-0.0.6_orig/test/Makefile.in	2007-07-10 22:09:15.000000000 +0900
-+++ test/Makefile.in	2007-11-02 23:07:29.000000000 +0900
-@@ -183,9 +183,11 @@
+diff -urN ../libhangul-0.0.7_orig/test/Makefile.in test/Makefile.in
+--- ../libhangul-0.0.7_orig/test/Makefile.in	2008-01-31 23:21:44.000000000 +0900
++++ test/Makefile.in	2008-02-04 02:53:07.000000000 +0900
+@@ -184,9 +184,11 @@
  hangul_CFLAGS = 
  hangul_SOURCES = hangul.c
  hangul_LDADD = ../hangul/libhangul.la
@@ -13,7 +13,7 @@
  all: all-am
  
  .SUFFIXES:
-@@ -228,10 +230,10 @@
+@@ -229,10 +231,10 @@
  	done
  hangul$(EXEEXT): $(hangul_OBJECTS) $(hangul_DEPENDENCIES) 
  	@rm -f hangul$(EXEEXT)
@@ -26,15 +26,3 @@
  
  mostlyclean-compile:
  	-rm -f *.$(OBJEXT)
-diff -urN ../libhangul-0.0.6_orig/test/hangul.c test/hangul.c
---- ../libhangul-0.0.6_orig/test/hangul.c	2007-03-21 22:21:29.000000000 +0900
-+++ test/hangul.c	2007-11-02 23:00:02.000000000 +0900
-@@ -2,7 +2,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <iconv.h>
--#include <endian.h>
-+#include <sys/endian.h>
- 
- #include "../hangul/hangul.h"
- 


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list