svn commit: r311993 - head/sysutils/clone

Jason Helfman jgh at FreeBSD.org
Sat Feb 9 22:31:12 UTC 2013


Author: jgh
Date: Sat Feb  9 22:31:11 2013
New Revision: 311993
URL: http://svnweb.freebsd.org/changeset/ports/311993

Log:
  - 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 at gmail.com (via private mail)

Modified:
  head/sysutils/clone/Makefile
  head/sysutils/clone/distinfo

Modified: head/sysutils/clone/Makefile
==============================================================================
--- head/sysutils/clone/Makefile	Sat Feb  9 19:49:54 2013	(r311992)
+++ head/sysutils/clone/Makefile	Sat Feb  9 22:31:11 2013	(r311993)
@@ -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>

Modified: head/sysutils/clone/distinfo
==============================================================================
--- head/sysutils/clone/distinfo	Sat Feb  9 19:49:54 2013	(r311992)
+++ head/sysutils/clone/distinfo	Sat Feb  9 22:31:11 2013	(r311993)
@@ -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


More information about the svn-ports-all mailing list