Date: Fri, 26 Apr 2013 02:56:41 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/178153: textproc/libcsv: Update to version 3.0.3 Message-ID: <20130426025641.b3013873e8fe639d03a1ae99@yahoo.com> Resent-Message-ID: <201304251810.r3PIA2FY057329@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178153 >Category: ports >Synopsis: textproc/libcsv: Update to version 3.0.3 >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: Thu Apr 25 18:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p11 i386 >Organization: >Environment: >Description: - Update to version 3.0.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/libcsv/Makefile textproc/libcsv/Makefile --- /usr/ports/textproc/libcsv/Makefile 2013-04-22 23:12:21.000000000 +0900 +++ textproc/libcsv/Makefile 2013-04-26 00:00:00.000000000 +0900 @@ -2,30 +2,38 @@ # $FreeBSD: head/textproc/libcsv/Makefile 316230 2013-04-22 13:27:47Z bapt $ PORTNAME= libcsv -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.3 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Small, simple and fast CSV library -USE_LDCONFIG= YES -SHLIB_MAJOR= 3 +LICENSE= LGPL21 + +OPTIONS_DEFINE= PROFILE + +MAKEFILE= Makefile.lib +USE_LDCONFIG= yes + PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" -MAN3= csv.3 +SHLIB_MAJOR= 3 + MANCOMPRESSED= maybe +MAN3= csv.3 -.if defined(NOPROFILE) || defined(NO_PROFILE) -PLIST_SUB+= PROFILE="@comment " -.else +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MPROFILE} PLIST_SUB+= PROFILE="" +.else +MAKE_ENV+= NO_PROFILE=true +PLIST_SUB+= PROFILE="@comment " .endif -post-patch: - ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev - @${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \ - ${FILESDIR}/Makefile > ${WRKSRC}/Makefile - ${GUNZIP_CMD} ${WRKSRC}/${MAN3}.gz +do-configure: + @${SED} -e 's|%%SHLIB_MAJOR%%|${SHLIB_MAJOR}|' \ + < ${FILESDIR}/Makefile > ${WRKSRC}/${MAKEFILE} .include <bsd.port.mk> diff -urN /usr/ports/textproc/libcsv/distinfo textproc/libcsv/distinfo --- /usr/ports/textproc/libcsv/distinfo 2012-11-08 08:07:11.000000000 +0900 +++ textproc/libcsv/distinfo 2013-04-26 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (libcsv-3.0.1.tar.gz) = 4955a619d9497ef28c378f2da642fafd27e7df9f9a148cc1f38eccf70c6ef586 -SIZE (libcsv-3.0.1.tar.gz) = 60654 +SHA256 (libcsv-3.0.3.tar.gz) = d9c0431cb803ceb9896ce74f683e6e5a0954e96ae1d9e4028d6e0f967bebd7e4 +SIZE (libcsv-3.0.3.tar.gz) = 331491 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130426025641.b3013873e8fe639d03a1ae99>