Bug 234725 - Upgrade x11/xcursorgen to 1.0.7
Summary: Upgrade x11/xcursorgen to 1.0.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-08 00:18 UTC by pete
Modified: 2019-01-08 20:36 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (x11)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pete 2019-01-08 00:18:44 UTC
Upstream release of xcursorgen brings it up to v1.0.7:

https://lists.x.org/archives/xorg/2019-January/059567.html

This builds on CURRENT seems to work as expected, I am currently testing on 12-STABLE as well.

here is the diff:

diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile
index fa1893585b0f..eb2d7eb26439 100644
--- a/x11/xcursorgen/Makefile
+++ b/x11/xcursorgen/Makefile
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=      xcursorgen
-PORTVERSION=   1.0.6
-PORTREVISION=  3
+PORTVERSION=   1.0.7
 CATEGORIES=    x11
 
 MAINTAINER=    x11@FreeBSD.org
diff --git a/x11/xcursorgen/distinfo b/x11/xcursorgen/distinfo
index 69d90a65fd46..6920608e9e3b 100644
--- a/x11/xcursorgen/distinfo
+++ b/x11/xcursorgen/distinfo
@@ -1,2 +1,3 @@
-SHA256 (xorg/app/xcursorgen-1.0.6.tar.bz2) = 31c8910f54eb175a8a74a60e7662697467e21a8bf948220a6048a93924b3f66c
-SIZE (xorg/app/xcursorgen-1.0.6.tar.bz2) = 124545
+TIMESTAMP = 1546906449
+SHA256 (xorg/app/xcursorgen-1.0.7.tar.bz2) = 35b6f844b24f1776e9006c880a745728800764dbe3b327a128772b4610d8eb3d
+SIZE (xorg/app/xcursorgen-1.0.7.tar.bz2) = 128102
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-08 20:35:37 UTC
A commit references this bug:

Author: zeising
Date: Tue Jan  8 20:34:50 UTC 2019
New revision: 489739
URL: https://svnweb.freebsd.org/changeset/ports/489739

Log:
  x11/xcursorgen: Update to 1.0.7

  Changelog:
  https://lists.x.org/archives/xorg/2019-January/059567.html

  PR:		234725
  Submitted by:	pete@nomadlogic.org

Changes:
  head/x11/xcursorgen/Makefile
  head/x11/xcursorgen/distinfo
Comment 2 Niclas Zeising freebsd_committer freebsd_triage 2019-01-08 20:36:42 UTC
Committed, thanks!