Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Aug 2017 16:30:58 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447897 - head/net-mgmt/semaphore
Message-ID:  <201708131630.v7DGUwpt053093@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Aug 13 16:30:58 2017
New Revision: 447897
URL: https://svnweb.freebsd.org/changeset/ports/447897

Log:
  net-mgmt/semaphore: update to 2.4.1

Modified:
  head/net-mgmt/semaphore/Makefile
  head/net-mgmt/semaphore/distinfo

Modified: head/net-mgmt/semaphore/Makefile
==============================================================================
--- head/net-mgmt/semaphore/Makefile	Sun Aug 13 16:27:54 2017	(r447896)
+++ head/net-mgmt/semaphore/Makefile	Sun Aug 13 16:30:58 2017	(r447897)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	semaphore
-PORTVERSION=	2.2.0
-PORTREVISION=	1
+PORTVERSION=	2.4.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net-mgmt
 
@@ -22,27 +21,34 @@ GH_TUPLE=	ansible-semaphore:semaphore-vendor:dcb3abe:v
 		swills:semaphore-node_modules:v${PORTVERSION}:modules/public/node_modules \
 		swills:semaphore-rendered_files:v${PORTVERSION}:render/public.rendered \
 		bugsnag:bugsnag-go:70e1420:bugsnag/src/github.com/bugsnag/bugsnag-go \
-		bugsnag:panicwrap:aa7703c:panicwrap/src/github.com/bugsnag/panicwrap \
-		gin-gonic:gin:e2212d4:gonic/src/github.com/gin-gonic/gin \
-		go-sql-driver:mysql:9dee4ca:gomysql/src/github.com/go-sql-driver/mysql \
-		golang:protobuf:c9c7427:protobuf/src/github.com/golang/protobuf \
-		google:go-github:d683a1c:gogithub/src/github.com/google/go-github \
+		bugsnag:panicwrap:8a46439:panicwrap/src/github.com/bugsnag/panicwrap \
+		go-sql-driver:mysql:8fefef0:gomysql/src/github.com/go-sql-driver/mysql \
+		golang:protobuf:6a1fa94:protobuf/src/github.com/golang/protobuf \
+		google:go-github:4c4aea2:gogithub/src/github.com/google/go-github \
 		google:go-querystring:53e6ce1:querystring/src/github.com/google/go-querystring \
 		gorilla:securecookie:e59506c:securecookie/src/github.com/gorilla/securecookie \
-		gorilla:websocket:a91eba7:websocket/src/github.com/gorilla/websocket \
-		kardianos:osext:9d302b5:osext/src/github.com/kardianos/osext \
+		gorilla:websocket:7a8dacf:websocket/src/github.com/gorilla/websocket \
+		kardianos:osext:ae77be6:osext/src/github.com/kardianos/osext \
 		manucorporat:sse:ee05b12:sse/src/github.com/manucorporat/sse \
-		masterminds:squirrel:20f1922:squirrel/src/github.com/masterminds/squirrel \
+		masterminds:squirrel:36d675d:squirrel/src/github.com/masterminds/squirrel \
 		lann:builder:f22ce00:builder/src/github.com/lann/builder \
 		lann:ps:62de8c4:ps/src/github.com/lann/ps \
 		mattn:go-isatty:fc9e8d8:go_isatty/src/github.com/mattn/go-isatty \
