svn commit: r387787 - head/net/syncthing-inotify
Mathieu Arnold
mat at FreeBSD.org
Fri May 29 09:45:28 UTC 2015
Author: mat
Date: Fri May 29 09:45:27 2015
New Revision: 387787
URL: https://svnweb.freebsd.org/changeset/ports/387787
Log:
Use new USE_GITHUB syntax.
Sponsored by: Absolight
Modified:
head/net/syncthing-inotify/Makefile
head/net/syncthing-inotify/distinfo
Modified: head/net/syncthing-inotify/Makefile
==============================================================================
--- head/net/syncthing-inotify/Makefile Fri May 29 09:26:05 2015 (r387786)
+++ head/net/syncthing-inotify/Makefile Fri May 29 09:45:27 2015 (r387787)
@@ -4,12 +4,6 @@ PORTNAME= syncthing-inotify
PORTVERSION= 0.6.3
DISTVERSIONPREFIX= v
CATEGORIES= net
-MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_TAGNAME}.tar.gz?dummy=/:group1 \
- https://github.com/cenkalti/backoff/archive/6c45d6bc1e78d94431dff8fc28a99f20bafa355a.tar.gz?dummy=/:group2 \
- https://github.com/zillode/notify/archive/f06b1e3b795091f2e1414067b08e5f07332cdb05.tar.gz?dummy=/:group3
-DISTFILES= syncthing-syncthing-inotify-v${PORTVERSION}.tar.gz:group1 \
- cenkalti_backoff_6c45d6bc1e78d94431dff8fc28a99f20bafa355a.tar.gz:group2 \
- zillode_notify_f06b1e3b795091f2e1414067b08e5f07332cdb05.tar.gz:group3
MAINTAINER= swills at FreeBSD.org
COMMENT= Syncthing inotify monitor
@@ -17,19 +11,20 @@ COMMENT= Syncthing inotify monitor
BUILD_DEPENDS= ${LOCALBASE}/bin/go:${PORTSDIR}/lang/go
USE_GITHUB= yes
-GH_ACCOUNT= syncthing
-GH_PROJECT= syncthing-inotify
+GH_ACCOUNT= syncthing cenkalti:backoff zillode:notify
+GH_PROJECT= backoff:backoff notify:notify
+GH_TAGNAME= 6c45d6b:backoff f06b1e3:notify
STRIP= # stripping can break go binaries
PLIST_FILES= bin/syncthing-inotify
-post-patch:
+post-extract:
@${MKDIR} ${WRKSRC}/src/github.com/cenkalti
@${MKDIR} ${WRKSRC}/src/github.com/zillode
- @${MV} ${WRKDIR}/backoff-6c45d6bc1e78d94431dff8fc28a99f20bafa355a \
+ @${MV} ${WRKSRC_backoff} \
${WRKSRC}/src/github.com/cenkalti/backoff
- @${MV} ${WRKDIR}/notify-f06b1e3b795091f2e1414067b08e5f07332cdb05 \
+ @${MV} ${WRKSRC_notify} \
${WRKSRC}/src/github.com/zillode/notify
do-build:
Modified: head/net/syncthing-inotify/distinfo
==============================================================================
--- head/net/syncthing-inotify/distinfo Fri May 29 09:26:05 2015 (r387786)
+++ head/net/syncthing-inotify/distinfo Fri May 29 09:45:27 2015 (r387787)
@@ -1,6 +1,6 @@
-SHA256 (syncthing-syncthing-inotify-v0.6.3.tar.gz) = d3af7c233c132660cdc752605ae7830b8cb56ba5f2426a11e461ef0046847ab1
-SIZE (syncthing-syncthing-inotify-v0.6.3.tar.gz) = 16930
-SHA256 (cenkalti_backoff_6c45d6bc1e78d94431dff8fc28a99f20bafa355a.tar.gz) = 486c047121493a6c88f66d2aa3c73a96b5c734175c07de078c79caaaedf82761
-SIZE (cenkalti_backoff_6c45d6bc1e78d94431dff8fc28a99f20bafa355a.tar.gz) = 6406
-SHA256 (zillode_notify_f06b1e3b795091f2e1414067b08e5f07332cdb05.tar.gz) = 49b33a1f7b27f1b3f5efbe64e74708dec1f2acd81b44dd226ae807bf66509f91
-SIZE (zillode_notify_f06b1e3b795091f2e1414067b08e5f07332cdb05.tar.gz) = 49678
+SHA256 (syncthing-syncthing-inotify-v0.6.3_GH0.tar.gz) = d3af7c233c132660cdc752605ae7830b8cb56ba5f2426a11e461ef0046847ab1
+SIZE (syncthing-syncthing-inotify-v0.6.3_GH0.tar.gz) = 16930
+SHA256 (cenkalti-backoff-6c45d6b_GH0.tar.gz) = 53eb75fabaa046eae13cb2d7b94f88aa36ffae472db840f10982a4f53316ee23
+SIZE (cenkalti-backoff-6c45d6b_GH0.tar.gz) = 6397
+SHA256 (zillode-notify-f06b1e3_GH0.tar.gz) = da440711b1ffac58885d7c3d6a4889ac2b115dd13bff7c9b85b3beabb0a087c6
+SIZE (zillode-notify-f06b1e3_GH0.tar.gz) = 49671
More information about the svn-ports-all
mailing list