diff options
author | danfe <danfe@FreeBSD.org> | 2015-11-22 16:03:51 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-11-22 16:03:51 +0800 |
commit | 8f2707b3c9803e5507fa3a787c5e835fef2b177b (patch) | |
tree | 1f3470501cac82cf41315a9720b41e15e342656a /math | |
parent | 3b557379a218eb88eb4a78724129f50502916a30 (diff) | |
download | freebsd-ports-gnome-8f2707b3c9803e5507fa3a787c5e835fef2b177b.tar.gz freebsd-ports-gnome-8f2707b3c9803e5507fa3a787c5e835fef2b177b.tar.zst freebsd-ports-gnome-8f2707b3c9803e5507fa3a787c5e835fef2b177b.zip |
- 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)
Diffstat (limited to 'math')
-rw-r--r-- | math/wcalc/Makefile | 14 | ||||
-rw-r--r-- | math/wcalc/distinfo | 4 | ||||
-rw-r--r-- | math/wcalc/pkg-descr | 3 |
3 files changed, 7 insertions, 14 deletions
diff --git a/math/wcalc/Makefile b/math/wcalc/Makefile index 84e33932dda1..ea570f29de1e 100644 --- a/math/wcalc/Makefile +++ b/math/wcalc/Makefile @@ -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 diff --git a/math/wcalc/distinfo b/math/wcalc/distinfo index f92e7ddcd7a3..9d7491ba8125 100644 --- a/math/wcalc/distinfo +++ b/math/wcalc/distinfo @@ -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 diff --git a/math/wcalc/pkg-descr b/math/wcalc/pkg-descr index 31afb002e0d1..249b1978074a 100644 --- a/math/wcalc/pkg-descr +++ b/math/wcalc/pkg-descr @@ -4,6 +4,3 @@ variables, "active" variables, command history, and hex/octal/binary i/o, conversions, and more. WWW: http://w-calc.sourceforge.net/ - --Amarendra Godbole -amarendra.godbole@gmail.com |