pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pullup to syncthing-0.14.4



Module Name:	pkgsrc-wip
Committed By:	Izaac <izaac%setec.org@localhost>
Pushed By:	izaac
Date:		Fri Aug 12 22:19:47 2016 -0400
Changeset:	54fb6665b6c42d25d5e7329c4b7663d6aca729a5

Modified Files:
	syncthing-discosrv/Makefile
	syncthing-discosrv/distinfo
	syncthing-relaysrv/Makefile
	syncthing-relaysrv/distinfo

Log Message:
pullup to syncthing-0.14.4

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=54fb6665b6c42d25d5e7329c4b7663d6aca729a5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 syncthing-discosrv/Makefile | 10 +++++-----
 syncthing-discosrv/distinfo |  8 ++++----
 syncthing-relaysrv/Makefile | 10 +++++-----
 syncthing-relaysrv/distinfo |  8 ++++----
 4 files changed, 18 insertions(+), 18 deletions(-)

diffs:
diff --git a/syncthing-discosrv/Makefile b/syncthing-discosrv/Makefile
index 3013512..78ebec7 100644
--- a/syncthing-discosrv/Makefile
+++ b/syncthing-discosrv/Makefile
@@ -1,8 +1,8 @@
 # $NetBSD$
 
-PKGNAME=	syncthing-discosrv-0.13.9
+PKGNAME=	syncthing-discosrv-0.14.4
 CATEGORIES=	local
-DISTNAME=	syncthing-0.13.9
+DISTNAME=	syncthing-0.14.4
 MASTER_SITES=	${MASTER_SITE_GITHUB:=syncthing/}
 GITHUB_PROJECT=	syncthing
 GITHUB_TAG=	v${PKGVERSION_NOREV}
@@ -13,7 +13,7 @@ COMMENT=	Syncthing discovery server
 LICENSE=	mit
 
 EXTRACT_USING=		bsdtar
-WRKSRC=			${WRKDIR}/syncthing-0.13.9
+WRKSRC=			${WRKDIR}/syncthing-0.14.4
 BUILD_DEPENDS+=		go-[0-9]*:../../lang/go
 NO_CONFIGURE=		yes
 USE_LANGUAGES= 		c # and go
@@ -46,9 +46,9 @@ post-extract:
 	${LN} -s . ${WRKSRC}/src
 
 do-build:
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/go run build.go build discosrv
+	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/go run build.go build stdiscosrv
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/discosrv ${DESTDIR}${PREFIX}/bin/syncthing-discosrv
+	${INSTALL_PROGRAM} ${WRKSRC}/stdiscosrv ${DESTDIR}${PREFIX}/bin/syncthing-discosrv
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/syncthing-discosrv/distinfo b/syncthing-discosrv/distinfo
index f589c30..edeb58e 100644
--- a/syncthing-discosrv/distinfo
+++ b/syncthing-discosrv/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (syncthing-0.13.9.tar.gz) = 4b9f414cf8714b2586a4129670919d82e4aaa05b
-RMD160 (syncthing-0.13.9.tar.gz) = 36d4e5f5974201f71f7ace50d554fe87910936a6
-SHA512 (syncthing-0.13.9.tar.gz) = 07939eb068b417a8dc0ad4a868e5b5fd22ff14297e0b77d0d08fc14631d3ffe957da3ad4a745a4f37bae4a3bed8ac98a859037273b040a8abc88f7d5a67dc871
-Size (syncthing-0.13.9.tar.gz) = 4334897 bytes
+SHA1 (syncthing-0.14.4.tar.gz) = 1c084555be6aba81e10655139700507f9b046592
+RMD160 (syncthing-0.14.4.tar.gz) = 73b25520be3ca821b222afe9437a68c71f60b05a
+SHA512 (syncthing-0.14.4.tar.gz) = 0540d1e58b67d13401ecff4988897d185b04ca44f360c68cc52a2be8e70661cd6b84d6eae2b8f56e5a0f590efd9a8462f477f0492e5903992102a6c66bd3534e
+Size (syncthing-0.14.4.tar.gz) = 6387191 bytes
diff --git a/syncthing-relaysrv/Makefile b/syncthing-relaysrv/Makefile
index 12f10f5..c5b3dce 100644
--- a/syncthing-relaysrv/Makefile
+++ b/syncthing-relaysrv/Makefile
@@ -1,8 +1,8 @@
 # $NetBSD$
 
-PKGNAME=	syncthing-relaysrv-0.13.9
+PKGNAME=	syncthing-relaysrv-0.14.4
 CATEGORIES=	local
-DISTNAME=	syncthing-0.13.9
+DISTNAME=	syncthing-0.14.4
 MASTER_SITES=	${MASTER_SITE_GITHUB:=syncthing/}
 GITHUB_PROJECT=	syncthing
 GITHUB_TAG=	v${PKGVERSION_NOREV}
@@ -13,7 +13,7 @@ COMMENT=	Syncthing relay server
 LICENSE=	mit
 
 EXTRACT_USING=		bsdtar
-WRKSRC=			${WRKDIR}/syncthing-0.13.9
+WRKSRC=			${WRKDIR}/syncthing-0.14.4
 BUILD_DEPENDS+=		go-[0-9]*:../../lang/go
 NO_CONFIGURE=		yes
 USE_LANGUAGES=		c # and go
@@ -46,9 +46,9 @@ post-extract:
 	${LN} -s . ${WRKSRC}/src
 
 do-build:
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/go run build.go build relaysrv
+	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/go run build.go build strelaysrv
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/relaysrv ${DESTDIR}${PREFIX}/bin/syncthing-relaysrv
+	${INSTALL_PROGRAM} ${WRKSRC}/strelaysrv ${DESTDIR}${PREFIX}/bin/syncthing-relaysrv
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/syncthing-relaysrv/distinfo b/syncthing-relaysrv/distinfo
index f589c30..edeb58e 100644
--- a/syncthing-relaysrv/distinfo
+++ b/syncthing-relaysrv/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (syncthing-0.13.9.tar.gz) = 4b9f414cf8714b2586a4129670919d82e4aaa05b
-RMD160 (syncthing-0.13.9.tar.gz) = 36d4e5f5974201f71f7ace50d554fe87910936a6
-SHA512 (syncthing-0.13.9.tar.gz) = 07939eb068b417a8dc0ad4a868e5b5fd22ff14297e0b77d0d08fc14631d3ffe957da3ad4a745a4f37bae4a3bed8ac98a859037273b040a8abc88f7d5a67dc871
-Size (syncthing-0.13.9.tar.gz) = 4334897 bytes
+SHA1 (syncthing-0.14.4.tar.gz) = 1c084555be6aba81e10655139700507f9b046592
+RMD160 (syncthing-0.14.4.tar.gz) = 73b25520be3ca821b222afe9437a68c71f60b05a
+SHA512 (syncthing-0.14.4.tar.gz) = 0540d1e58b67d13401ecff4988897d185b04ca44f360c68cc52a2be8e70661cd6b84d6eae2b8f56e5a0f590efd9a8462f477f0492e5903992102a6c66bd3534e
+Size (syncthing-0.14.4.tar.gz) = 6387191 bytes


Home | Main Index | Thread Index | Old Index