-		russross:blackfriday:5f33e7b:blackfriday/src/github.com/russross/blackfriday \
-		shurcooL:sanitized_anchor_name:1dba4b3:sanitized/src/github.com/shurcooL/sanitized_anchor_name \
-		golang:net:6c23252:net/src/golang.org/x/net \
-		golang:crypto:459e265:crypto/src/golang.org/x/crypto \
-		go-playground:validator:5f57d22:playground/src/gopkg.in/go-playground/validator.v8 \
-		go-gorp:gorp:c87af80:gorp/src/gopkg.in/gorp.v1 \
-		go-yaml:yaml:a3f3340:yaml/src/gopkg.in/yaml.v2
+		russross:blackfriday:0ba0f2b:blackfriday/src/github.com/russross/blackfriday \
+		shurcooL:sanitized_anchor_name:541ff5e:sanitized/src/github.com/shurcooL/sanitized_anchor_name \
+		golang:net:1f92242:net/src/golang.org/x/net \
+		golang:crypto:5ef0053:crypto/src/golang.org/x/crypto \
+		go-playground:validator:fb68f39:playground/src/gopkg.in/go-playground/validator.v8 \
+		go-gorp:gorp:2ae7d17:gorp/src/gopkg.in/gorp.v1 \
+		go-yaml:yaml:e72f935:yaml/src/gopkg.in/yaml.v2 \
+		Sirupsen:logrus:e66f229:logrus/src/github.com/Sirupsen/logrus \
+		castawaylabs:mulekick:3a31c4b:mulekick/src/github.com/castawaylabs/mulekick \
+		gorilla:context:aed02d1:context/src/github.com/gorilla/context \
+		gorilla:mux:8c683ee:mux/src/github.com/gorilla/mux \
+		gorilla:handlers:a4d79d4:handlers/src/github.com/gorilla/handlers \
+		golang:sys:0e01648:sys/src/golang.org/x/sys \
+		go-ldap:ldap:37f35d7:ldap2/src/gopkg.in/ldap.v2 \
+		go-asn1-ber:asn1-ber:379148c:asn1/src/gopkg.in/asn1-ber.v1
 
 PLIST_FILES=	bin/semaphore \
 		"@sample etc/semaphore/semaphore_config.json.sample"

Modified: head/net-mgmt/semaphore/distinfo
==============================================================================
--- head/net-mgmt/semaphore/distinfo	Sun Aug 13 16:27:54 2017	(r447896)
+++ head/net-mgmt/semaphore/distinfo	Sun Aug 13 16:30:58 2017	(r447897)
@@ -1,53 +1,67 @@
-TIMESTAMP = 1490753329
-SHA256 (ansible-semaphore-semaphore-v2.2.0_GH0.tar.gz) = e8495615640812853d729683c468bf653c1ba7b1823a1ce85532866a4f04dbc5
-SIZE (ansible-semaphore-semaphore-v2.2.0_GH0.tar.gz) = 150796
+TIMESTAMP = 1502639676
+SHA256 (ansible-semaphore-semaphore-v2.4.1_GH0.tar.gz) = bd3bfbe18cb08a799c76c30cb7c95675a1c64df823f130a5e3b3c965b376a30a
+SIZE (ansible-semaphore-semaphore-v2.4.1_GH0.tar.gz) = 160932
 SHA256 (ansible-semaphore-semaphore-vendor-dcb3abe_GH0.tar.gz) = cf3eea907e531447ab1992e080ef8e4be107673b91b35b7e465628bd9b7d580b
 SIZE (ansible-semaphore-semaphore-vendor-dcb3abe_GH0.tar.gz) = 1136879
-SHA256 (swills-semaphore-node_modules-v2.2.0_GH0.tar.gz) = 9c997fac40127dc7dc34816856da1ae0e83bdf3afed0c3eacb4f37bcf8b05b82
-SIZE (swills-semaphore-node_modules-v2.2.0_GH0.tar.gz) = 403647
-SHA256 (swills-semaphore-rendered_files-v2.2.0_GH0.tar.gz) = 58b37023b9d9ba8dfe8d4fd70c4c4d778588a325038070c301fa564f9af07e38
-SIZE (swills-semaphore-rendered_files-v2.2.0_GH0.tar.gz) = 144926
+SHA256 (swills-semaphore-node_modules-v2.4.1_GH0.tar.gz) = b7449ecf2c4bfc15e0cc4c8d15197b3ce16ece421da2001fc2c32f12e89926bb
+SIZE (swills-semaphore-node_modules-v2.4.1_GH0.tar.gz) = 408759
+SHA256 (swills-semaphore-rendered_files-v2.4.1_GH0.tar.gz) = 219aedc54222f5ae4768882fd37d3d38a6dc24631cbba558b71d8f73f1741158
+SIZE (swills-semaphore-rendered_files-v2.4.1_GH0.tar.gz) = 142806
 SHA256 (bugsnag-bugsnag-go-70e1420_GH0.tar.gz) = 0c2b8f68195bef850283162fdde5235b5408172c268f4f1db26ed76f9d410b34
 SIZE (bugsnag-bugsnag-go-70e1420_GH0.tar.gz) = 111367
