svn commit: r372655 - in head/net/syncthing: . files
Steve Wills
swills at FreeBSD.org
Sun Nov 16 23:30:26 UTC 2014
Author: swills
Date: Sun Nov 16 23:30:25 2014
New Revision: 372655
URL: https://svnweb.freebsd.org/changeset/ports/372655
QAT: https://qat.redports.org/buildarchive/r372655/
Log:
net/syncthing: update to 0.10.5
Deleted:
head/net/syncthing/files/patch-build.go
Modified:
head/net/syncthing/Makefile
head/net/syncthing/distinfo
Modified: head/net/syncthing/Makefile
==============================================================================
--- head/net/syncthing/Makefile Sun Nov 16 22:55:10 2014 (r372654)
+++ head/net/syncthing/Makefile Sun Nov 16 23:30:25 2014 (r372655)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= syncthing
-PORTVERSION= 0.10.4
+PORTVERSION= 0.10.5
CATEGORIES= net
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/
@@ -26,7 +26,7 @@ post-patch:
do-build:
# timestamp here refers to source, not build time
cd ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME} ; \
- ${SETENV} GOPATH=${WRKSRC} go run build.go
+ ${SETENV} GOPATH=${WRKSRC} go run build.go -version v${PORTVERSION}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME}/bin/syncthing \
Modified: head/net/syncthing/distinfo
==============================================================================
--- head/net/syncthing/distinfo Sun Nov 16 22:55:10 2014 (r372654)
+++ head/net/syncthing/distinfo Sun Nov 16 23:30:25 2014 (r372655)
@@ -1,2 +1,2 @@
-SHA256 (syncthing-0.10.4.tar.gz) = aff9a358fd9021254afc5c8ec1fd92618eadf622c9dba240666ff41abba3ec00
-SIZE (syncthing-0.10.4.tar.gz) = 2996470
+SHA256 (syncthing-0.10.5.tar.gz) = adaef4e63916f86f081f68615b740f39a9af08de6d4c5630876665cf229da241
+SIZE (syncthing-0.10.5.tar.gz) = 3013393
More information about the svn-ports-all
mailing list