1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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)
This commit is contained in:
Fernando Apesteguía 2020-04-21 14:40:04 +00:00
parent 2753f5cbed
commit eb53bfc8ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532271
2 changed files with 15 additions and 18 deletions

View File

@ -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

View File

@ -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