From owner-svn-ports-all@freebsd.org Fri Feb 12 09:59:12 2016 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 22D1DAA6E75; Fri, 12 Feb 2016 09:59:12 +0000 (UTC) (envelope-from miwi@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 E3625917; Fri, 12 Feb 2016 09:59:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1C9xAVp034412; Fri, 12 Feb 2016 09:59:10 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1C9xAdO034410; Fri, 12 Feb 2016 09:59:10 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201602120959.u1C9xAdO034410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 12 Feb 2016 09:59:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408710 - head/audio/gogglesmm 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.20 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: Fri, 12 Feb 2016 09:59:12 -0000 Author: miwi Date: Fri Feb 12 09:59:10 2016 New Revision: 408710 URL: https://svnweb.freebsd.org/changeset/ports/408710 Log: - Update to 1.0.12 - Convert USE_SQLITE to uses PR: 206890 Submitted by: ports fury Modified: head/audio/gogglesmm/Makefile head/audio/gogglesmm/distinfo Modified: head/audio/gogglesmm/Makefile ============================================================================== --- head/audio/gogglesmm/Makefile Fri Feb 12 09:41:51 2016 (r408709) +++ head/audio/gogglesmm/Makefile Fri Feb 12 09:59:10 2016 (r408710) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gogglesmm -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.12 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org @@ -17,9 +17,8 @@ LIB_DEPENDS= libtag.so:${PORTSDIR}/audio USE_GITHUB= yes -USES= compiler:c++11-lang desktop-file-utils gmake pkgconfig +USES= compiler:c++11-lang desktop-file-utils gmake pkgconfig sqlite USE_GL= glew -USE_SQLITE= yes HAS_CONFIGURE= yes CONFIGURE_ENV= LINK="${CXX}" \ OPT_CFLAGS="${CXXFLAGS}" \ Modified: head/audio/gogglesmm/distinfo ============================================================================== --- head/audio/gogglesmm/distinfo Fri Feb 12 09:41:51 2016 (r408709) +++ head/audio/gogglesmm/distinfo Fri Feb 12 09:59:10 2016 (r408710) @@ -1,2 +1,2 @@ -SHA256 (gogglesmm-gogglesmm-1.0.9_GH0.tar.gz) = daa1421171493a645ec1087a8b80a827cca16c96e4f70366eb02ece1a9ead4fc -SIZE (gogglesmm-gogglesmm-1.0.9_GH0.tar.gz) = 1382948 +SHA256 (gogglesmm-gogglesmm-1.0.12_GH0.tar.gz) = 68488e9efd431b5b32d4c6df4d050625e0ef29db011ac6d02839485ecdd63f3c +SIZE (gogglesmm-gogglesmm-1.0.12_GH0.tar.gz) = 1385312