Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bart Ribbers
aports
Commits
3140b59a
Commit
3140b59a
authored
9 years ago
by
Łukasz Jendrysik
Committed by
Sören Tempel
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/monit: upgrade to 5.17.1
parent
7e2f2982
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/monit/APKBUILD
+9
-16
9 additions, 16 deletions
main/monit/APKBUILD
with
9 additions
and
16 deletions
main/monit/APKBUILD
+
9
−
16
View file @
3140b59a
# Contributor: Łukasz Jendrysik
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
monit
pkgver
=
5.17
pkgver
=
5.17
.1
pkgrel
=
0
pkgdesc
=
"Managing and monitoring on a UNIX system"
url
=
"http://mmonit.com/monit/"
...
...
@@ -16,22 +17,14 @@ source="http://mmonit.com/monit/dist/monit-$pkgver.tar.gz
$pkgname
.initd"
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
local
i
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
build
()
{
cd
"
$_builddir
"
./configure
--prefix
=
/usr
\
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
\
--without-pam
\
||
return
1
...
...
@@ -54,9 +47,9 @@ package() {
chmod
600
"
$pkgdir
"
/etc/monitrc
}
md5sums
=
"
76b30ae01e585d3963d68553be146da3
monit-5.17.tar.gz
md5sums
=
"
6918ed7411a244c9e158f5e54c86be78
monit-5.17.
1.
tar.gz
ada1805dc5f01d1ce7b8592955607674 monit.initd"
sha256sums
=
"
2fbcdea79ae39228791a0aaa685ebbf650f2b58d086eaf77a33226e972cb216e
monit-5.17.tar.gz
sha256sums
=
"
f71a22cfb6bd91ff46496e72e1d1b1021ecd651e7748131ce0f995cc37ff0b42
monit-5.17.
1.
tar.gz
aff2f2303aa15d6421dc9ace86099f2e1c46b7740421ebda1fbd28da8a0b3a4b monit.initd"
sha512sums
=
"
6e5459f3c1d37e3713286bfabc4a6a109f90438a0b45630af7f93fbe1e8ec7984551c7026f3fe1d8b63632bca7b3678f9ea3cbed194d6e5e7abe367d62d8ad61
monit-5.17.tar.gz
sha512sums
=
"
e28534ce3a5a95eac70f05c34b5a8545a0eb925ac90f82f71bcea8f3568be45288ddbd196c2352a390820244143511ecf2e0de21cdcab1dd2f3e4788dad71015
monit-5.17.
1.
tar.gz
94d67a995c6028d48cb729a60157ab42f2a3c15d59284f1de56c35b44bf83929ba9c42a5cbfe3bb4df0def70465cf3dff0ad6e532b6a02805840dc57785e1cc9 monit.initd"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment