Date: Tue, 21 Apr 2020 14:57:11 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r532272 - branches/2020Q2/sysutils/clone Message-ID: <202004211457.03LEvBLg012984@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Tue Apr 21 14:57:10 2020 New Revision: 532272 URL: https://svnweb.freebsd.org/changeset/ports/532272 Log: MFH: r532271 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) Approved by: ports-secteam (blanket: bugfix release) Modified: branches/2020Q2/sysutils/clone/Makefile branches/2020Q2/sysutils/clone/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/sysutils/clone/Makefile ============================================================================== --- branches/2020Q2/sysutils/clone/Makefile Tue Apr 21 14:40:04 2020 (r532271) +++ branches/2020Q2/sysutils/clone/Makefile Tue Apr 21 14:57:10 2020 (r532272) @@ -1,22 +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 +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 Modified: branches/2020Q2/sysutils/clone/distinfo ============================================================================== --- branches/2020Q2/sysutils/clone/distinfo Tue Apr 21 14:40:04 2020 (r532271) +++ branches/2020Q2/sysutils/clone/distinfo Tue Apr 21 14:57:10 2020 (r532272) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004211457.03LEvBLg012984>