svn commit: r386104 - in head/sysutils/clone: . files
Guido Falsi
madpilot at FreeBSD.org
Mon May 11 21:32:12 UTC 2015
Author: madpilot
Date: Mon May 11 21:32:11 2015
New Revision: 386104
URL: https://svnweb.freebsd.org/changeset/ports/386104
Log:
- Update to 1.0.6
- Regenerate patch to make portlint happy
PR: 199852
Submitted by: cyclaero at gmail.com (maintainer)
Modified:
head/sysutils/clone/Makefile
head/sysutils/clone/distinfo
head/sysutils/clone/files/patch-Makefile (contents, props changed)
Modified: head/sysutils/clone/Makefile
==============================================================================
--- head/sysutils/clone/Makefile Mon May 11 20:56:01 2015 (r386103)
+++ head/sysutils/clone/Makefile Mon May 11 21:32:11 2015 (r386104)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= clone
-PORTVERSION= 1.0.5
+PORTVERSION= 1.0.6
CATEGORIES= sysutils
MASTER_SITES= https://googledrive.com/host/0BzyUSAiURzitVGlOeXFsTW9XOVk/
@@ -10,6 +10,8 @@ COMMENT= File tree cloning tool
LICENSE= BSD2CLAUSE
+USES= compiler:c11
+
PLIST_FILES= bin/clone \
man/man1/clone.1.gz
Modified: head/sysutils/clone/distinfo
==============================================================================
--- head/sysutils/clone/distinfo Mon May 11 20:56:01 2015 (r386103)
+++ head/sysutils/clone/distinfo Mon May 11 21:32:11 2015 (r386104)
@@ -1,2 +1,2 @@
-SHA256 (clone-1.0.5.tar.gz) = 8504bfe11c3329f6908198641ca5a15dce1965cb71309fe0c52bf85a9990fce2
-SIZE (clone-1.0.5.tar.gz) = 28328
+SHA256 (clone-1.0.6.tar.gz) = 0ed5d2ca266b42924f7ef9495fccae235a0d5665c1b5a16cf6d86214f3d35ed2
+SIZE (clone-1.0.6.tar.gz) = 30091
Modified: head/sysutils/clone/files/patch-Makefile
==============================================================================
--- head/sysutils/clone/files/patch-Makefile Mon May 11 20:56:01 2015 (r386103)
+++ head/sysutils/clone/files/patch-Makefile Mon May 11 21:32:11 2015 (r386104)
@@ -1,9 +1,6 @@
-
-$FreeBSD$
-
---- Makefile.orig
+--- Makefile.orig 2015-05-01 19:21:45 UTC
+++ Makefile
-@@ -60,5 +60,5 @@
+@@ -60,5 +60,5 @@ clean:
update: clean all
install: $(TOOL)
More information about the svn-ports-all
mailing list