mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.3.17
PR: 175047 Submitted by: Ports Fury
This commit is contained in:
parent
211a500ac7
commit
db8c09320e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311679
@ -1,12 +1,8 @@
|
||||
# New ports collection makefile for: uptimed
|
||||
# Date created: 23 July 2002
|
||||
# Whom: Andy Fawcett <andy@athame.co.uk>
|
||||
#
|
||||
# Created by: Andy Fawcett <andy@athame.co.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= uptimed
|
||||
PORTVERSION= 0.3.16
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.3.17
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://podgorny.cz/uptimed/releases/ \
|
||||
http://www.predatorlabs.net/dl/
|
||||
@ -14,27 +10,34 @@ MASTER_SITES= http://podgorny.cz/uptimed/releases/ \
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Uptime daemon
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf
|
||||
LIBTOOLIZE_ARGS=--copy --force
|
||||
ACLOCAL_ARGS= # empty
|
||||
AUTOMAKE_ARGS= --copy --add-missing --foreign
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
USE_LDCONFIG= yes
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool aclocal
|
||||
ACLOCAL_ARGS= # empty
|
||||
|
||||
MAN1= uprecords.1
|
||||
MAN8= uptimed.8
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/lib/sendmail|/usr/sbin/sendmail|' ${WRKSRC}/etc/uptimed.conf-dist
|
||||
@${REINPLACE_CMD} -e 's|/var/run/uptimed|/var/run/uptimed.pid|' ${WRKSRC}/etc/uptimed.conf-dist
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|/usr/lib/sendmail|/usr/sbin/sendmail| ; \
|
||||
s|/var/run/uptimed|/var/run/uptimed.pid|' \
|
||||
${WRKSRC}/etc/uptimed.conf-dist
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/www/cgi-bin
|
||||
${MKDIR} /var/spool/uptimed
|
||||
${INSTALL_PROGRAM} ${PREFIX}/bin/uprecords ${PREFIX}/www/cgi-bin/uprecords.cgi
|
||||
${INSTALL_DATA} ${WRKSRC}/sample-cgi/* ${PREFIX}/www/cgi-bin/
|
||||
@${MKDIR} ${PREFIX}/www/cgi-bin
|
||||
(cd ${PREFIX}/bin && ${INSTALL_PROGRAM} uprecords \
|
||||
${PREFIX}/www/cgi-bin/uprecords.cgi)
|
||||
(cd ${WRKSRC}/sample-cgi && ${INSTALL_DATA} * \
|
||||
${PREFIX}/www/cgi-bin)
|
||||
@${MKDIR} /var/spool/uptimed
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (uptimed-0.3.16.tar.bz2) = f508ff5e98fab9c1bc0c342bf03cc6d1c01a24f2c7ab7ea8fcbfda477e16b12b
|
||||
SIZE (uptimed-0.3.16.tar.bz2) = 197338
|
||||
SHA256 (uptimed-0.3.17.tar.bz2) = 524ce8984c0d0a780a32025ba3ffb980e5eec3d78e65cf68c91edec7fe833a06
|
||||
SIZE (uptimed-0.3.17.tar.bz2) = 269102
|
||||
|
Loading…
Reference in New Issue
Block a user