diff options
author | jeh <jeh@FreeBSD.org> | 2004-06-24 09:10:58 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2004-06-24 09:10:58 +0800 |
commit | e3ee95b00c933d59dc954cf71147eaff550d003c (patch) | |
tree | 5811391e9bcaebc40d70864364ba0dafa8018010 /sysutils | |
parent | ab318fb5b16fed1d7ca5360973f885e0e301389b (diff) | |
download | freebsd-ports-gnome-e3ee95b00c933d59dc954cf71147eaff550d003c.tar.gz freebsd-ports-gnome-e3ee95b00c933d59dc954cf71147eaff550d003c.tar.zst freebsd-ports-gnome-e3ee95b00c933d59dc954cf71147eaff550d003c.zip |
Upgrade to version 0.7.7 which fixes the compile problems on -CURRENT
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/healthd/Makefile | 7 | ||||
-rw-r--r-- | sysutils/healthd/distinfo | 4 |
2 files changed, 3 insertions, 8 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile index f2aaaaa7f57a..86df6cd0510c 100644 --- a/sysutils/healthd/Makefile +++ b/sysutils/healthd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= healthd -PORTVERSION= 0.7.6 -PORTREVISION= 1 +PORTVERSION= 0.7.7 CATEGORIES= sysutils ipv6 MASTER_SITES= http://healthd.thehousleys.net/ \ http://healthd1.thehousleys.net/ @@ -43,10 +42,6 @@ EXTRA_PATCHES= files/healthd.sh-500038 USE_RC_SUBR= yes .endif -.if ${OSVERSION} > 502110 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - post-install: ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh @if [ ! -f ${PREFIX}/etc/healthd.conf ]; then \ diff --git a/sysutils/healthd/distinfo b/sysutils/healthd/distinfo index a937873e8a82..4b84e60f82ab 100644 --- a/sysutils/healthd/distinfo +++ b/sysutils/healthd/distinfo @@ -1,2 +1,2 @@ -MD5 (healthd-0.7.6.tar.gz) = 31e946360870b97b67349c08f75d291e -SIZE (healthd-0.7.6.tar.gz) = 67190 +MD5 (healthd-0.7.7.tar.gz) = e7d4bbc4ee4f2df70f28ff0b539aae73 +SIZE (healthd-0.7.7.tar.gz) = 67263 |