diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2019-02-21 23:03:39 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2019-02-21 23:03:39 +0800 |
commit | 594b3c0bf339111b166652d0c3d49c28956ec551 (patch) | |
tree | de9da1e3f308b9eeebc1d33ebf19dac344655dde /sysutils/cpdup | |
parent | b541ae4a3ce7b615a024f7c7009c086172dc920c (diff) | |
download | freebsd-ports-gnome-594b3c0bf339111b166652d0c3d49c28956ec551.tar.gz freebsd-ports-gnome-594b3c0bf339111b166652d0c3d49c28956ec551.tar.zst freebsd-ports-gnome-594b3c0bf339111b166652d0c3d49c28956ec551.zip |
- Update cpdup to 1.20
- Distfile extrapolated from upstream DeagonFlyBSD repository
Approved By: gmarco@gufi.org (maintainer)
Diffstat (limited to 'sysutils/cpdup')
-rw-r--r-- | sysutils/cpdup/Makefile | 8 | ||||
-rw-r--r-- | sysutils/cpdup/distinfo | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/cpdup/Makefile b/sysutils/cpdup/Makefile index 01d2c25a47d2..c63564f47f21 100644 --- a/sysutils/cpdup/Makefile +++ b/sysutils/cpdup/Makefile @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= cpdup -PORTVERSION= 1.18 +PORTVERSION= 1.20 CATEGORIES= sysutils -MASTER_SITES= http://apollo.backplane.com/FreeSrc/ \ - http://utenti.gufi.org/~gmarco/files/distfiles/ +MASTER_SITES= http://utenti.gufi.org/~gmarco/files/distfiles/ \ + https://www.madpilot.net/~mad/ MAINTAINER= gmarco@gufi.org COMMENT= Comprehensive filesystem mirroring and backup program LICENSE= BSD2CLAUSE # clarified by Matthew Dillon himself -USES= tar:tgz +USES= tar:xz WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/sysutils/cpdup/distinfo b/sysutils/cpdup/distinfo index 2705aa5dacfc..ca72d25577a2 100644 --- a/sysutils/cpdup/distinfo +++ b/sysutils/cpdup/distinfo @@ -1,2 +1,3 @@ -SHA256 (cpdup-1.18.tgz) = 3893de9a8ebe5543b9b11c4b575075e59509ddb0f26e6229b2554ee625d25687 -SIZE (cpdup-1.18.tgz) = 42841 +TIMESTAMP = 1550687246 +SHA256 (cpdup-1.20.tar.xz) = 6c79c0785d29fe611156f1f572db866fa41b52518a181f22e1ed45eae6887169 +SIZE (cpdup-1.20.tar.xz) = 37568 |