Date: Sun, 23 Apr 2017 08:36:28 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439207 - head/devel/libgit2-glib Message-ID: <201704230836.v3N8aSiX071414@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Sun Apr 23 08:36:28 2017 New Revision: 439207 URL: https://svnweb.freebsd.org/changeset/ports/439207 Log: Update libgit2-glib to 0.24.4. Switch to USES=localbase Obtained from: GNOME devel repo Modified: head/devel/libgit2-glib/Makefile head/devel/libgit2-glib/distinfo Modified: head/devel/libgit2-glib/Makefile ============================================================================== --- head/devel/libgit2-glib/Makefile Sun Apr 23 08:35:28 2017 (r439206) +++ head/devel/libgit2-glib/Makefile Sun Apr 23 08:36:28 2017 (r439207) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libgit2-glib -PORTVERSION= 0.24.0 -PORTREVISION= 2 +PORTVERSION= 0.24.4 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -18,14 +17,13 @@ BUILD_DEPENDS= vapigen:lang/vala \ gtkdoc-check:textproc/gtk-doc LIB_DEPENDS= libgit2.so:devel/libgit2 -USES= compiler:c11 gmake libtool pathfix pkgconfig tar:xz +USES= compiler:c11 gettext-runtime gmake libtool localbase \ + pathfix pkgconfig tar:xz USE_GNOME= glib20 gnomeprefix gtk30 intlhack introspection USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS= --disable-python -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .include <bsd.port.mk> Modified: head/devel/libgit2-glib/distinfo ============================================================================== --- head/devel/libgit2-glib/distinfo Sun Apr 23 08:35:28 2017 (r439206) +++ head/devel/libgit2-glib/distinfo Sun Apr 23 08:36:28 2017 (r439207) @@ -1,2 +1,3 @@ -SHA256 (gnome3/libgit2-glib-0.24.0.tar.xz) = d616c268821c28ff8dc1a6419dbf8555fa48e31dc6509c10f5151be7690f4845 -SIZE (gnome3/libgit2-glib-0.24.0.tar.xz) = 456724 +TIMESTAMP = 1477242775 +SHA256 (gnome3/libgit2-glib-0.24.4.tar.xz) = 3a211f756f250042f352b3070e7314a048c88e785dba9d118b851253a7c60220 +SIZE (gnome3/libgit2-glib-0.24.4.tar.xz) = 458360
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704230836.v3N8aSiX071414>