- Update to 1.2
PR: 129131 Submitted by: Alexander Haderer <alexander.haderer@loescap.de> (maintainer)
This commit is contained in:
parent
4732cd66d1
commit
8ae01089ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223786
4 changed files with 10 additions and 18 deletions
|
@ -1,27 +1,28 @@
|
|||
# New ports collection makefile for: fetchlog
|
||||
# Date created: 11 August 2003
|
||||
# Whom: Alexander Haderer <alexander.haderer@charite.de>
|
||||
# Whom: Alexander Haderer <alexander.haderer@loescap.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fetchlog
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= fetchlog
|
||||
|
||||
MAINTAINER= alexander.haderer@charite.de
|
||||
MAINTAINER= alexander.haderer@loescap.de
|
||||
COMMENT= Fetch and convert new messages of a logfile
|
||||
|
||||
MAN1= fetchlog.1
|
||||
DOCS= CHANGES README README.Nagios README.SNMP
|
||||
|
||||
post-install:
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/fetchlog ${PREFIX}/bin
|
||||
cd ${WRKSRC} && ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (fetchlog-1.0.tar.gz) = e2ef0a076d1901c489c953fe48e1b2a9
|
||||
SHA256 (fetchlog-1.0.tar.gz) = eba8150015cf43ebd41c8d8f8eaa598967ceafcd288a65ea1da4f21aa9fe3f79
|
||||
SIZE (fetchlog-1.0.tar.gz) = 24016
|
||||
MD5 (fetchlog-1.2.tar.gz) = 520c5bfd2591506444cd8ca2629c1a98
|
||||
SHA256 (fetchlog-1.2.tar.gz) = fecc4c2430fc9af078b2dc256664c3127052adba391e8baa78a2fa7fd7845cf0
|
||||
SIZE (fetchlog-1.2.tar.gz) = 24649
|
||||
|
|
|
@ -12,4 +12,4 @@ with Net-SNMP one can look at/monitor new messages in remote logfiles.
|
|||
WWW: http://fetchlog.sourceforge.net/
|
||||
|
||||
-Alexander Haderer
|
||||
alexander.haderer@charite.de
|
||||
alexander.haderer@loescap.de
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
-------------------------------------------------------------------------------
|
||||
|
||||
Note: If you are upgrading, you must remove the old bookmarkfiles.
|
||||
When calling fetchlog 1.0 with old bookmarkfiles generated from
|
||||
version 0.94 or older you will see this error message:
|
||||
|
||||
ERROR: fetchlog: no file/wrong size: /path/to/bookmark/file
|
||||
|
||||
-------------------------------------------------------------------------------
|
Loading…
Reference in a new issue