Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2019 14:53:57 +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: r494057 - head/x11-clocks/xclock
Message-ID:  <201902271453.x1RErv2C029154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Wed Feb 27 14:53:57 2019
New Revision: 494057
URL: https://svnweb.freebsd.org/changeset/ports/494057

Log:
  x11-clocks/xclock: Update to 1.0.8
  
  Update xclock to 1.0.8
  Add LICENSE
  Add missing dependency and sort USE_XORG.
  Move USES before USE_XORG to pet portlint.
  
  PR:		235886
  Submitted by:	Samy Mahmoudi
  Sponsored by:	B3 Init (zeising)

Modified:
  head/x11-clocks/xclock/Makefile
  head/x11-clocks/xclock/distinfo

Modified: head/x11-clocks/xclock/Makefile
==============================================================================
--- head/x11-clocks/xclock/Makefile	Wed Feb 27 14:34:57 2019	(r494056)
+++ head/x11-clocks/xclock/Makefile	Wed Feb 27 14:53:57 2019	(r494057)
@@ -1,15 +1,17 @@
 # $FreeBSD$
 
 PORTNAME=	xclock
-PORTVERSION=	1.0.7
-PORTREVISION=	2
+PORTVERSION=	1.0.8
 CATEGORIES=	x11-clocks
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Analog and digital clock for X
 
-XORG_CAT=	app
-USE_XORG=	xrender xft xkbfile xt xaw
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		iconv
+XORG_CAT=	app
+USE_XORG=	x11 xaw xft xkbfile xmu xrender xt
 
 .include <bsd.port.mk>

Modified: head/x11-clocks/xclock/distinfo
==============================================================================
--- head/x11-clocks/xclock/distinfo	Wed Feb 27 14:34:57 2019	(r494056)
+++ head/x11-clocks/xclock/distinfo	Wed Feb 27 14:53:57 2019	(r494057)
@@ -1,2 +1,3 @@
-SHA256 (xorg/app/xclock-1.0.7.tar.bz2) = 23ceeca94e3e20a6c26a703ac7f789066d4517f8d2cb717ae7cb28a617d97dd0
-SIZE (xorg/app/xclock-1.0.7.tar.bz2) = 164035
+TIMESTAMP = 1550672929
+SHA256 (xorg/app/xclock-1.0.8.tar.bz2) = 930820483a36f1f1ce1bf52b648865629a16082641e12c5cf2b5045815fc2255
+SIZE (xorg/app/xclock-1.0.8.tar.bz2) = 172030



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902271453.x1RErv2C029154>