mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 1.0.6
- Regenerate patch to make portlint happy PR: 199852 Submitted by: cyclaero at gmail.com (maintainer)
This commit is contained in:
parent
4a432dfdb2
commit
b68145b05f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386104
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user