svn commit: r379849 - head/net/syncthing

Steve Wills swills at FreeBSD.org
Tue Feb 24 22:00:50 UTC 2015


Author: swills
Date: Tue Feb 24 22:00:49 2015
New Revision: 379849
URL: https://svnweb.freebsd.org/changeset/ports/379849
QAT: https://qat.redports.org/buildarchive/r379849/

Log:
  net/syncthing: update to 0.10.23

Modified:
  head/net/syncthing/Makefile
  head/net/syncthing/distinfo

Modified: head/net/syncthing/Makefile
==============================================================================
--- head/net/syncthing/Makefile	Tue Feb 24 21:53:36 2015	(r379848)
+++ head/net/syncthing/Makefile	Tue Feb 24 22:00:49 2015	(r379849)
@@ -2,15 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	syncthing
-PORTVERSION=	0.10.22
+PORTVERSION=	0.10.23
 CATEGORIES=	net
-MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/
+MASTER_SITES=	GHR
+DISTVERSIONPREFIX=	v
 
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Encrypted file sync tool
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/go:${PORTSDIR}/lang/go
 
+USE_GITHUB=	yes
 USE_RC_SUBR=	syncthing
 PLIST_FILES=	bin/syncthing
 PORTDOCS=	*

Modified: head/net/syncthing/distinfo
==============================================================================
--- head/net/syncthing/distinfo	Tue Feb 24 21:53:36 2015	(r379848)
+++ head/net/syncthing/distinfo	Tue Feb 24 22:00:49 2015	(r379849)
@@ -1,2 +1,2 @@
-SHA256 (syncthing-0.10.22.tar.gz) = 6631f0b172df66b656c93cf5455e3c43cddeeb394e59e0c56223fe405316b0d9
-SIZE (syncthing-0.10.22.tar.gz) = 3097830
+SHA256 (syncthing-v0.10.23.tar.gz) = c8c829191620e2268209c3da19b4b58b3568aaf859d9be84b161da26454fb54a
+SIZE (syncthing-v0.10.23.tar.gz) = 3115266


More information about the svn-ports-all mailing list