mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/minipot: Update to 0.2.5
While there, switch to release tarball and current upstream (bsdpot project)
This commit is contained in:
parent
bbff4e7edf
commit
eee5042ca2
2 changed files with 13 additions and 14 deletions
|
@ -1,24 +1,25 @@
|
||||||
PORTNAME= minipot
|
PORTNAME= minipot
|
||||||
PORTVERSION= 0.2.4
|
PORTVERSION= 0.2.5
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
|
MASTER_SITES= https://github.com/bsdpot/minipot/releases/download/${DISTVERSION}/
|
||||||
|
|
||||||
MAINTAINER= pizzamig@FreeBSD.org
|
MAINTAINER= pizzamig@FreeBSD.org
|
||||||
COMMENT= Mono-server installation of pot, nomad and consul
|
COMMENT= Mono-server installation of pot, nomad and consul
|
||||||
WWW= https://github.com/pizzamig/minipot
|
WWW= https://github.com/bsdpot/minipot
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
RUN_DEPENDS= pot:sysutils/pot \
|
RUN_DEPENDS= pot:sysutils/pot \
|
||||||
nomad:sysutils/nomad \
|
nomad:sysutils/nomad \
|
||||||
${LOCALBASE}/libexec/nomad/plugins/nomad-pot-driver:sysutils/nomad-pot-driver \
|
${LOCALBASE}/libexec/nomad/plugins/nomad-pot-driver:sysutils/nomad-pot-driver \
|
||||||
consul:sysutils/consul \
|
consul:sysutils/consul \
|
||||||
traefik:net/traefik
|
traefik:net/traefik
|
||||||
|
|
||||||
USE_GITHUB= yes
|
|
||||||
GH_ACCOUNT= pizzamig
|
|
||||||
NO_BUILD= yes
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
NO_BUILD= yes
|
||||||
|
|
||||||
|
PORTEXAMPLES= *
|
||||||
|
|
||||||
OPTIONS_DEFINE= CACERTS EXAMPLES
|
OPTIONS_DEFINE= CACERTS EXAMPLES
|
||||||
OPTIONS_DEFAULT= CACERTS EXAMPLES
|
OPTIONS_DEFAULT= CACERTS EXAMPLES
|
||||||
|
@ -26,8 +27,6 @@ OPTIONS_DEFAULT= CACERTS EXAMPLES
|
||||||
CACERTS_DESC = Install Certification authorities certificates
|
CACERTS_DESC = Install Certification authorities certificates
|
||||||
CACERTS_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
|
CACERTS_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
|
||||||
|
|
||||||
PORTEXAMPLES= *
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${STAGEDIR}${LOCALBASE}/etc/consul.d
|
${MKDIR} ${STAGEDIR}${LOCALBASE}/etc/consul.d
|
||||||
${MKDIR} ${STAGEDIR}${LOCALBASE}/etc/nomad
|
${MKDIR} ${STAGEDIR}${LOCALBASE}/etc/nomad
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1733244122
|
TIMESTAMP = 1741249621
|
||||||
SHA256 (pizzamig-minipot-0.2.4_GH0.tar.gz) = 6ee2d1adc0d242425814de120841573a37d6b5cf5d0fe4bac251f0f665130bd4
|
SHA256 (minipot-0.2.5.tar.gz) = d7d94e3e9860c0295013b8bee7d4f215802d3c3b97d6e8f4298beea4f683750b
|
||||||
SIZE (pizzamig-minipot-0.2.4_GH0.tar.gz) = 6136
|
SIZE (minipot-0.2.5.tar.gz) = 6149
|
||||||
|
|
Loading…
Add table
Reference in a new issue