Date: Sun, 22 Nov 2015 08:03:52 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402219 - head/math/wcalc Message-ID: <201511220803.tAM83qmE008936@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sun Nov 22 08:03:51 2015 New Revision: 402219 URL: https://svnweb.freebsd.org/changeset/ports/402219 Log: - Update to version 2.5 - Define LICENSE (GPLv2), switch to USES=localbase - Drop redundant DISTNAME and CONFIGURE_ARGS assignments - Remove old-school attribution from pkg-descr PR: 203959 (modified) Approved by: maintainer timeout (33 days) Modified: head/math/wcalc/Makefile head/math/wcalc/distinfo head/math/wcalc/pkg-descr Modified: head/math/wcalc/Makefile ============================================================================== --- head/math/wcalc/Makefile Sun Nov 22 08:02:41 2015 (r402218) +++ head/math/wcalc/Makefile Sun Nov 22 08:03:51 2015 (r402219) @@ -2,25 +2,21 @@ # $FreeBSD$ PORTNAME= wcalc -PORTVERSION= 2.4 -PORTREVISION= 4 +PORTVERSION= 2.5 CATEGORIES= math MASTER_SITES= SF/w-calc/Wcalc/${PORTVERSION} -DISTNAME= wcalc-${PORTVERSION} MAINTAINER= amarendra.godbole@gmail.com COMMENT= Natural-expression command-line calculator +LICENSE= GPLv2 + LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ libmpfr.so:${PORTSDIR}/math/mpfr -USES= readline - -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USES= localbase readline -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +GNU_CONFIGURE= yes PLIST_FILES= bin/wcalc \ man/man1/wcalc.1.gz Modified: head/math/wcalc/distinfo ============================================================================== --- head/math/wcalc/distinfo Sun Nov 22 08:02:41 2015 (r402218) +++ head/math/wcalc/distinfo Sun Nov 22 08:03:51 2015 (r402219) @@ -1,2 +1,2 @@ -SHA256 (wcalc-2.4.tar.gz) = ffa275ef9d3564e8bc8f1dbf63fe5c4a5d0cb77d427f55dcc993f4a279a98125 -SIZE (wcalc-2.4.tar.gz) = 408961 +SHA256 (wcalc-2.5.tar.gz) = 2c188cd5a58e90ec1d85e4c8cc891c2c2596d946fcc4a4096c878ad91dac77c7 +SIZE (wcalc-2.5.tar.gz) = 493747 Modified: head/math/wcalc/pkg-descr ============================================================================== --- head/math/wcalc/pkg-descr Sun Nov 22 08:02:41 2015 (r402218) +++ head/math/wcalc/pkg-descr Sun Nov 22 08:03:51 2015 (r402219) @@ -4,6 +4,3 @@ variables, "active" variables, command h conversions, and more. WWW: http://w-calc.sourceforge.net/ - --Amarendra Godbole -amarendra.godbole@gmail.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511220803.tAM83qmE008936>