diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-02-14 11:39:35 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-02-14 11:39:35 +0800 |
commit | da141e76db404a2160b8a4cf6227893d3e1f5cbd (patch) | |
tree | 190f742c6adacab797851f3a6d251ff95af717bc | |
parent | 401c354021e634d61318eae0800b9eef0908b6bc (diff) | |
download | freebsd-ports-gnome-da141e76db404a2160b8a4cf6227893d3e1f5cbd.tar.gz freebsd-ports-gnome-da141e76db404a2160b8a4cf6227893d3e1f5cbd.tar.zst freebsd-ports-gnome-da141e76db404a2160b8a4cf6227893d3e1f5cbd.zip |
- Fix error with the weekly rotation of backups (the port now uses different distfile with the same name; diff shows change in a single line related to date handling)
PR: 142794
Submitted by: Henrik Andersén <ports@henrikandersen.se> (maintainer)
-rw-r--r-- | sysutils/bontmia/Makefile | 3 | ||||
-rw-r--r-- | sysutils/bontmia/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/bontmia/Makefile b/sysutils/bontmia/Makefile index b0d8a8aa0a5b..86dd0bd81c8a 100644 --- a/sysutils/bontmia/Makefile +++ b/sysutils/bontmia/Makefile @@ -7,8 +7,9 @@ PORTNAME= bontmia PORTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://kosmos.ttyv0.se/attachments/download/31/ +MASTER_SITES= http://kosmos.ttyv0.se/attachments/download/37/ MAINTAINER= ports@henrikandersen.se COMMENT= A small tool for incremental backups over network diff --git a/sysutils/bontmia/distinfo b/sysutils/bontmia/distinfo index 85cfa183b3e6..11f2413951df 100644 --- a/sysutils/bontmia/distinfo +++ b/sysutils/bontmia/distinfo @@ -1,3 +1,3 @@ -MD5 (bontmia-0.14.tar.gz) = 15608ead98d81edf4ea2ebfe78af7545 -SHA256 (bontmia-0.14.tar.gz) = ac01cbf7fed8e13df9b713062f5178ec3fcf15f18cdb9e59e8504b568223398d -SIZE (bontmia-0.14.tar.gz) = 13925 +MD5 (bontmia-0.14.tar.gz) = 63a9957f8976d8f1e433ac21d40df295 +SHA256 (bontmia-0.14.tar.gz) = d83e2de1cb03f46de65653471c597bd92428f921e8dbd24fb2fd5c6c16620cb1 +SIZE (bontmia-0.14.tar.gz) = 13666 |