From owner-svn-ports-head@freebsd.org Thu Dec 8 23:40:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04F8FC6EA57; Thu, 8 Dec 2016 23:40:07 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEC8A193F; Thu, 8 Dec 2016 23:40:06 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB8Ne5nx037482; Thu, 8 Dec 2016 23:40:05 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB8Ne5xN037478; Thu, 8 Dec 2016 23:40:05 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201612082340.uB8Ne5xN037478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 8 Dec 2016 23:40:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428161 - in head/sysutils/tbku: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2016 23:40:07 -0000 Author: jhale Date: Thu Dec 8 23:40:05 2016 New Revision: 428161 URL: https://svnweb.freebsd.org/changeset/ports/428161 Log: Update to 1.120 While here: Remake patches with 'make makepatch" PR: 214324 Submitted by: Jochen Neumeister Approved by: (maintainer) Modified: head/sysutils/tbku/Makefile head/sysutils/tbku/distinfo head/sysutils/tbku/files/patch-Makefile Modified: head/sysutils/tbku/Makefile ============================================================================== --- head/sysutils/tbku/Makefile Thu Dec 8 22:44:41 2016 (r428160) +++ head/sysutils/tbku/Makefile Thu Dec 8 23:40:05 2016 (r428161) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tbku -PORTVERSION= 1.117 +PORTVERSION= 1.120 CATEGORIES= sysutils MASTER_SITES= http://www.tundraware.com/Software/tbku/ Modified: head/sysutils/tbku/distinfo ============================================================================== --- head/sysutils/tbku/distinfo Thu Dec 8 22:44:41 2016 (r428160) +++ head/sysutils/tbku/distinfo Thu Dec 8 23:40:05 2016 (r428161) @@ -1,2 +1,3 @@ -SHA256 (tbku-1.117.tar.gz) = ea3f2bd1611e4a80bf4422c89f9a6a1e7e41c6c8fe4c0e4f3d2e04231eb00f67 -SIZE (tbku-1.117.tar.gz) = 634957 +TIMESTAMP = 1481237763 +SHA256 (tbku-1.120.tar.gz) = 11e48c82aeab6a218974424d6cbc58e5af9a8f2f2ac706c934ede894467a841b +SIZE (tbku-1.120.tar.gz) = 633588 Modified: head/sysutils/tbku/files/patch-Makefile ============================================================================== --- head/sysutils/tbku/files/patch-Makefile Thu Dec 8 22:44:41 2016 (r428160) +++ head/sysutils/tbku/files/patch-Makefile Thu Dec 8 23:40:05 2016 (r428161) @@ -1,5 +1,5 @@ ---- Makefile.orig 2014-06-29 23:22:47.157452107 +0800 -+++ Makefile 2014-06-29 23:23:00.688449516 +0800 +--- Makefile.orig 2013-04-02 16:10:16 UTC ++++ Makefile @@ -2,7 +2,7 @@ # $Id: Makefile,v 1.102 2008/03/19 23:05:08 tundra Exp $