diff options
author | vd <vd@FreeBSD.org> | 2008-05-30 18:43:08 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2008-05-30 18:43:08 +0800 |
commit | 38650023799828ee0cf556c1524490f56a4ef174 (patch) | |
tree | 92c2df189aef95f686a1dd0477bb1393e9ebc712 | |
parent | 1a07ab208499c0a7172307457f52693664871b0e (diff) | |
download | freebsd-ports-gnome-38650023799828ee0cf556c1524490f56a4ef174.tar.gz freebsd-ports-gnome-38650023799828ee0cf556c1524490f56a4ef174.tar.zst freebsd-ports-gnome-38650023799828ee0cf556c1524490f56a4ef174.zip |
Upgrade misc/ossp-uuid from 1.6.0 to 1.6.1
-rw-r--r-- | misc/ossp-uuid/Makefile | 3 | ||||
-rw-r--r-- | misc/ossp-uuid/distinfo | 6 | ||||
-rw-r--r-- | misc/ossp-uuid/files/patch-Makefile.in | 10 |
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) |