diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-02-11 05:06:00 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-02-11 05:06:00 +0800 |
commit | 7f4287f5cd70617032f14ef297d52df3ab8e1a4b (patch) | |
tree | b4f533ba000763523c047b075e51ca5f67088b2f | |
parent | 053b1e444c7bdfc46b1958429ecee22be822b93a (diff) | |
download | freebsd-ports-gnome-7f4287f5cd70617032f14ef297d52df3ab8e1a4b.tar.gz freebsd-ports-gnome-7f4287f5cd70617032f14ef297d52df3ab8e1a4b.tar.zst freebsd-ports-gnome-7f4287f5cd70617032f14ef297d52df3ab8e1a4b.zip |
Update to 0.9.1b:
fixed bug introduced 2004/02/05 which caused true default options,
such as INCDEPTH, to be destroyed when new options blocks are defined.
PR: ports/62560
Submitted by: Matt Pounsett <mattp@conundrum.com> (maintainer)
-rw-r--r-- | sysutils/sarah/Makefile | 2 | ||||
-rw-r--r-- | sysutils/sarah/distinfo | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/sarah/Makefile b/sysutils/sarah/Makefile index 7cbfc344ce90..68546a0a06b6 100644 --- a/sysutils/sarah/Makefile +++ b/sysutils/sarah/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sarah -PORTVERSION= 0.9b +PORTVERSION= 0.9.1b CATEGORIES= sysutils MASTER_SITES= ftp://ftp.conundrum.com/pub/sarah/ diff --git a/sysutils/sarah/distinfo b/sysutils/sarah/distinfo index 58996b0d7231..faf2988c5cf6 100644 --- a/sysutils/sarah/distinfo +++ b/sysutils/sarah/distinfo @@ -1,2 +1 @@ -MD5 (sarah-0.9b.tar.gz) = 92291635ac57fec71175961a53a35c2e -SIZE (sarah-0.9b.tar.gz) = 37922 +MD5 (sarah-0.9.1b.tar.gz) = a4c2776d167cf20c0098fdf7bfba2922 |