-SHA256 (bugsnag-panicwrap-aa7703c_GH0.tar.gz) = 64040e32f60b49d681d676b238a0458ed3bf230149f3dc1bfb11119ed83813a7
-SIZE (bugsnag-panicwrap-aa7703c_GH0.tar.gz) = 8463
-SHA256 (gin-gonic-gin-e2212d4_GH0.tar.gz) = ee90311f24299aeb72d5f2910330144e681e1975f78ef0e4e86778b15bf43d0a
-SIZE (gin-gonic-gin-e2212d4_GH0.tar.gz) = 111382
-SHA256 (go-sql-driver-mysql-9dee4ca_GH0.tar.gz) = d1c75ba6276a9b7688a561165b8939f3b0c1a8738305d852e27a185b062d6f1b
-SIZE (go-sql-driver-mysql-9dee4ca_GH0.tar.gz) = 62093
-SHA256 (golang-protobuf-c9c7427_GH0.tar.gz) = 71a9a376cdfd472f583ec0d1cd8e35baa14c5bb63b7ae4416ba5f378cc73b826
-SIZE (golang-protobuf-c9c7427_GH0.tar.gz) = 245281
-SHA256 (google-go-github-d683a1c_GH0.tar.gz) = f8320f37f17299b2ef74fe1472c6d5d0d3d85e62f0dfa041489f240b1f881e9f
-SIZE (google-go-github-d683a1c_GH0.tar.gz) = 167507
+SHA256 (bugsnag-panicwrap-8a46439_GH0.tar.gz) = 7c72abe39013868350978f2e2a26ef6f98b2e812acc735bb0f54aa28dbd4044a
+SIZE (bugsnag-panicwrap-8a46439_GH0.tar.gz) = 8466
+SHA256 (go-sql-driver-mysql-8fefef0_GH0.tar.gz) = c4dc7c85ec03466a9e46195b5fc285ae4e1367370f61016c782dbce0cbd59289
+SIZE (go-sql-driver-mysql-8fefef0_GH0.tar.gz) = 69072
+SHA256 (golang-protobuf-6a1fa94_GH0.tar.gz) = e68ff13fa60587972dd169ee3677d690304760308a0b42e877e14f02ca604f06
+SIZE (golang-protobuf-6a1fa94_GH0.tar.gz) = 253318
+SHA256 (google-go-github-4c4aea2_GH0.tar.gz) = 9ed34b33f2ce820208ac857d4f5278a85490be45c7ef863ab8ba060bff8e371e
+SIZE (google-go-github-4c4aea2_GH0.tar.gz) = 175349
 SHA256 (google-go-querystring-53e6ce1_GH0.tar.gz) = 85e0895aef7f6045e3cc046f498c623c6ec467215ec831578be71ae63ec412af
 SIZE (google-go-querystring-53e6ce1_GH0.tar.gz) = 7490
 SHA256 (gorilla-securecookie-e59506c_GH0.tar.gz) = 3ad0c8b32b0b56ddf1808f765752398549386ca7816c04e0e1a50cbf61e0e8e2
 SIZE (gorilla-securecookie-e59506c_GH0.tar.gz) = 41286
-SHA256 (gorilla-websocket-a91eba7_GH0.tar.gz) = a62ed1f44e71e958c085caca430f4bdc8c2fe6040acb9b6b2980567aefebb96d
-SIZE (gorilla-websocket-a91eba7_GH0.tar.gz) = 42935
-SHA256 (kardianos-osext-9d302b5_GH0.tar.gz) = 8d62c9a81b4194c30ce17ff84d7ff88e0ca874991ee6b2b05840d52dd80339a8
-SIZE (kardianos-osext-9d302b5_GH0.tar.gz) = 4841
+SHA256 (gorilla-websocket-7a8dacf_GH0.tar.gz) = b47fcf26b1a73dda5bd409746669ec5ebe8c28bc96c70d82c00dfa7185eb1db7
+SIZE (gorilla-websocket-7a8dacf_GH0.tar.gz) = 42985
+SHA256 (kardianos-osext-ae77be6_GH0.tar.gz) = 539367f48ed1d4f1b8bec4cf742ac7bce7c5b9319f4338a12310edddec005213
+SIZE (kardianos-osext-ae77be6_GH0.tar.gz) = 4851
 SHA256 (manucorporat-sse-ee05b12_GH0.tar.gz) = 8ae20e2320e0756b3e38cf444e4eb4077d7977ef4c57b2a35ba5836a8ff1e2bc
 SIZE (manucorporat-sse-ee05b12_GH0.tar.gz) = 5409
