mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
www/colly: Update 2.0.0 -> 2.1.0
This commit is contained in:
parent
1b662c94f4
commit
7de5966851
@ -1,6 +1,6 @@
|
||||
PORTNAME= colly
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.0.0
|
||||
DISTVERSION= 2.1.0
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -13,24 +13,26 @@ USES= go:modules
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= gocolly
|
||||
GH_TUPLE= \
|
||||
PuerkitoBio:goquery:v1.5.0:puerkitobio_goquery/vendor/github.com/PuerkitoBio/goquery \
|
||||
andybalholm:cascadia:v1.0.0:andybalholm_cascadia/vendor/github.com/andybalholm/cascadia \
|
||||
antchfx:htmlquery:v1.0.0:antchfx_htmlquery/vendor/github.com/antchfx/htmlquery \
|
||||
antchfx:xmlquery:v1.0.0:antchfx_xmlquery/vendor/github.com/antchfx/xmlquery \
|
||||
antchfx:xpath:v1.0.0:antchfx_xpath/vendor/github.com/antchfx/xpath \
|
||||
PuerkitoBio:goquery:v1.5.1:puerkitobio_goquery/vendor/github.com/PuerkitoBio/goquery \
|
||||
andybalholm:cascadia:v1.2.0:andybalholm_cascadia/vendor/github.com/andybalholm/cascadia \
|
||||
antchfx:htmlquery:v1.2.3:antchfx_htmlquery/vendor/github.com/antchfx/htmlquery \
|
||||
antchfx:xmlquery:v1.2.4:antchfx_xmlquery/vendor/github.com/antchfx/xmlquery \
|
||||
antchfx:xpath:v1.1.8:antchfx_xpath/vendor/github.com/antchfx/xpath \
|
||||
gobwas:glob:v0.2.3:gobwas_glob/vendor/github.com/gobwas/glob \
|
||||
golang:appengine:v1.6.1:golang_appengine/vendor/google.golang.org/appengine \
|
||||
golang:net:ca1201d0de80:golang_net/vendor/golang.org/x/net \
|
||||
golang:protobuf:v1.3.1:golang_protobuf/vendor/github.com/golang/protobuf \
|
||||
golang:appengine:v1.6.6:golang_appengine/vendor/google.golang.org/appengine \
|
||||
golang:groupcache:8c9f03a8e57e:golang_groupcache/vendor/github.com/golang/groupcache \
|
||||
golang:net:627f9648deb9:golang_net/vendor/golang.org/x/net \
|
||||
golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \
|
||||
golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \
|
||||
jawher:mow.cli:v1.1.0:jawher_mow_cli/vendor/github.com/jawher/mow.cli \
|
||||
kennygrant:sanitize:v1.2.4:kennygrant_sanitize/vendor/github.com/kennygrant/sanitize \
|
||||
protocolbuffers:protobuf-go:v1.24.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
|
||||
saintfish:chardet:3af4cd4741ca:saintfish_chardet/vendor/github.com/saintfish/chardet \
|
||||
temoto:robotstxt:v1.1.1:temoto_robotstxt/vendor/github.com/temoto/robotstxt
|
||||
|
||||
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
||||
GO_TARGET= ${GO_PKGNAME}/cmd/${PORTNAME} \
|
||||
${EXAMPLES_INSTALLED:S/^/${GO_PKGNAME}\/_examples\//}
|
||||
GO_TARGET= ./cmd/${PORTNAME} \
|
||||
${EXAMPLES_INSTALLED:S/^/.\/_examples\//}
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
${EXAMPLES_INSTALLED:S/^/bin\/${PORTNAME}-/}
|
||||
|
@ -1,30 +1,34 @@
|
||||
TIMESTAMP = 1575012637
|
||||
SHA256 (gocolly-colly-v2.0.0_GH0.tar.gz) = 6a87810304257ccf02ac6fa6fa3fa798ac1277d7274e0c6f2e952da322c0562a
|
||||
SIZE (gocolly-colly-v2.0.0_GH0.tar.gz) = 4123415
|
||||
SHA256 (PuerkitoBio-goquery-v1.5.0_GH0.tar.gz) = 0307341d56ae12648584b3990fb1e84f465870247e46aff00381c98c5ad231c7
|
||||
SIZE (PuerkitoBio-goquery-v1.5.0_GH0.tar.gz) = 100975
|
||||
SHA256 (andybalholm-cascadia-v1.0.0_GH0.tar.gz) = 00ab6f915e958c9e0509836cd67082a802513459c12c4aa6e7a28ef37743ce52
|
||||
SIZE (andybalholm-cascadia-v1.0.0_GH0.tar.gz) = 13232
|
||||
SHA256 (antchfx-htmlquery-v1.0.0_GH0.tar.gz) = 99349026726dac354fba22559cb9fe3838177d0c4748c577734b1c120a31c3d1
|
||||
SIZE (antchfx-htmlquery-v1.0.0_GH0.tar.gz) = 5108
|
||||
SHA256 (antchfx-xmlquery-v1.0.0_GH0.tar.gz) = 389b92bd0b92b0f2a1c33e827847d0e7aa7de38497b52144984513431d0b3956
|
||||
SIZE (antchfx-xmlquery-v1.0.0_GH0.tar.gz) = 10379
|
||||
SHA256 (antchfx-xpath-v1.0.0_GH0.tar.gz) = 5772fc35984757fcd455aa024bcdb7402f76ca231234547896c5b8af9f9c929a
|
||||
SIZE (antchfx-xpath-v1.0.0_GH0.tar.gz) = 23845
|
||||
TIMESTAMP = 1619068742
|
||||
SHA256 (gocolly-colly-v2.1.0_GH0.tar.gz) = f687b922597649033cd388ff81c388b066b4d54b414e86ed1be82fb1c1b0cc3a
|
||||
SIZE (gocolly-colly-v2.1.0_GH0.tar.gz) = 81626
|
||||
SHA256 (PuerkitoBio-goquery-v1.5.1_GH0.tar.gz) = 50b671f7128ac6993b7388d4e8a76901afdcaa7c6889f45687a2acc0d0753ca4
|
||||
SIZE (PuerkitoBio-goquery-v1.5.1_GH0.tar.gz) = 101380
|
||||
SHA256 (andybalholm-cascadia-v1.2.0_GH0.tar.gz) = 5f2cee3689470b1adc7af495402ccf7e047c7216d865b4b2bf55e910638e31e2
|
||||
SIZE (andybalholm-cascadia-v1.2.0_GH0.tar.gz) = 17419
|
||||
SHA256 (antchfx-htmlquery-v1.2.3_GH0.tar.gz) = 059edb4ec919538d236b16bdc5871fe72875e1dd1f8da8b2d09c5d884ad33752
|
||||
SIZE (antchfx-htmlquery-v1.2.3_GH0.tar.gz) = 7344
|
||||
SHA256 (antchfx-xmlquery-v1.2.4_GH0.tar.gz) = bbad1b253b8de0ba40b84747086f64438a9b7c0b7950771724e8036b045596ea
|
||||
SIZE (antchfx-xmlquery-v1.2.4_GH0.tar.gz) = 13218
|
||||
SHA256 (antchfx-xpath-v1.1.8_GH0.tar.gz) = 3295c4338b8961122139e2b9d18cfc6c65d45d95590e6131a46dc508e559e542
|
||||
SIZE (antchfx-xpath-v1.1.8_GH0.tar.gz) = 25477
|
||||
SHA256 (gobwas-glob-v0.2.3_GH0.tar.gz) = 325026fc78bcebcf31151b6e060f4e1c3321b04ded3dab63b63610b323c10850
|
||||
SIZE (gobwas-glob-v0.2.3_GH0.tar.gz) = 25962
|
||||
SHA256 (golang-appengine-v1.6.1_GH0.tar.gz) = 1755aaf4c6246579337bf1bc4f834ef00c56216da87b20456863ca91985b5afa
|
||||
SIZE (golang-appengine-v1.6.1_GH0.tar.gz) = 333353
|
||||
SHA256 (golang-net-ca1201d0de80_GH0.tar.gz) = 1d0b1f44b64c6248ce65f4d78add4228f15ffbdbe4a559a6d1effa410ce01071
|
||||
SIZE (golang-net-ca1201d0de80_GH0.tar.gz) = 1099216
|
||||
SHA256 (golang-protobuf-v1.3.1_GH0.tar.gz) = 3f3a6123054a9847093c119895f1660612f301fe95358f3a6a1a33fd0933e6cf
|
||||
SIZE (golang-protobuf-v1.3.1_GH0.tar.gz) = 310884
|
||||
SHA256 (golang-appengine-v1.6.6_GH0.tar.gz) = 0c3d1e1c7ba0b97ea3457ddd169aac0667dbbb8c8d81e011632751f75bfbb624
|
||||
SIZE (golang-appengine-v1.6.6_GH0.tar.gz) = 332981
|
||||
SHA256 (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = b92f918daa48048fd360f14d1a4aed6e70c1176ae6b00b0dc04094bb088e9865
|
||||
SIZE (golang-groupcache-8c9f03a8e57e_GH0.tar.gz) = 26047
|
||||
SHA256 (golang-net-627f9648deb9_GH0.tar.gz) = a171ecd3ca1ca546c82806d7ddba1985b18da28530cb7479ea62d90ea1f81041
|
||||
SIZE (golang-net-627f9648deb9_GH0.tar.gz) = 1177189
|
||||
SHA256 (golang-protobuf-v1.4.2_GH0.tar.gz) = a1e486b3ed6f502c43e10cb28bde4e8f020a420ef9958d3fbe61801492c07c87
|
||||
SIZE (golang-protobuf-v1.4.2_GH0.tar.gz) = 171778
|
||||
SHA256 (golang-text-v0.3.2_GH0.tar.gz) = 0b9309698f5708531c5377ab1e29b423a6d9e20c55a8d386c3b8283428212f22
|
||||
SIZE (golang-text-v0.3.2_GH0.tar.gz) = 7168069
|
||||
SHA256 (jawher-mow.cli-v1.1.0_GH0.tar.gz) = af18e157df5c23a1a4f05cb45fadef0a0a6f18717582656d42f6287d2bdc398a
|
||||
SIZE (jawher-mow.cli-v1.1.0_GH0.tar.gz) = 65838
|
||||
SHA256 (kennygrant-sanitize-v1.2.4_GH0.tar.gz) = cba9e054e07ba95b23d16b409eb7ac157e6be68c024e3fed0bbfef78524d4802
|
||||
SIZE (kennygrant-sanitize-v1.2.4_GH0.tar.gz) = 8922
|
||||
SHA256 (protocolbuffers-protobuf-go-v1.24.0_GH0.tar.gz) = 318e54ee12d09e9c76fc11cf85f6297360e6444b74a6a7882450501bb952ba56
|
||||
SIZE (protocolbuffers-protobuf-go-v1.24.0_GH0.tar.gz) = 1227640
|
||||
SHA256 (saintfish-chardet-3af4cd4741ca_GH0.tar.gz) = c8c970cb05a93c50941a1ee550db75c9fbc7e11374a59b9002c2d87ec55851ab
|
||||
SIZE (saintfish-chardet-3af4cd4741ca_GH0.tar.gz) = 267071
|
||||
SHA256 (temoto-robotstxt-v1.1.1_GH0.tar.gz) = 11c466c2c9252ab8908eb319189cd7769144d8d039765f6419d605be061098c2
|
||||
|
Loading…
Reference in New Issue
Block a user