Date: Mon, 10 Jun 2019 16:01:40 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503903 - head/x11/xcalc Message-ID: <201906101601.x5AG1eRT004651@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Mon Jun 10 16:01:40 2019 New Revision: 503903 URL: https://svnweb.freebsd.org/changeset/ports/503903 Log: 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 Modified: head/x11/xcalc/Makefile head/x11/xcalc/distinfo Modified: head/x11/xcalc/Makefile ============================================================================== --- head/x11/xcalc/Makefile Mon Jun 10 15:55:00 2019 (r503902) +++ head/x11/xcalc/Makefile Mon Jun 10 16:01:40 2019 (r503903) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xcalc -PORTVERSION= 1.0.7 +PORTVERSION= 1.1.0 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Modified: head/x11/xcalc/distinfo ============================================================================== --- head/x11/xcalc/distinfo Mon Jun 10 15:55:00 2019 (r503902) +++ head/x11/xcalc/distinfo Mon Jun 10 16:01:40 2019 (r503903) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906101601.x5AG1eRT004651>