svn commit: r515588 - head/ports-mgmt/caronade
Bernhard Froehlich
decke at FreeBSD.org
Fri Oct 25 09:06:40 UTC 2019
Author: decke
Date: Fri Oct 25 09:06:39 2019
New Revision: 515588
URL: https://svnweb.freebsd.org/changeset/ports/515588
Log:
ports-mgmt/caronade: Update to 0.3.0
Changelog v0.3.0 - Return of Slimer:
* Detect affected ports from list of changed/added files and not from CI message
* Use Status API URL from webhook to simplify configuration
* Support Ping Webhooks
* Removed Gitea support
* Updated bulma CSS to 0.8.0
* Updated yaml dependency to 2.2.4
* Git pushes with multiple commits were fixed
* Fix ssh warning about stdin and silence ssh call for ssh recipe
* Improve documentation for remote builder setup
* Documentation fixes
Modified:
head/ports-mgmt/caronade/Makefile
head/ports-mgmt/caronade/distinfo
Modified: head/ports-mgmt/caronade/Makefile
==============================================================================
--- head/ports-mgmt/caronade/Makefile Fri Oct 25 08:50:18 2019 (r515587)
+++ head/ports-mgmt/caronade/Makefile Fri Oct 25 09:06:39 2019 (r515588)
@@ -2,8 +2,7 @@
PORTNAME= caronade
DISTVERSIONPREFIX=v
-DISTVERSION= 0.2.0
-PORTREVISION= 1
+DISTVERSION= 0.3.0
CATEGORIES= ports-mgmt
MAINTAINER= decke at FreeBSD.org
@@ -19,7 +18,7 @@ USE_GITHUB= yes
GH_ACCOUNT= decke
GH_TUPLE= NYTimes:gziphandler:v1.1.1:nytimes_gziphandler/vendor/github.com/NYTimes/gziphandler \
- go-yaml:yaml:v2.2.2:go_yaml_yaml/vendor/gopkg.in/yaml.v2
+ go-yaml:yaml:v2.2.4:go_yaml_yaml/vendor/gopkg.in/yaml.v2
post-install:
${MKDIR} ${STAGEDIR}${ETCDIR}
Modified: head/ports-mgmt/caronade/distinfo
==============================================================================
--- head/ports-mgmt/caronade/distinfo Fri Oct 25 08:50:18 2019 (r515587)
+++ head/ports-mgmt/caronade/distinfo Fri Oct 25 09:06:39 2019 (r515588)
@@ -1,7 +1,7 @@
-TIMESTAMP = 1571042243
-SHA256 (decke-caronade-v0.2.0_GH0.tar.gz) = f7b0347b5a93175cc121cb41cba88cec4046c612c8a2ce9522986da2b7348883
-SIZE (decke-caronade-v0.2.0_GH0.tar.gz) = 49457
+TIMESTAMP = 1571993646
+SHA256 (decke-caronade-v0.3.0_GH0.tar.gz) = 3a7159f6cb13d6227ab70b3d1cf8a842cc175350ecccf8f655d13ef0455d4426
+SIZE (decke-caronade-v0.3.0_GH0.tar.gz) = 50809
SHA256 (NYTimes-gziphandler-v1.1.1_GH0.tar.gz) = c236c216a16e4286338e66e0947938944992f918fe827c31f8745c0be98818d2
SIZE (NYTimes-gziphandler-v1.1.1_GH0.tar.gz) = 52107
-SHA256 (go-yaml-yaml-v2.2.2_GH0.tar.gz) = 42c3e4ef9eca2860d22b3c6c5582c6c13fb4b417e5ebc1acc56ee5e2c4ddcaff
-SIZE (go-yaml-yaml-v2.2.2_GH0.tar.gz) = 70656
+SHA256 (go-yaml-yaml-v2.2.4_GH0.tar.gz) = 9004c9709200d52ef6e5c69af3f71f3adb1a2b7e884ea7597f306bf54b1f007c
+SIZE (go-yaml-yaml-v2.2.4_GH0.tar.gz) = 72209
More information about the svn-ports-all
mailing list