Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 12:25:47 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549720 - in head/deskutils/ultralist: . files
Message-ID:  <202009231225.08NCPlAe078566@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Wed Sep 23 12:25:47 2020
New Revision: 549720
URL: https://svnweb.freebsd.org/changeset/ports/549720

Log:
  deskutils/ultralist: Update to 1.5
  
  From ChangeLog: https://github.com/ultralist/ultralist/releases/1.5
  
   * Complete rewrite of how input is parsed and how listing works.
   * Updating sync command to be more intuitive + idempotent
  
  PR:	249487
  Submitted by:	vulcan@wired.sh

Added:
  head/deskutils/ultralist/files/patch-ultralist_app.go   (contents, props changed)
Modified:
  head/deskutils/ultralist/Makefile
  head/deskutils/ultralist/distinfo

Modified: head/deskutils/ultralist/Makefile
==============================================================================
--- head/deskutils/ultralist/Makefile	Wed Sep 23 12:24:21 2020	(r549719)
+++ head/deskutils/ultralist/Makefile	Wed Sep 23 12:25:47 2020	(r549720)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ultralist
-DISTVERSION=	1.2
+DISTVERSION=	1.5
 CATEGORIES=	deskutils
 
 MAINTAINER=	vulcan@wired.sh

Modified: head/deskutils/ultralist/distinfo
==============================================================================
--- head/deskutils/ultralist/distinfo	Wed Sep 23 12:24:21 2020	(r549719)
+++ head/deskutils/ultralist/distinfo	Wed Sep 23 12:25:47 2020	(r549720)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597141662
-SHA256 (ultralist-ultralist-1.2_GH0.tar.gz) = 6681e614f9accb9e49ff3bf5a868596e1a84a4f73ca3f33de5ce6a56e3165805
-SIZE (ultralist-ultralist-1.2_GH0.tar.gz) = 2137794
+TIMESTAMP = 1600625536
+SHA256 (ultralist-ultralist-1.5_GH0.tar.gz) = 36046c764f0745c35baee6ff9e2f56e6daaade6b55eae88aad7be43a2f60f311
+SIZE (ultralist-ultralist-1.5_GH0.tar.gz) = 2137147

Added: head/deskutils/ultralist/files/patch-ultralist_app.go
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/ultralist/files/patch-ultralist_app.go	Wed Sep 23 12:25:47 2020	(r549720)
@@ -0,0 +1,11 @@
+--- ultralist/app.go.orig	2020-09-20 18:17:13 UTC
++++ ultralist/app.go
+@@ -14,7 +14,7 @@ import (
+ 
+ // Current version of ultralist.
+ const (
+-	VERSION string = "1.2"
++	VERSION string = "1.5"
+ )
+ 
+ // App is the giving you the structure of the ultralist app.



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