diff options
author | mat <mat@FreeBSD.org> | 2015-05-29 17:45:27 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-29 17:45:27 +0800 |
commit | 33cdb7786770bdf794ac5c7e1f2b4b50dd70296d (patch) | |
tree | 856c9d7bf129852f7d11a312bdda443dd82fb287 | |
parent | 8ffad0989eec17898e7201db6c27fb270e27dc1d (diff) | |
download | freebsd-ports-gnome-33cdb7786770bdf794ac5c7e1f2b4b50dd70296d.tar.gz freebsd-ports-gnome-33cdb7786770bdf794ac5c7e1f2b4b50dd70296d.tar.zst freebsd-ports-gnome-33cdb7786770bdf794ac5c7e1f2b4b50dd70296d.zip |
Use new USE_GITHUB syntax.
Sponsored by: Absolight
-rw-r--r-- | net/syncthing-inotify/Makefile | 17 | ||||
-rw-r--r-- | net/syncthing-inotify/distinfo | 12 |
2 files changed, 12 insertions, 17 deletions
diff --git a/net/syncthing-inotify/Makefile b/net/syncthing-inotify/Makefile index 902142ee1524..a7f1eb069aac 100644 --- a/net/syncthing-inotify/Makefile +++ b/net/syncthing-inotify/Makefile @@ -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@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: diff --git a/net/syncthing-inotify/distinfo b/net/syncthing-inotify/distinfo index 1c47ee95f821..939b92226296 100644 --- a/net/syncthing-inotify/distinfo +++ b/net/syncthing-inotify/distinfo @@ -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 |