Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MantisBT: Update to v2.27.0 #6378

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cross/mantisbt/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = mantisbt
PKG_VERS = 2.26.3
PKG_VERS = 2.27.0
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://sourceforge.net/projects/$(PKG_NAME)/files/mantis-stable/$(PKG_VERS)
Expand Down
6 changes: 3 additions & 3 deletions cross/mantisbt/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mantisbt-2.26.3.tar.gz SHA1 c330020817774ef4eeb39d61b1c595dab39c6246
mantisbt-2.26.3.tar.gz SHA256 6f70c381b4c19c2153e83acdad280cff3662a45cf27df6009f576f2b5447f7ed
mantisbt-2.26.3.tar.gz MD5 47b1feeeb0ffb310c9cc76873a478612
mantisbt-2.27.0.tar.gz SHA1 4fefd2563a48379756ab8eb62c5f994b49579c66
mantisbt-2.27.0.tar.gz SHA256 8ab7201dccbc991b99170bcc7caa644a541401168c84f156e1629649a84e13af
mantisbt-2.27.0.tar.gz MD5 c7b99d6b46de8e0597713571c570bac5
8 changes: 4 additions & 4 deletions spk/mantisbt/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
SPK_NAME = mantisbt
SPK_VERS = 2.26.3
SPK_REV = 6
SPK_VERS = 2.27.0
SPK_REV = 7
SPK_ICON = src/mantisbt.png

DEPENDS = cross/$(SPK_NAME)
DEPENDS = cross/mantisbt
# Pure PHP package, make sure ARCH is noarch
override ARCH=noarch

Expand All @@ -15,7 +15,7 @@ MAINTAINER = SynoCommunity
DESCRIPTION = Mantis is an easily deployable, web based bugtracker to aid product bug tracking. It requires PHP, MySQL and a web server. It is simpler than Bugzilla and easily editable.
DESCRIPTION_FRE = Mantis est un bugtracker web aisément déployable pour faciliter le suivi des bogues. Il nécessite PHP, MySQL et un serveur web. Il est plus simple d\'accès que Bugzilla et facilement modifiable.
DISPLAY_NAME = MantisBT
CHANGELOG = "1. Update to v2.26.3.<br/>2. Add PHP profiles for DSM 6.<br/>3. Add backup and restore functions."
CHANGELOG = "1. Update to v2.27.0."

HOMEPAGE = https://www.mantisbt.org
LICENSE = GPL
Expand Down
Loading