svn commit: r439207 - head/devel/libgit2-glib

Koop Mast kwm at FreeBSD.org
Sun Apr 23 08:36:29 UTC 2017


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


More information about the svn-ports-head mailing list