svn commit: r494841 - head/x11/xlogo
Niclas Zeising
zeising at FreeBSD.org
Wed Mar 6 21:15:23 UTC 2019
Author: zeising
Date: Wed Mar 6 21:15:22 2019
New Revision: 494841
URL: https://svnweb.freebsd.org/changeset/ports/494841
Log:
x11/xlogo: Update to 1.0.5
Update x11/xlogo to 1.0.5
Fix dependencies
Add license file
This release fixes a bug in which you had to hit "q" then "Escape" to
exit, and collects several years worth of janitorial maintenance.
Changelog:
https://lists.x.org/archives/xorg/2019-March/059637.html
PR: 236305
Submitted by: Samy Mahmoudi
Modified:
head/x11/xlogo/Makefile
head/x11/xlogo/distinfo
Modified: head/x11/xlogo/Makefile
==============================================================================
--- head/x11/xlogo/Makefile Wed Mar 6 21:09:57 2019 (r494840)
+++ head/x11/xlogo/Makefile Wed Mar 6 21:15:22 2019 (r494841)
@@ -1,16 +1,16 @@
# $FreeBSD$
PORTNAME= xlogo
-PORTVERSION= 1.0.4
-PORTREVISION= 1
+PORTVERSION= 1.0.5
CATEGORIES= x11
MAINTAINER= x11 at FreeBSD.org
COMMENT= Displays the X Window System logo
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
XORG_CAT= app
-USE_XORG= xrender xft xext xt xaw xp xprintutil
+USE_XORG= sm x11 xaw xext xft xmu xrender xt
.include <bsd.port.mk>
Modified: head/x11/xlogo/distinfo
==============================================================================
--- head/x11/xlogo/distinfo Wed Mar 6 21:09:57 2019 (r494840)
+++ head/x11/xlogo/distinfo Wed Mar 6 21:15:22 2019 (r494841)
@@ -1,2 +1,3 @@
-SHA256 (xorg/app/xlogo-1.0.4.tar.bz2) = 17af6f4fb73e7310e087fbfe5d773bab2b0d6f37a894ae5ee32de4693af6ba92
-SIZE (xorg/app/xlogo-1.0.4.tar.bz2) = 125967
+TIMESTAMP = 1551834087
+SHA256 (xorg/app/xlogo-1.0.5.tar.bz2) = 633d7a3aa5df61e4e643b740e5799664741ab1a0ba40593e54fcd15dc30f378e
+SIZE (xorg/app/xlogo-1.0.5.tar.bz2) = 135608
More information about the svn-ports-all
mailing list