diff options
author | cperciva <cperciva@FreeBSD.org> | 2004-10-29 01:42:59 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2004-10-29 01:42:59 +0800 |
commit | 38459587c6ff713bda75d6a0811365ed200c57c2 (patch) | |
tree | 60cb907f3a1f9745b0c472082aea9e40754f5697 /sysutils | |
parent | 4a2a45831d638244452b27ccde4849ed6c1c1849 (diff) | |
download | freebsd-ports-gnome-38459587c6ff713bda75d6a0811365ed200c57c2.tar.gz freebsd-ports-gnome-38459587c6ff713bda75d6a0811365ed200c57c2.tar.zst freebsd-ports-gnome-38459587c6ff713bda75d6a0811365ed200c57c2.zip |
Sigh. I fat-fingered my #if __FreeBSD_version tests in version 0.7, and
managed to break the 5.x build. Upgrade to version 0.7.1 and hope that
I didn't miss anything this time. :-\
Reported by: Volker Kindermann
Approved by: erwin
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/est/Makefile | 2 | ||||
-rw-r--r-- | sysutils/est/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/est/Makefile b/sysutils/est/Makefile index 563351aab252..bf29b5d77638 100644 --- a/sysutils/est/Makefile +++ b/sysutils/est/Makefile @@ -6,7 +6,7 @@ # PORTNAME= est -PORTVERSION= 0.7 +PORTVERSION= 0.7.1 CATEGORIES= sysutils MASTER_SITES= http://www.daemonology.net/freebsd-est/ diff --git a/sysutils/est/distinfo b/sysutils/est/distinfo index 9aff4551ab3e..5421ead46871 100644 --- a/sysutils/est/distinfo +++ b/sysutils/est/distinfo @@ -1,2 +1,2 @@ -MD5 (est-0.7.tar.gz) = d35f170283d5f5cf4db6cae755ec3cb0 -SIZE (est-0.7.tar.gz) = 5031 +MD5 (est-0.7.1.tar.gz) = 3591a35774ceac97f66c5aea8afe01a0 +SIZE (est-0.7.1.tar.gz) = 5031 |