diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-06-10 16:01:40 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-06-10 16:01:40 +0000 |
commit | 7bf35684efb43d0e425342dd0cd0414447a7601b (patch) | |
tree | 70b517ca8998cf26e8eaa64fdaca27f4e3200d4e /x11 | |
parent | 45dd5294ac4f2394e7caa8c1ec799824ff021ff9 (diff) | |
download | freebsd-ports-7bf35684efb43d0e425342dd0cd0414447a7601b.zip |
x11/xcalc: Update to 1.1.0
Update x11/xcalc to 1.1.0.
This release adds the posibility to convert between different bases, such as
octal, hexadecimal. It also adds bitwise operators and modulo.
Changelog:
https://lists.x.org/archives/xorg-announce/2019-June/002996.html
Sponsored by: B3 Init
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcalc/Makefile | 2 | ||||
-rw-r--r-- | x11/xcalc/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/xcalc/Makefile b/x11/xcalc/Makefile index f833848d30f2..5e28515dcc28 100644 --- a/x11/xcalc/Makefile +++ b/x11/xcalc/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xcalc -PORTVERSION= 1.0.7 +PORTVERSION= 1.1.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org diff --git a/x11/xcalc/distinfo b/x11/xcalc/distinfo index c48002133059..ed2a7423d5cf 100644 --- a/x11/xcalc/distinfo +++ b/x11/xcalc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1550488987 -SHA256 (xorg/app/xcalc-1.0.7.tar.bz2) = 70d271d1655f90ed0d4011f58022c441e1832f01eb3450c691799b131b557f21 -SIZE (xorg/app/xcalc-1.0.7.tar.bz2) = 145644 +TIMESTAMP = 1560182154 +SHA256 (xorg/app/xcalc-1.1.0.tar.bz2) = d5d746954465afc3da1f355d721882806568fb04b4d059c027702c0d16a3b5eb +SIZE (xorg/app/xcalc-1.1.0.tar.bz2) = 148193 |