svn commit: r505029 - head/ports-mgmt/caronade

Bernhard Froehlich decke at FreeBSD.org
Mon Jun 24 14:30:49 UTC 2019


Author: decke
Date: Mon Jun 24 14:30:47 2019
New Revision: 505029
URL: https://svnweb.freebsd.org/changeset/ports/505029

Log:
  ports-mgmt/caronade:
  - Update to 0.2.0
  - Use go:modules instead of manual GOFLAGS=-mod=vendor
  
  Changes in 0.2.0:
  =================
  
  Features:
  * New Web UI with Bulma
  * Implement EMail notifications
  * Allow Environment variables to be written in Go template syntax
  * Add PathMatch parameter to separate repository into different environments
  * Implement better overlay Portstree
  * Add SSH recipe for remote building
  * Support GNU make
  
  Bugs:
  * Use the correct poudriere portstree when building
  * Fix clean targets in portlint and poudriere recipe
  * Render Job Template as soon as the job starts
  * Fix issue when StatusAPI is not used/configured

Modified:
  head/ports-mgmt/caronade/Makefile
  head/ports-mgmt/caronade/distinfo
  head/ports-mgmt/caronade/pkg-plist

Modified: head/ports-mgmt/caronade/Makefile
==============================================================================
--- head/ports-mgmt/caronade/Makefile	Mon Jun 24 13:20:24 2019	(r505028)
+++ head/ports-mgmt/caronade/Makefile	Mon Jun 24 14:30:47 2019	(r505029)
@@ -2,8 +2,7 @@
 
 PORTNAME=	caronade
 DISTVERSIONPREFIX=v
-DISTVERSION=	0.1.0
-PORTREVISION=	1
+DISTVERSION=	0.2.0
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	https://code.bluelife.at/decke/caronade/archive/ \
 		LOCAL/decke/caronade/
@@ -16,7 +15,7 @@ COMMENT=	Small and light tool to help with FreeBSD Por
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go
+USES=		go:modules
 USE_RC_SUBR=	caronade
 
 USE_GITHUB=	nodefault
@@ -24,7 +23,6 @@ GH_TUPLE=	NYTimes:gziphandler:v1.1.1:gziphandler/vendo
 		go-yaml:yaml:v2.2.2:yaml/vendor/gopkg.in/yaml.v2
 
 GO_PKGNAME=	code.bluelife.at/decke/caronade
-MAKE_ENV+=	GOFLAGS=-mod=vendor
 
 post-install:
 		${MKDIR} ${STAGEDIR}${ETCDIR}

Modified: head/ports-mgmt/caronade/distinfo
==============================================================================
--- head/ports-mgmt/caronade/distinfo	Mon Jun 24 13:20:24 2019	(r505028)
+++ head/ports-mgmt/caronade/distinfo	Mon Jun 24 14:30:47 2019	(r505029)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1552658543
-SHA256 (caronade/v0.1.0.tar.gz) = f38ef48bb783588610a3a65191cff9f230087a074668f1b7846ee089aab3335f
-SIZE (caronade/v0.1.0.tar.gz) = 59372
+TIMESTAMP = 1561385995
+SHA256 (caronade/v0.2.0.tar.gz) = f8dde847d7bcbf3ac755143e7404e567bed619d367f42629ae03b2e87c697758
+SIZE (caronade/v0.2.0.tar.gz) = 49438
 SHA256 (caronade/NYTimes-gziphandler-v1.1.1_GH0.tar.gz) = c236c216a16e4286338e66e0947938944992f918fe827c31f8745c0be98818d2
 SIZE (caronade/NYTimes-gziphandler-v1.1.1_GH0.tar.gz) = 52107
 SHA256 (caronade/go-yaml-yaml-v2.2.2_GH0.tar.gz) = 42c3e4ef9eca2860d22b3c6c5582c6c13fb4b417e5ebc1acc56ee5e2c4ddcaff

Modified: head/ports-mgmt/caronade/pkg-plist
==============================================================================
--- head/ports-mgmt/caronade/pkg-plist	Mon Jun 24 13:20:24 2019	(r505028)
+++ head/ports-mgmt/caronade/pkg-plist	Mon Jun 24 14:30:47 2019	(r505029)
@@ -2,8 +2,11 @@ bin/caronade
 caronade/static/caronade.min.css
 caronade/static/favicon-32.png
 caronade/static/favicon-96.png
+caronade/static/logo.png
+caronade/templates/email.txt
 caronade/templates/index.html
 caronade/work/portlint.mk
 caronade/work/poudriere.mk
+caronade/work/ssh.mk
 %%ETCDIR%%/caronade.yaml.sample
 @dir caronade/builds


More information about the svn-ports-all mailing list