- update to 1.0.0
Changelog per maintainer: - soft-define the desired compiler - minor lingual clarification in the Description of the man file (transferring -> copying) - corrected spelling in man file - fixed a crashing bug in synchronization mode - don't require modification dates of directories being the same for synchronization or incremental update - when incrementing to or synchronizing directories, do not require them to be of same st_size - do not report meaningless numbers if nothing has been copied Submitted by: maintainer, cyclaero@gmail.com (via private mail)
This commit is contained in:
parent
1a0d56d35e
commit
37152bacda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311993
2 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= clone
|
||||
PORTVERSION= r18
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
|
@ -14,8 +14,4 @@ PLIST_FILES= bin/clone
|
|||
|
||||
MAN1= clone.1
|
||||
|
||||
post-patch-script:
|
||||
@${REINPLACE_CMD} 's|^CC = gcc|CC ?= gcc|' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (clone-r18.tar.gz) = 0f859fc43332b94c6a8595d2af8a24f7842e3cb2ca5f9f085b393296a4e8a16d
|
||||
SIZE (clone-r18.tar.gz) = 20977
|
||||
SHA256 (clone-1.0.0.tar.gz) = 79ed0c46f92813807b822e676619b2f2f0a29862847a6ccb3923a100155f3385
|
||||
SIZE (clone-1.0.0.tar.gz) = 21119
|
||||
|
|
Loading…
Reference in a new issue