diff options
author | Steve Wills <swills@FreeBSD.org> | 2016-09-22 14:09:21 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2016-09-22 14:09:21 +0000 |
commit | 0ef05430a52013cd7fa92b3a37f3656165802553 (patch) | |
tree | 12ad87ede2f987728d3e52b0ca8392d13bbd18b2 /net/syncthing | |
parent | bc7cfbb75527b3d261c72540ea8dcf0f7358a8a6 (diff) | |
download | ports-0ef05430a52013cd7fa92b3a37f3656165802553.tar.gz ports-0ef05430a52013cd7fa92b3a37f3656165802553.zip |
Notes
Diffstat (limited to 'net/syncthing')
-rw-r--r-- | net/syncthing/Makefile | 11 | ||||
-rw-r--r-- | net/syncthing/distinfo | 6 |
2 files changed, 5 insertions, 12 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 6e9729d63a68..dee3af0d6a17 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= syncthing -PORTVERSION= 0.14.3 +PORTVERSION= 0.14.7 DISTVERSIONPREFIX= v CATEGORIES= net @@ -12,6 +12,7 @@ COMMENT= Encrypted file sync tool BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go USE_GITHUB= yes +GH_SUBDIR= src/github.com/${PORTNAME}/${PORTNAME} USE_RC_SUBR= syncthing PLIST_FILES= bin/syncthing PORTDOCS= * @@ -21,14 +22,6 @@ GROUPS= syncthing STRIP= # stripping can break go binaries -post-patch: - @cd ${WRKSRC} ; ${MKDIR} src/github.com/${PORTNAME}/${PORTNAME} ; \ - ${MV} .gitattributes .gitignore .mailmap AUTHORS CONDUCT.md \ - CONTRIBUTING.md ISSUE_TEMPLATE.md LICENSE NICKS debtpl \ - PULL_REQUEST_TEMPLATE.md README.md assets build.go build.sh cmd \ - etc gui lib man script test vendor \ - src/github.com/${PORTNAME}/${PORTNAME} - do-build: # timestamp here refers to source, not build time @cd ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME} ; \ diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 5a8c0a220bb6..3a0a5c98dd4e 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1470838074 -SHA256 (syncthing-syncthing-v0.14.3_GH0.tar.gz) = 1c7ce74db4bf780463c04ed3d5677296ad2bb347f3e35fe4229eb26893a6604a -SIZE (syncthing-syncthing-v0.14.3_GH0.tar.gz) = 6380761 +TIMESTAMP = 1474551929 +SHA256 (syncthing-syncthing-v0.14.7_GH0.tar.gz) = 5586f24e10e695bf2a3db1f2bfd2b8bf986753ecbc9919c922e2ba10c0bbb119 +SIZE (syncthing-syncthing-v0.14.7_GH0.tar.gz) = 6434379 |