aboutsummaryrefslogtreecommitdiff
path: root/sysutils/clone
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-04-21 14:40:04 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-04-21 14:40:04 +0000
commiteb53bfc8eae63f0fe53770031933f49258f27d87 (patch)
tree397af972740ce9f39952db11a87d46f740e922ae /sysutils/clone
parent2753f5cbedab6b871b52c3af346081b80f27e61e (diff)
downloadports-eb53bfc8eae63f0fe53770031933f49258f27d87.tar.gz
ports-eb53bfc8eae63f0fe53770031933f49258f27d87.zip
sysutils/clone: Update to 1.0.8
ChangeLog: https://github.com/cyclaero/clone/releases/tag/v1.0.8 * fixed a bug which spoiled the permissions when cloning from read only file systems * added facility for oversize protection for variable length arrays and alloca() * more adequate choice of compiler options * corrected man file PR: 245777 Submitted by: cyclaero@gmail.com (maintainer) MFH: 2020Q2 (blanket: bugfix release)
Notes
Notes: svn path=/head/; revision=532271
Diffstat (limited to 'sysutils/clone')
-rw-r--r--sysutils/clone/Makefile27
-rw-r--r--sysutils/clone/distinfo6
2 files changed, 15 insertions, 18 deletions
diff --git a/sysutils/clone/Makefile b/sysutils/clone/Makefile
index 504ef4fc6346..f6905e1631d5 100644
--- a/sysutils/clone/Makefile
+++ b/sysutils/clone/Makefile
@@ -1,24 +1,21 @@
# $FreeBSD$
-PORTNAME= clone
-PORTVERSION= 1.0.7
-PORTREVISION= 5
-CATEGORIES= sysutils
-MASTER_SITES= http://cyclaero.com/public/clone/
+PORTNAME= clone
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.0.8
+CATEGORIES= sysutils
-MAINTAINER= cyclaero@gmail.com
-COMMENT= File tree cloning tool
+MAINTAINER= cyclaero@gmail.com
+COMMENT= File tree cloning tool
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
+LICENSE= BSD2CLAUSE
-LICENSE= BSD2CLAUSE
+USE_GITHUB= yes
+GH_ACCOUNT= cyclaero
+GH_PROJECT= clone
-USES= compiler:c11
-
-PLIST_FILES= bin/clone \
- man/man1/clone.1.gz
+PLIST_FILES= bin/clone \
+ man/man1/clone.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/clone
diff --git a/sysutils/clone/distinfo b/sysutils/clone/distinfo
index 1704d8af682c..c4b78b780933 100644
--- a/sysutils/clone/distinfo
+++ b/sysutils/clone/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487644110
-SHA256 (clone-1.0.7.tar.gz) = 5210c1b15d7c2012be7358a4a4b6fc68ff0259ed1100eda69dab7a08c63c4f83
-SIZE (clone-1.0.7.tar.gz) = 31067
+TIMESTAMP = 1587423961
+SHA256 (cyclaero-clone-v1.0.8_GH0.tar.gz) = c539388e6f19a009342ff439ed1c637f724036373fc1a8e291a3149f0e0a998c
+SIZE (cyclaero-clone-v1.0.8_GH0.tar.gz) = 31913