svn commit: r493280 - head/x11/xcalc

Niclas Zeising zeising at FreeBSD.org
Mon Feb 18 17:57:17 UTC 2019


Author: zeising
Date: Mon Feb 18 17:57:16 2019
New Revision: 493280
URL: https://svnweb.freebsd.org/changeset/ports/493280

Log:
  x11/xcalc: Update to 1.0.7
  
  Update x11/xcalc to 1.0.7, this is a minor release.
  
  Changelog:
  https://lists.x.org/archives/xorg-announce/2019-February/002946.html
  
  PR:		235837
  Submitted by:	Samy Mahmoudi
  Sponsored by:	B3 Init (zeising)

Modified:
  head/x11/xcalc/Makefile
  head/x11/xcalc/distinfo

Modified: head/x11/xcalc/Makefile
==============================================================================
--- head/x11/xcalc/Makefile	Mon Feb 18 17:12:36 2019	(r493279)
+++ head/x11/xcalc/Makefile	Mon Feb 18 17:57:16 2019	(r493280)
@@ -1,19 +1,21 @@
 # $FreeBSD$
 
 PORTNAME=	xcalc
-PORTVERSION=	1.0.6
-PORTREVISION=	2
+PORTVERSION=	1.0.7
 CATEGORIES=	x11
 
 MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	Scientific calculator for X
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 RUN_DEPENDS=	font-misc-misc>=1.1.2:x11-fonts/font-misc-misc \
 		font-adobe-100dpi>=1.0.3:x11-fonts/font-adobe-100dpi \
 		font-alias>=1.0.3:x11-fonts/font-alias \
 		xbitmaps>=1.1.0:x11/xbitmaps
 
 XORG_CAT=	app
-USE_XORG=	xt xaw
+USE_XORG=	x11 xaw xt
 
 .include <bsd.port.mk>

Modified: head/x11/xcalc/distinfo
==============================================================================
--- head/x11/xcalc/distinfo	Mon Feb 18 17:12:36 2019	(r493279)
+++ head/x11/xcalc/distinfo	Mon Feb 18 17:57:16 2019	(r493280)
@@ -1,2 +1,3 @@
-SHA256 (xorg/app/xcalc-1.0.6.tar.bz2) = 2f73c7160c09dc32586ea07daa408ac897c0a16eaa98cad9f9e4ee98cd9057d8
-SIZE (xorg/app/xcalc-1.0.6.tar.bz2) = 142808
+TIMESTAMP = 1550488987
+SHA256 (xorg/app/xcalc-1.0.7.tar.bz2) = 70d271d1655f90ed0d4011f58022c441e1832f01eb3450c691799b131b557f21
+SIZE (xorg/app/xcalc-1.0.7.tar.bz2) = 145644


More information about the svn-ports-all mailing list