diff options
author | krion <krion@FreeBSD.org> | 2004-02-17 17:43:58 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-17 17:43:58 +0800 |
commit | 23375bc8ca04be489a15aed25df04f48259e3d4d (patch) | |
tree | 2f9d9a43559828cf2988bb80010b1b7299a9c6be /misc/ossp-uuid/Makefile | |
parent | 0f745da460f9edf64d71dc14dc4f9a72dd5c493d (diff) | |
download | freebsd-ports-gnome-23375bc8ca04be489a15aed25df04f48259e3d4d.tar.gz freebsd-ports-gnome-23375bc8ca04be489a15aed25df04f48259e3d4d.tar.zst freebsd-ports-gnome-23375bc8ca04be489a15aed25df04f48259e3d4d.zip |
- Update to version 1.0.0
PR: ports/62941
Submitted by: maintainer
Diffstat (limited to 'misc/ossp-uuid/Makefile')
-rw-r--r-- | misc/ossp-uuid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile index 9101739ecef0..18d9b0255bc2 100644 --- a/misc/ossp-uuid/Makefile +++ b/misc/ossp-uuid/Makefile @@ -6,7 +6,7 @@ # PORTNAME= uuid -PORTVERSION= 0.9.7 +PORTVERSION= 1.0.0 CATEGORIES= misc devel MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/${PORTNAME}/ PKGNAMEPREFIX= ossp- |