Skip to content

Commit

Permalink
sysutils/symon: Update to 2.88
Browse files Browse the repository at this point in the history
This version only changes some Linux specific area. Get rid of the
calls to lorder and tsort though, as these will go away.

PR:		259254
  • Loading branch information
uqs committed Dec 27, 2021
1 parent 53cb979 commit 128d3b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions sysutils/symon/Makefile
@@ -1,9 +1,9 @@
# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>

PORTNAME= symon
PORTVERSION= 2.87
PORTVERSION= 2.88
CATEGORIES= sysutils
MASTER_SITES= http://wpd.home.xs4all.nl/symon/philes/ \
MASTER_SITES= https://wpd.home.xs4all.nl/symon/philes/ \
LOCAL/uqs

MAINTAINER= uqs@FreeBSD.org
Expand Down Expand Up @@ -50,7 +50,7 @@ PLIST_SUB+= SYMUX="@comment "
.endif
SUBDIR+= client

MAKE_ARGS+= SUBDIR="${SUBDIR}" RRDDIR="${LOCALBASE}" \
MAKE_ARGS+= SUBDIR="${SUBDIR}" RRDDIR="${LOCALBASE}" LORDER=echo TSORT=cat \
SYSCONFDIR="${PREFIX}/etc" PREFIX="${STAGEDIR}/${PREFIX}"

.include <bsd.port.pre.mk>
Expand Down
6 changes: 3 additions & 3 deletions sysutils/symon/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1467363103
SHA256 (symon-2.87.tar.gz) = 3c0fa1aa0073f66c45697ffc12bb8da669eb67aeac22041d21235bbc515a8602
SIZE (symon-2.87.tar.gz) = 107607
TIMESTAMP = 1640596364
SHA256 (symon-2.88.tar.gz) = 02fd2641b0f671b1a623ff37099c75a3523e3ae98c7fdb1f5ebd04cb9cfa20f1
SIZE (symon-2.88.tar.gz) = 110149

0 comments on commit 128d3b5

Please sign in to comment.