diff options
author | brooks <brooks@FreeBSD.org> | 2006-01-12 07:37:24 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2006-01-12 07:37:24 +0800 |
commit | 07ffbff0b64ef3cc5bbc9878d2c550ac4527e44c (patch) | |
tree | c6c16c5f465a69770cae8a44da78620f4f186897 /sysutils/diskprep/Makefile | |
parent | 192f483ebc273cff6148561f7308aecafea7531b (diff) | |
download | freebsd-ports-gnome-07ffbff0b64ef3cc5bbc9878d2c550ac4527e44c.tar.gz freebsd-ports-gnome-07ffbff0b64ef3cc5bbc9878d2c550ac4527e44c.tar.zst freebsd-ports-gnome-07ffbff0b64ef3cc5bbc9878d2c550ac4527e44c.zip |
Upgrade to 1.0.1
- Enable softupdates on disks we newfs since they are generally real
disks.
- Increase the size of swap and var in the example.
Diffstat (limited to 'sysutils/diskprep/Makefile')
-rw-r--r-- | sysutils/diskprep/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/diskprep/Makefile b/sysutils/diskprep/Makefile index 38b0867facee..70f21ea12cb9 100644 --- a/sysutils/diskprep/Makefile +++ b/sysutils/diskprep/Makefile @@ -6,8 +6,7 @@ # PORTNAME= diskprep -PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTVERSION= 1.0.1 CATEGORIES= sysutils MASTER_SITES= http://people.freebsd.org/~brooks/diskprep/ \ ${MASTER_SITE_LOCAL} |