diff --git a/sysutils/uptimed/Makefile b/sysutils/uptimed/Makefile index 8beddffb9ff7..7cbfc6de6115 100644 --- a/sysutils/uptimed/Makefile +++ b/sysutils/uptimed/Makefile @@ -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} diff --git a/sysutils/uptimed/distinfo b/sysutils/uptimed/distinfo index 623ffac45011..93bf04492b72 100644 --- a/sysutils/uptimed/distinfo +++ b/sysutils/uptimed/distinfo @@ -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 diff --git a/sysutils/uptimed/files/patch-configure b/sysutils/uptimed/files/patch-configure new file mode 100644 index 000000000000..53e51767dbf6 --- /dev/null +++ b/sysutils/uptimed/files/patch-configure @@ -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 diff --git a/sysutils/uptimed/files/uptimed.sh.sample b/sysutils/uptimed/files/uptimed.sh.sample index 004119ef423b..2cfb02696751 100644 --- a/sysutils/uptimed/files/uptimed.sh.sample +++ b/sysutils/uptimed/files/uptimed.sh.sample @@ -1,7 +1,6 @@ #!/bin/sh case "$1" in start) - /usr/local/sbin/uptimed -b echo -n ' uptimed' /usr/local/sbin/uptimed ;; diff --git a/sysutils/uptimed/pkg-plist b/sysutils/uptimed/pkg-plist index b8700c446875..6d1d68831c1e 100644 --- a/sysutils/uptimed/pkg-plist +++ b/sysutils/uptimed/pkg-plist @@ -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