aboutsummaryrefslogtreecommitdiff
path: root/misc/ossp-uuid
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2008-05-30 10:43:08 +0000
committerVasil Dimov <vd@FreeBSD.org>2008-05-30 10:43:08 +0000
commitbca9b7b6e7627736eb65cd4ee7e823e28f332c3f (patch)
tree57b3f48f4f43f70a4e63dec4f9005949bb29973f /misc/ossp-uuid
parentc141f806bc56ceaa0dd0cf6d560ceacdbd49f388 (diff)
downloadports-bca9b7b6e7627736eb65cd4ee7e823e28f332c3f.tar.gz
ports-bca9b7b6e7627736eb65cd4ee7e823e28f332c3f.zip
Upgrade misc/ossp-uuid from 1.6.0 to 1.6.1
Notes
Notes: svn path=/head/; revision=213915
Diffstat (limited to 'misc/ossp-uuid')
-rw-r--r--misc/ossp-uuid/Makefile3
-rw-r--r--misc/ossp-uuid/distinfo6
-rw-r--r--misc/ossp-uuid/files/patch-Makefile.in10
3 files changed, 9 insertions, 10 deletions
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile
index 9728102ce2cd..9ea47855a8c7 100644
--- a/misc/ossp-uuid/Makefile
+++ b/misc/ossp-uuid/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= uuid
-PORTVERSION= 1.6.0
-PORTREVISION= 1
+PORTVERSION= 1.6.1
CATEGORIES= misc devel
MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
diff --git a/misc/ossp-uuid/distinfo b/misc/ossp-uuid/distinfo
index fcbe9084f27f..bd486d5b82be 100644
--- a/misc/ossp-uuid/distinfo
+++ b/misc/ossp-uuid/distinfo
@@ -1,3 +1,3 @@
-MD5 (uuid-1.6.0.tar.gz) = 752cae29ed7d7460a6ab770e850bcb5d
-SHA256 (uuid-1.6.0.tar.gz) = c96551baac04c2e4194194ba0e6ad416bb70240b64924adfbd8ca31fdcd3f48c
-SIZE (uuid-1.6.0.tar.gz) = 406796
+MD5 (uuid-1.6.1.tar.gz) = 18c8875411da07fe4503fdfc2136bf46
+SHA256 (uuid-1.6.1.tar.gz) = 6522729b6914a4be752aa1dffb82f57c4f182b1a373d864eed8f2ec1e943215e
+SIZE (uuid-1.6.1.tar.gz) = 544083
diff --git a/misc/ossp-uuid/files/patch-Makefile.in b/misc/ossp-uuid/files/patch-Makefile.in
index 9ae6442540bf..0085c6be4bd6 100644
--- a/misc/ossp-uuid/files/patch-Makefile.in
+++ b/misc/ossp-uuid/files/patch-Makefile.in
@@ -1,15 +1,15 @@
---- Makefile.in.orig Mon Jul 31 15:20:03 2006
-+++ Makefile.in Wed Aug 2 17:55:11 2006
-@@ -61,7 +61,7 @@
+--- Makefile.in.orig 2008-02-21 09:56:57.000000000 +0200
++++ Makefile.in 2008-05-30 13:28:33.000000000 +0300
+@@ -62,7 +62,7 @@
PHP = @PHP@
PG_CONFIG = @PG_CONFIG@
-LIB_NAME = libuuid.la
+LIB_NAME = libuuid.a
- LIB_OBJS = uuid.lo uuid_md5.lo uuid_sha1.lo uuid_prng.lo uuid_mac.lo uuid_ui64.lo uuid_ui128.lo uuid_str.lo
+ LIB_OBJS = uuid.lo uuid_md5.lo uuid_sha1.lo uuid_prng.lo uuid_mac.lo uuid_time.lo uuid_ui64.lo uuid_ui128.lo uuid_str.lo
DCE_NAME = libuuid_dce.la
-@@ -225,12 +225,12 @@
+@@ -226,12 +226,12 @@
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(prefix)
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir)
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(includedir)