mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Update to 0.3.3
Submitted by: Andy Fawcett <andy@athame.co.uk>
This commit is contained in:
parent
41a63818d3
commit
0ccad622c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115941
@ -5,12 +5,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= uptimed
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.3.3
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://unixcode.org/downloads/uptimed/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= . arved
|
||||
http://people.fruitsalad.org/tap/distfiles/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= andy@athame.co.uk
|
||||
@ -18,8 +16,8 @@ COMMENT= Rob Kaper's uptime daemon
|
||||
|
||||
PREFIX= ${LOCALBASE}
|
||||
|
||||
USE_LIBTOOL_VER=15
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${LOCALBASE}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (uptimed-0.3.1.tar.gz) = bfa111f0dd3828f595445d1f440ec254
|
||||
SIZE (uptimed-0.3.1.tar.gz) = 222082
|
||||
MD5 (uptimed-0.3.3.tar.gz) = c4380535afc759dd7596e1d67ce9ba8b
|
||||
SIZE (uptimed-0.3.1.tar.gz) = 307550
|
||||
|
14
sysutils/uptimed/files/patch-configure
Normal file
14
sysutils/uptimed/files/patch-configure
Normal file
@ -0,0 +1,14 @@
|
||||
--- configure.orig Sun Jun 20 13:45:58 2004
|
||||
+++ configure Wed Aug 11 19:50:00 2004
|
||||
@@ -157,9 +157,9 @@
|
||||
|
||||
|
||||
|
||||
-tagnames=`echo "$tagnames,CXX" | sed 's/^,//'`
|
||||
+#tagnames=`echo "$tagnames,CXX" | sed 's/^,//'`
|
||||
|
||||
-tagnames=`echo "$tagnames,F77" | sed 's/^,//'`
|
||||
+#tagnames=`echo "$tagnames,F77" | sed 's/^,//'`
|
||||
|
||||
if expr a : '\(a\)' >/dev/null 2>&1; then
|
||||
as_expr=expr
|
@ -1,7 +1,6 @@
|
||||
#!/bin/sh
|
||||
case "$1" in
|
||||
start)
|
||||
/usr/local/sbin/uptimed -b
|
||||
echo -n ' uptimed'
|
||||
/usr/local/sbin/uptimed
|
||||
;;
|
||||
|
@ -1,7 +1,6 @@
|
||||
bin/uprecords
|
||||
etc/uptimed.conf-dist
|
||||
lib/libuptimed.a
|
||||
lib/libuptimed.la
|
||||
lib/libuptimed.so
|
||||
lib/libuptimed.so.0
|
||||
sbin/uptimed
|
||||
|
Loading…
Reference in New Issue
Block a user