Page MenuHomeFreeBSD

D15901.diff
No OneTemporary

D15901.diff

Index: head/devel/libgit2-glib/Makefile
===================================================================
--- head/devel/libgit2-glib/Makefile
+++ head/devel/libgit2-glib/Makefile
@@ -1,6 +1,8 @@
# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
+# Also update devel/libgit2, devel/rubygem-rugged, devel/py-pygit2
+
PORTNAME= libgit2-glib
PORTVERSION= 0.26.0
CATEGORIES= devel gnome
Index: head/devel/libgit2/Makefile
===================================================================
--- head/devel/libgit2/Makefile
+++ head/devel/libgit2/Makefile
@@ -1,7 +1,9 @@
# $FreeBSD$
+# Also update devel/libgit2-glib, devel/rubygem-rugged, devel/py-pygit2
+
PORTNAME= libgit2
-PORTVERSION= 0.27.1
+PORTVERSION= 0.27.2
DISTVERSIONPREFIX= v
CATEGORIES= devel
Index: head/devel/libgit2/distinfo
===================================================================
--- head/devel/libgit2/distinfo
+++ head/devel/libgit2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1528010397
-SHA256 (libgit2-libgit2-v0.27.1_GH0.tar.gz) = 837b11927bc5f64e7f9ab0376f57cfe3ca5aa52ffd2007ac41184b21124fb086
-SIZE (libgit2-libgit2-v0.27.1_GH0.tar.gz) = 4765926
+TIMESTAMP = 1529407675
+SHA256 (libgit2-libgit2-v0.27.2_GH0.tar.gz) = ffacdbd5588aeb03e98e3866a7e2ceace468723a439bdc9bb01362fe140fa9e5
+SIZE (libgit2-libgit2-v0.27.2_GH0.tar.gz) = 4770842
Index: head/devel/libgit2/files/patch-src_streams_openssl.h
===================================================================
--- head/devel/libgit2/files/patch-src_streams_openssl.h
+++ head/devel/libgit2/files/patch-src_streams_openssl.h
@@ -1,11 +0,0 @@
---- src/streams/openssl.h.orig 2018-04-23 07:00:52 UTC
-+++ src/streams/openssl.h
-@@ -31,7 +31,7 @@ extern int git_openssl__set_cert_locatio
-
-
-
--# if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
-+# if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L)
-
- GIT_INLINE(BIO_METHOD*) BIO_meth_new(int type, const char *name)
- {
Index: head/devel/libgit2/files/patch-src_streams_openssl.c
===================================================================
--- head/devel/libgit2/files/patch-src_streams_openssl.c
+++ head/devel/libgit2/files/patch-src_streams_openssl.c
@@ -1,11 +0,0 @@
---- src/streams/openssl.c.orig 2018-04-23 07:00:42 UTC
-+++ src/streams/openssl.c
-@@ -104,7 +104,7 @@ int git_openssl_stream_global_init(void)
- ssl_opts |= SSL_OP_NO_COMPRESSION;
- #endif
-
--#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
-+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L)
- SSL_load_error_strings();
- OpenSSL_add_ssl_algorithms();
- #else
Index: head/devel/py-pygit2/Makefile
===================================================================
--- head/devel/py-pygit2/Makefile
+++ head/devel/py-pygit2/Makefile
@@ -1,6 +1,8 @@
# Created by: William Grzybowski <wg@FreeBSD.org>
# $FreeBSD$
+# Also update devel/libgit2, devel/libgit2-glib, devel/rubygem-rugged
+
PORTNAME= pygit2
PORTVERSION= 0.27.1
CATEGORIES= devel python
Index: head/devel/rubygem-rugged/Makefile
===================================================================
--- head/devel/rubygem-rugged/Makefile
+++ head/devel/rubygem-rugged/Makefile
@@ -1,12 +1,14 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
+# Also update devel/libgit2, devel/libgit2-glib, devel/py-pygit2
+
PORTNAME= rugged
-PORTVERSION= 0.27.1
+PORTVERSION= 0.27.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
-MAINTAINER= ruby@FreeBSD.org
+MAINTAINER= mfechner@FreeBSD.org
COMMENT= Rugged is a Ruby binding to the libgit2 linkable library
LICENSE= MIT
@@ -17,7 +19,7 @@
libgmp.so:math/gmp
CONFIGURE_ARGS= --use-system-libraries
-USE_RUBY= yes
USES= gem pkgconfig
+USE_RUBY= yes
.include <bsd.port.mk>
Index: head/devel/rubygem-rugged/distinfo
===================================================================
--- head/devel/rubygem-rugged/distinfo
+++ head/devel/rubygem-rugged/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527701777
-SHA256 (rubygem/rugged-0.27.1.gem) = ca301d5696f75c08a60e77b9f7a75249e77fee617e4be90898f7f957b54c586f
-SIZE (rubygem/rugged-0.27.1.gem) = 1155072
+TIMESTAMP = 1529408232
+SHA256 (rubygem/rugged-0.27.2.gem) = 796de849f14aa5fb30f02c686d39ff38d234a72919c854124f3ddaaca80d50f4
+SIZE (rubygem/rugged-0.27.2.gem) = 1156608

File Metadata

Mime Type
text/plain
Expires
Fri, Jun 26, 7:53 PM (18 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34367192
Default Alt Text
D15901.diff (4 KB)

Event Timeline