diff options
author | jhale <jhale@FreeBSD.org> | 2016-12-09 07:40:05 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2016-12-09 07:40:05 +0800 |
commit | 8745d922649986007728784a70592fa71f4fc161 (patch) | |
tree | edfe9b4d761c9c1db86b4466f02238ee25cb975d | |
parent | b2aa15430fafab351647ecce46b0e71f20e64861 (diff) | |
download | freebsd-ports-gnome-8745d922649986007728784a70592fa71f4fc161.tar.gz freebsd-ports-gnome-8745d922649986007728784a70592fa71f4fc161.tar.zst freebsd-ports-gnome-8745d922649986007728784a70592fa71f4fc161.zip |
Update to 1.120
While here:
Remake patches with 'make makepatch"
PR: 214324
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
Approved by: <tbku@tundraware.com> (maintainer)
-rw-r--r-- | sysutils/tbku/Makefile | 2 | ||||
-rw-r--r-- | sysutils/tbku/distinfo | 5 | ||||
-rw-r--r-- | sysutils/tbku/files/patch-Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/tbku/Makefile b/sysutils/tbku/Makefile index 4883b10ae786..a1b415fa3c3d 100644 --- a/sysutils/tbku/Makefile +++ b/sysutils/tbku/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tbku -PORTVERSION= 1.117 +PORTVERSION= 1.120 CATEGORIES= sysutils MASTER_SITES= http://www.tundraware.com/Software/tbku/ diff --git a/sysutils/tbku/distinfo b/sysutils/tbku/distinfo index 437cc480780c..2d5a934fd162 100644 --- a/sysutils/tbku/distinfo +++ b/sysutils/tbku/distinfo @@ -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 diff --git a/sysutils/tbku/files/patch-Makefile b/sysutils/tbku/files/patch-Makefile index 54f6eefc5c55..5587837e1986 100644 --- a/sysutils/tbku/files/patch-Makefile +++ b/sysutils/tbku/files/patch-Makefile @@ -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 $ |