diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 2005-01-24 09:02:25 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 2005-01-24 09:02:25 +0000 |
commit | 722a0262fe532fe701c35b2bda1601d094739858 (patch) | |
tree | ed295ef5209d568a4128205d9e04274d06116773 /misc/ossp-uuid/Makefile | |
parent | - Update to 4.2.3 (diff) |
upgrade to OSSP uuid 1.2.0 (now supporting version 5 UUIDs which are name based with SHA-1 hashing)
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 b6a68e36a770..9ccfe20f7e32 100644 --- a/misc/ossp-uuid/Makefile +++ b/misc/ossp-uuid/Makefile @@ -6,7 +6,7 @@ # PORTNAME= uuid -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= misc devel MASTER_SITES= ${MASTER_SITE_OSSP} MASTER_SITE_SUBDIR= lib/${PORTNAME} |