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/Makefile | |
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/Makefile')
-rw-r--r-- | sysutils/cpdup/Makefile | 8 |
1 files changed, 4 insertions, 4 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} |