ports/96603: update ports: japanese/nkf japanese/p5-nkf

Fumihiko Kimura jfkimura at yahoo.co.jp
Mon May 1 16:00:38 UTC 2006


>Number:         96603
>Category:       ports
>Synopsis:       update ports: japanese/nkf japanese/p5-nkf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 01 16:00:35 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Fumihiko Kimura
>Release:        FreeBSD 6.0-RELEASE-p6 i386
>Organization:
>Environment:
>Description:

- Update to 2.0.6a
- check portlint

>How-To-Repeat:
>Fix:

Checked FreeBSD 4.11-RELEASE and FreeBSD 6.0-RELEASE

[nkf]
=== begin  cut here ===
diff -urN nkf.orig/Makefile nkf/Makefile
--- nkf.orig/Makefile	Sat Apr 15 09:28:23 2006
+++ nkf/Makefile	Tue May  2 00:37:20 2006
@@ -6,14 +6,19 @@
 #
 
 PORTNAME=	nkf
-PORTVERSION=	2.05
+PORTVERSION=	2.06
 CATEGORIES?=	japanese
-MASTER_SITES=	http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/
-PKGNAMEPREFIX?=	ja-
-DISTNAME=	${PORTNAME}${PORTVERSION:S/.//:S/./-/}
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
+MASTER_SITE_SUBDIR=	${PORTNAME}/${SUB_DIR}
+DISTNAME=	${PORTNAME}${PORTVERSION:S/.//:S/./-/}${DISTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT?=	Network Kanji code conversion Filter
+
+PKGNAMEPREFIX?=	ja-
+DISTVERSION=	a
+SUB_DIR=	1948
+WRKSRC?=	${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//:S/./-/}
 
 .if ${PKGNAMEPREFIX} != "ja-p5-"
 MAN1=		nkf.1
diff -urN nkf.orig/distinfo nkf/distinfo
--- nkf.orig/distinfo	Sun Jan 22 21:39:04 2006
+++ nkf/distinfo	Mon May  1 23:59:31 2006
@@ -1,3 +1,3 @@
-MD5 (nkf205.tar.gz) = e34d936b20aaf581da5759fbaf0438f3
-SHA256 (nkf205.tar.gz) = 6065063f89a921f30e71af7e0717577277c6ceb4fe4353aca4990547cc723cd4
-SIZE (nkf205.tar.gz) = 149809
+MD5 (nkf206a.tar.gz) = f4b07268b238ac85551e2777fa2c3836
+SHA256 (nkf206a.tar.gz) = 8b0e93dcc1270a13cd7fc74d65f636f036de554c1f46e93629cf5a932650ea49
+SIZE (nkf206a.tar.gz) = 244822
diff -urN nkf.orig/files/patch-aa nkf/files/patch-aa
--- nkf.orig/files/patch-aa	Tue May 10 17:58:41 2005
+++ nkf/files/patch-aa	Tue May  2 00:10:09 2006
@@ -1,22 +1,19 @@
---- Makefile.orig	Sun Apr 10 06:01:54 2005
-+++ Makefile	Tue May 10 17:03:31 2005
-@@ -1,19 +1,27 @@
+--- Makefile.orig	Mon Mar 27 21:46:57 2006
++++ Makefile	Tue May  2 00:09:33 2006
+@@ -1,17 +1,25 @@
 -CC = cc
--CFLAGS = -O
 +PREFIX?= /usr/local
-+CC?= cc
-+CFLAGS?= -O
++CC? = cc
+ CFLAGS = -O -Wall
  # CFLAGS = -O3
  SHAR = shar 
  # SHAR = shar -T
 -PERL = perl
 -RM = rm -rf
-+PERL?= perl
-+RM?= rm -rf
++PERL? = perl
++RM? = rm -rf
 +INSTALL?= /usr/bin/install
- VERSION = 205
- EXIST = test -f
- #EXIST = exist #nmake
+ VERSION = 206
  
  nkf : nkf.c config.h utf8tbl.o
  	$(CC) $(CFLAGS) -o nkf nkf.c utf8tbl.o
=== ended  cut here ===

[p5-nkf]
=== begin  cut here ===
diff -urN p5-nkf.orig/Makefile p5-nkf/Makefile
--- p5-nkf.orig/Makefile	Tue May 10 17:58:42 2005
+++ p5-nkf/Makefile	Tue May  2 00:44:34 2006
@@ -6,14 +6,18 @@
 #
 
 CATEGORIES=	japanese perl5
-PKGNAMEPREFIX=	ja-p5-
+
 COMMENT=	A perl extension module to use NKF
+
 DESCR=		${.CURDIR}/pkg-descr
 PLIST=		${.CURDIR}/pkg-plist
+
 PERL_CONFIGURE=	yes
-WRKSRC=		${WRKDIR}/${DISTNAME}/NKF.mod
+WRKSRC=		${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//:S/./-/}/NKF.mod
 PATCHDIR=	${.CURDIR}/files
 MAN3=		NKF.3
+
+PKGNAMEPREFIX=	ja-p5-
 MASTERDIR=	${.CURDIR}/../nkf
 
-.include "${MASTERDIR}/../nkf/Makefile"
+.include "${MASTERDIR}/Makefile"
=== ended  cut here ===

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



More information about the freebsd-ports-bugs mailing list