-SHA256 (masterminds-squirrel-20f1922_GH0.tar.gz) = 682de3fad9912908bfa03e867de64a2f00de180e208f9ed9ba6fa12d17d76836
-SIZE (masterminds-squirrel-20f1922_GH0.tar.gz) = 16299
+SHA256 (masterminds-squirrel-36d675d_GH0.tar.gz) = ee0d99457feb11015a3d50d1a88ea32c45a7e587b176980425014dab18040e23
+SIZE (masterminds-squirrel-36d675d_GH0.tar.gz) = 16596
 SHA256 (lann-builder-f22ce00_GH0.tar.gz) = fbf3d5c84d3f836f36f8de96644875cc58cdaeffbf6409851fd3a31dc9a80696
 SIZE (lann-builder-f22ce00_GH0.tar.gz) = 5094
 SHA256 (lann-ps-62de8c4_GH0.tar.gz) = dd3cb64a93f9766d8a3762d9832aa0c25fcf475f32c5972866fe9050422d4dce
 SIZE (lann-ps-62de8c4_GH0.tar.gz) = 5529
 SHA256 (mattn-go-isatty-fc9e8d8_GH0.tar.gz) = bba2afe8904228211ac3f5fc4c14e065478e585a4052f56aa39671ab8c3140f3
 SIZE (mattn-go-isatty-fc9e8d8_GH0.tar.gz) = 3258
