Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2001 20:59:46 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/29437: Update port: converters/utf8conv to 1.1
Message-ID:  <200108040359.f743xkO52808@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         29437
>Category:       ports
>Synopsis:       Update port: converters/utf8conv to 1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 03 21:00:07 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.3-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.1

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/converters/utf8conv/Makefile converters/utf8conv/Makefile
--- /usr/ports/converters/utf8conv/Makefile	Tue Jul 31 02:37:26 2001
+++ converters/utf8conv/Makefile	Fri Aug  3 02:49:37 2001
@@ -7,20 +7,20 @@
 #
 
 PORTNAME=	utf8conv
-PORTVERSION=	1.0.1
+PORTVERSION=	1.1
 CATEGORIES=	converters
 MASTER_SITES=	http://www.fibrespeed.net/~mbabcock/code/
 
 MAINTAINER=	ports@FreeBSD.org
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-1.0
+MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
 ALL_TARGET=	${PORTNAME}
 
-post-patch:
-	@${PERL} -pi -e "s,^CC,#CC,g ; \
-		s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/utf8conv ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/converters/utf8conv/distinfo converters/utf8conv/distinfo
--- /usr/ports/converters/utf8conv/distinfo	Tue Jul 31 02:37:26 2001
+++ converters/utf8conv/distinfo	Fri Aug  3 02:43:25 2001
@@ -1 +1 @@
-MD5 (utf8conv-1.0.1.tar.gz) = 1687031b756ab14d00c722dffac15abd
+MD5 (utf8conv-1.1.tar.gz) = befb127fdd5f456c8099a224fef70470
diff -urN /usr/ports/converters/utf8conv/pkg-descr converters/utf8conv/pkg-descr
--- /usr/ports/converters/utf8conv/pkg-descr	Tue Jul 31 02:37:26 2001
+++ converters/utf8conv/pkg-descr	Fri Aug  3 02:48:44 2001
@@ -1 +1,3 @@
-Convert hexadecimal Unicode character values to UTF-8
+Convert hexadecimal Unicode character values to UTF-8.
+
+WWW: http://www.fibrespeed.net/~mbabcock/code/
diff -urN /usr/ports/converters/utf8conv/pkg-plist converters/utf8conv/pkg-plist
--- /usr/ports/converters/utf8conv/pkg-plist	Tue Jul 31 02:37:26 2001
+++ converters/utf8conv/pkg-plist	Fri Aug  3 02:50:06 2001
@@ -1 +1,3 @@
 bin/utf8conv
+%%PORTDOCS%%share/doc/utf8conv/README
+%%PORTDOCS%%@dirrm share/doc/utf8conv

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108040359.f743xkO52808>