From owner-svn-ports-all@freebsd.org Thu May 18 09:32:39 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 D3CB2D72799; Thu, 18 May 2017 09:32:39 +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 A5C211E62; Thu, 18 May 2017 09:32:39 +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 v4I9WcGB039849; Thu, 18 May 2017 09:32:38 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4I9Wc23039848; Thu, 18 May 2017 09:32:38 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705180932.v4I9Wc23039848@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:32:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441137 - 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:32:39 -0000 Author: kwm Date: Thu May 18 09:32:38 2017 New Revision: 441137 URL: https://svnweb.freebsd.org/changeset/ports/441137 Log: Fix typo, in last commit. Modified: head/devel/libgit2-glib/Makefile Modified: head/devel/libgit2-glib/Makefile ============================================================================== --- head/devel/libgit2-glib/Makefile Thu May 18 09:31:38 2017 (r441136) +++ head/devel/libgit2-glib/Makefile Thu May 18 09:32:38 2017 (r441137) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= vapigen:lang/vala LIB_DEPENDS= libgit2.so:devel/libgit2 -USES= comipler:c11 gmake libtool localbase \ +USES= compiler:c11 gmake libtool localbase \ pathfix pkgconfig tar:xz USE_GNOME= glib20 gnomeprefix introspection USE_LDCONFIG= yes