1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

net-im/mastodon: Update version 4.0.2=>4.1.0

Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.1.0
This commit is contained in:
Muhammad Moinur Rahman 2023-03-10 18:51:12 +01:00
parent fb4d37fe46
commit c0e344f719
3 changed files with 21 additions and 6 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= mastodon
DISTVERSIONPREFIX= v
DISTVERSION= 4.0.2
DISTVERSION= 4.1.0
CATEGORIES= net-im www
MAINTAINER= bofh@FreeBSD.org
@ -35,8 +35,11 @@ GROUPS= ${PORTNAME}
RM_MASTODONFILES= .dockerignore dist/mastodon-web.service \
dist/mastodon-sidekiq.service \
dist/mastodon-streaming.service
RM_MASTODONDIRS= .circleci .github
dist/mastodon-streaming.service \
docker-compose.yml \
Dockerfile \
Vagrantfile
RM_MASTODONDIRS= .circleci .devcontainer .github
post-extract:
.for _F in ${RM_MASTODONFILES}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1669830294
SHA256 (mastodon-mastodon-v4.0.2_GH0.tar.gz) = 70a4d9dcd9b746f6e9ced9b567ee5ad81e530cfaccb7f471259b917c20166309
SIZE (mastodon-mastodon-v4.0.2_GH0.tar.gz) = 27934855
TIMESTAMP = 1678463064
SHA256 (mastodon-mastodon-v4.1.0_GH0.tar.gz) = 590aee91e7838e32215d599386e1bce26fb15ab8cbeb19301c33057321657d59
SIZE (mastodon-mastodon-v4.1.0_GH0.tar.gz) = 28475101

View File

@ -7,4 +7,16 @@ https://wiki.freebsd.org/Ports/net-im/mastodon
############################################################
EOM
}
{
type: upgrade
maximum_version: "4.1.0"
message: <<EOM
############################################################
Visit this URL to upgrade Mastodon.
Post installation tasks need to be done according to the
section Upgrade Procedure - 4.0.2=>4.1.0
https://wiki.freebsd.org/Ports/net-im/mastodon
############################################################
EOM
}
]