-SHA256 (russross-blackfriday-5f33e7b_GH0.tar.gz) = 30ec0d8bb17b404f7f3a59d574fa5728adc15b0248d433bd14d3ade1b8935b0e
-SIZE (russross-blackfriday-5f33e7b_GH0.tar.gz) = 71950
-SHA256 (shurcooL-sanitized_anchor_name-1dba4b3_GH0.tar.gz) = 0188ebad02ba0773a70431647bf7f40655dc0fdfccec8a3c682a20e97fd42d36
-SIZE (shurcooL-sanitized_anchor_name-1dba4b3_GH0.tar.gz) = 2054
-SHA256 (golang-net-6c23252_GH0.tar.gz) = 349e7e0743b43065d68657a0ef290996aa4aecae3a496bfb717f5ebf5cbb8942
-SIZE (golang-net-6c23252_GH0.tar.gz) = 859543
-SHA256 (golang-crypto-459e265_GH0.tar.gz) = ffb8479183f6b1d7ff5e444c7fedb28bf8995e33df7ae917a6c447b75b1dfc18
-SIZE (golang-crypto-459e265_GH0.tar.gz) = 1317091
-SHA256 (go-playground-validator-5f57d22_GH0.tar.gz) = 53b8e2eedf83fe9860e3b54668cb45d5064704de28747660a3a71aee0af3bf0f
-SIZE (go-playground-validator-5f57d22_GH0.tar.gz) = 61529
-SHA256 (go-gorp-gorp-c87af80_GH0.tar.gz) = 32cdd3d8b52b291074a58a3dc347eaf5e9ea0e3bf9dfaa9b8083af091b77d0b4
-SIZE (go-gorp-gorp-c87af80_GH0.tar.gz) = 36726
-SHA256 (go-yaml-yaml-a3f3340_GH0.tar.gz) = e2a3af32b0d55b2426229ea6efca85e4219209225f05fb57af55834a2dee2d1a
-SIZE (go-yaml-yaml-a3f3340_GH0.tar.gz) = 60720
+SHA256 (russross-blackfriday-0ba0f2b_GH0.tar.gz) = 23c7c51647ce253607c4c3ab3e19ad177bf45b042280fd3a7b75678005370c83
+SIZE (russross-blackfriday-0ba0f2b_GH0.tar.gz) = 73534
+SHA256 (shurcooL-sanitized_anchor_name-541ff5e_GH0.tar.gz) = b1ca801fa24eaa938d0a26cc4d77e1da74afb3d4a091475a2660cb977b7c8f54
+SIZE (shurcooL-sanitized_anchor_name-541ff5e_GH0.tar.gz) = 2063
+SHA256 (golang-net-1f92242_GH0.tar.gz) = 36214f159a920605a1cb12965356b52fcfb721bdaf84eac89cee1106ed68f041
+SIZE (golang-net-1f92242_GH0.tar.gz) = 910214
+SHA256 (golang-crypto-5ef0053_GH0.tar.gz) = f489cdcc70f56a9c97451bbe46c8dc3eb72fb2dee357e2afd0d84b62e5ea6c20
+SIZE (golang-crypto-5ef0053_GH0.tar.gz) = 1342552
+SHA256 (go-playground-validator-fb68f39_GH0.tar.gz) = dcdb834c705e5fc773707f4a36a342c066914d05ac7646ff412cc93084b73609
+SIZE (go-playground-validator-fb68f39_GH0.tar.gz) = 75572
+SHA256 (go-gorp-gorp-2ae7d17_GH0.tar.gz) = 44d83ca43a68ff011e6fd81ef71184045338ae5d5b71b6fa3a71cb4564ed43eb
+SIZE (go-gorp-gorp-2ae7d17_GH0.tar.gz) = 50238
+SHA256 (go-yaml-yaml-e72f935_GH0.tar.gz) = e4ba84fc3f4cdf387b3c7bf72de1def2668c35f95c481a555225216f62ce2e42
+SIZE (go-yaml-yaml-e72f935_GH0.tar.gz) = 60706
+SHA256 (Sirupsen-logrus-e66f229_GH0.tar.gz) = 1f510af4751412860581e274cae461cd9c2b8ba7db72389a8bedd2670cc711f5
+SIZE (Sirupsen-logrus-e66f229_GH0.tar.gz) = 27844
+SHA256 (castawaylabs-mulekick-3a31c4b_GH0.tar.gz) = 1f1cbb03c8d1af86af6db23c0f579c70bb893a4c0a98717ebf0d3539d7e78f22
+SIZE (castawaylabs-mulekick-3a31c4b_GH0.tar.gz) = 3349
+SHA256 (gorilla-context-aed02d1_GH0.tar.gz) = d2954089ea8e54370c6569f9c510212a34ffc9e0d84fe1c3c99bc95258c80ed7
+SIZE (gorilla-context-aed02d1_GH0.tar.gz) = 4381
+SHA256 (gorilla-mux-8c683ee_GH0.tar.gz) = 3f480a521a40ba638f0c3202ed05ec8e8feee3d7d5704bce7153314ea122170b
+SIZE (gorilla-mux-8c683ee_GH0.tar.gz) = 29397
+SHA256 (gorilla-handlers-a4d79d4_GH0.tar.gz) = 309b72496b3aee4d928602346457b887c7bfae61a33f1567a98220b5a96c291f
+SIZE (gorilla-handlers-a4d79d4_GH0.tar.gz) = 17656
+SHA256 (golang-sys-0e01648_GH0.tar.gz) = 1714e8fc8d14f01ea95837fb57c017bfe0043624540f75203e0c1d7083363037
+SIZE (golang-sys-0e01648_GH0.tar.gz) = 718531
+SHA256 (go-ldap-ldap-37f35d7_GH0.tar.gz) = 62703fd083ef75ff020360cdc4210e59c1fcf9a8a16bbbc7d54649c2478dbb65
+SIZE (go-ldap-ldap-37f35d7_GH0.tar.gz) = 36435
+SHA256 (go-asn1-ber-asn1-ber-379148c_GH0.tar.gz) = 44ceb8c541e40f1ae212a34f4b0ae86622f57d1d7bdfa8baf1dc545d6a7e56ba
+SIZE (go-asn1-ber-asn1-ber-379148c_GH0.tar.gz) = 12429



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708131630.v7DGUwpt053093>