From owner-svn-ports-all@freebsd.org Thu May 18 09:30:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81CBFD72510; Thu, 18 May 2017 09:30:43 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35D84187E; Thu, 18 May 2017 09:30:43 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4I9UgpE038075; Thu, 18 May 2017 09:30:42 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4I9UfOO037403; Thu, 18 May 2017 09:30:41 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705180930.v4I9UfOO037403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 18 May 2017 09:30:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441135 - head/devel/libgit2-glib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2017 09:30:43 -0000 Author: kwm Date: Thu May 18 09:30:41 2017 New Revision: 441135 URL: https://svnweb.freebsd.org/changeset/ports/441135 Log: Update libgit2-glib to 0.25.0. * this version supports libgit2 0.25.x series * Review dependancies Modified: head/devel/libgit2-glib/Makefile head/devel/libgit2-glib/distinfo head/devel/libgit2-glib/pkg-plist Modified: head/devel/libgit2-glib/Makefile ============================================================================== --- head/devel/libgit2-glib/Makefile Thu May 18 09:29:55 2017 (r441134) +++ head/devel/libgit2-glib/Makefile Thu May 18 09:30:41 2017 (r441135) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libgit2-glib -PORTVERSION= 0.24.4 +PORTVERSION= 0.25.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -13,13 +13,12 @@ COMMENT= Glib wrapper library around the LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= vapigen:lang/vala \ - gtkdoc-check:textproc/gtk-doc +BUILD_DEPENDS= vapigen:lang/vala LIB_DEPENDS= libgit2.so:devel/libgit2 -USES= compiler:c11 gettext-runtime gmake libtool localbase \ +USES= comipler:c11 gmake libtool localbase \ pathfix pkgconfig tar:xz -USE_GNOME= glib20 gnomeprefix gtk30 intlhack introspection +USE_GNOME= glib20 gnomeprefix introspection USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes Modified: head/devel/libgit2-glib/distinfo ============================================================================== --- head/devel/libgit2-glib/distinfo Thu May 18 09:29:55 2017 (r441134) +++ head/devel/libgit2-glib/distinfo Thu May 18 09:30:41 2017 (r441135) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477242775 -SHA256 (gnome3/libgit2-glib-0.24.4.tar.xz) = 3a211f756f250042f352b3070e7314a048c88e785dba9d118b851253a7c60220 -SIZE (gnome3/libgit2-glib-0.24.4.tar.xz) = 458360 +TIMESTAMP = 1495094845 +SHA256 (gnome3/libgit2-glib-0.25.0.tar.xz) = 4a256b9acfb93ea70d37213a4083e2310e59b05f2c7595242fe3c239327bc565 +SIZE (gnome3/libgit2-glib-0.25.0.tar.xz) = 420500 Modified: head/devel/libgit2-glib/pkg-plist ============================================================================== --- head/devel/libgit2-glib/pkg-plist Thu May 18 09:29:55 2017 (r441134) +++ head/devel/libgit2-glib/pkg-plist Thu May 18 09:30:41 2017 (r441135) @@ -43,6 +43,7 @@ include/libgit2-glib-1.0/libgit2-glib/gg include/libgit2-glib-1.0/libgit2-glib/ggit-object.h include/libgit2-glib-1.0/libgit2-glib/ggit-oid.h include/libgit2-glib-1.0/libgit2-glib/ggit-patch.h +include/libgit2-glib-1.0/libgit2-glib/ggit-proxy-options.h include/libgit2-glib-1.0/libgit2-glib/ggit-push-options.h include/libgit2-glib-1.0/libgit2-glib/ggit-rebase-operation.h include/libgit2-glib-1.0/libgit2-glib/ggit-rebase-options.h