Date: Mon, 11 Mar 2013 03:41:24 GMT From: Danilo Egêa Gondolfo <danilogondolfo@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/176833: math/numdiff update Message-ID: <201303110341.r2B3fOMJ044606@red.freebsd.org> Resent-Message-ID: <201303110350.r2B3o0uK005935@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 176833 >Category: ports >Synopsis: math/numdiff update >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: Mon Mar 11 03:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Danilo Egêa Gondolfo >Release: FreeBSD 9.1-RELEASE >Organization: Universidade Estadual de Maringá >Environment: FreeBSD projeto 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243752M: Sat Dec 1 13:35:03 BRST 2012 root@projeto:/usr/obj/usr/src/sys/PROJETO amd64 >Description: math/numdiff update from version 5.2.1 to 5.6.1 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 313853) +++ Makefile (working copy) @@ -1,12 +1,8 @@ -# New ports collection makefile for: numdiff -# Date created: 18 October 2006 -# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> -# +# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> # $FreeBSD$ -# PORTNAME= numdiff -PORTVERSION= 5.2.1 +PORTVERSION= 5.6.1 CATEGORIES= math textproc MASTER_SITES= SAVANNAH @@ -17,14 +13,17 @@ LICENSE_FILE= ${WRKSRC}/COPYING HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${PREFIX} --exec-prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH} LIBS=-lm --disable-nls +CONFIGURE_ARGS+= --prefix=${PREFIX} --mandir=${PREFIX}/man --exec-prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH} LIBS=-lm --disable-nls USE_GMAKE= yes INFO= numdiff +MAN1= ndselect.1 numdiff.1 +OPTIONS_DEFINE= DOCS + .include <bsd.port.pre.mk> -.if defined(NOPORTDOCS) +.if empty(PORT_OPTIONS:MDOCS) CONFIGURE_ARGS+= --docdir=${WRKDIR}/doc .endif Index: distinfo =================================================================== --- distinfo (revision 313853) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (numdiff-5.2.1.tar.gz) = 9cf598a873f01246f8fa8c58963863ca945c500dff2a49e72108bb3016f16e86 -SIZE (numdiff-5.2.1.tar.gz) = 685761 +SHA256 (numdiff-5.6.1.tar.gz) = dd0dccdeac3f4f5e842f52af8a80e93e3d6e450610e7f0a82352aa9d6ef74b18 +SIZE (numdiff-5.6.1.tar.gz) = 858925 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303110341.r2B3fOMJ044606>