mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04: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
3 changed files with 7 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= clone
|
PORTNAME= clone
|
||||||
PORTVERSION= 1.0.5
|
PORTVERSION= 1.0.6
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= https://googledrive.com/host/0BzyUSAiURzitVGlOeXFsTW9XOVk/
|
MASTER_SITES= https://googledrive.com/host/0BzyUSAiURzitVGlOeXFsTW9XOVk/
|
||||||
|
|
||||||
|
@ -10,6 +10,8 @@ COMMENT= File tree cloning tool
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
|
USES= compiler:c11
|
||||||
|
|
||||||
PLIST_FILES= bin/clone \
|
PLIST_FILES= bin/clone \
|
||||||
man/man1/clone.1.gz
|
man/man1/clone.1.gz
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (clone-1.0.5.tar.gz) = 8504bfe11c3329f6908198641ca5a15dce1965cb71309fe0c52bf85a9990fce2
|
SHA256 (clone-1.0.6.tar.gz) = 0ed5d2ca266b42924f7ef9495fccae235a0d5665c1b5a16cf6d86214f3d35ed2
|
||||||
SIZE (clone-1.0.5.tar.gz) = 28328
|
SIZE (clone-1.0.6.tar.gz) = 30091
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
|
--- Makefile.orig 2015-05-01 19:21:45 UTC
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- Makefile.orig
|
|
||||||
+++ Makefile
|
+++ Makefile
|
||||||
@@ -60,5 +60,5 @@
|
@@ -60,5 +60,5 @@ clean:
|
||||||
update: clean all
|
update: clean all
|
||||||
|
|
||||||
install: $(TOOL)
|
install: $(TOOL)
|
||||||
|
|
Loading…
Add table
Reference in a new issue