From owner-svn-ports-head@freebsd.org Mon Oct 3 16:11:41 2016 Return-Path: Delivered-To: svn-ports-head@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 AD9CAAF45FC; Mon, 3 Oct 2016 16:11:41 +0000 (UTC) (envelope-from novel@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 71E5336F; Mon, 3 Oct 2016 16:11:41 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u93GBeAk092710; Mon, 3 Oct 2016 16:11:40 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u93GBe6C092707; Mon, 3 Oct 2016 16:11:40 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610031611.u93GBe6C092707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Mon, 3 Oct 2016 16:11:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423207 - in head/devel/spice-protocol: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2016 16:11:41 -0000 Author: novel Date: Mon Oct 3 16:11:40 2016 New Revision: 423207 URL: https://svnweb.freebsd.org/changeset/ports/423207 Log: devel/spice-protocol: update to 0.12.12 Deleted: head/devel/spice-protocol/files/ Modified: head/devel/spice-protocol/Makefile head/devel/spice-protocol/distinfo head/devel/spice-protocol/pkg-plist Modified: head/devel/spice-protocol/Makefile ============================================================================== --- head/devel/spice-protocol/Makefile Mon Oct 3 16:11:00 2016 (r423206) +++ head/devel/spice-protocol/Makefile Mon Oct 3 16:11:40 2016 (r423207) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= spice-protocol -PORTVERSION= 0.12.10 -PORTREVISION= 1 +PORTVERSION= 0.12.12 CATEGORIES= devel MASTER_SITES= http://www.spice-space.org/download/releases/ @@ -17,11 +16,4 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six> GNU_CONFIGURE= yes USES= gmake pathfix pkgconfig python tar:bzip2 -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/spice-protocol|(datadir)/spice-protocol/|' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/python_modules/Makefile.in - -post-install: - @${PYTHON_CMD} -m compileall -d ${DATADIR} ${STAGEDIR}${DATADIR} - .include Modified: head/devel/spice-protocol/distinfo ============================================================================== --- head/devel/spice-protocol/distinfo Mon Oct 3 16:11:00 2016 (r423206) +++ head/devel/spice-protocol/distinfo Mon Oct 3 16:11:40 2016 (r423207) @@ -1,2 +1,3 @@ -SHA256 (spice-protocol-0.12.10.tar.bz2) = 788f0d7195bec5b14371732b562eb55ca82712aab12273b0e87529fb30532efb -SIZE (spice-protocol-0.12.10.tar.bz2) = 103029 +TIMESTAMP = 1472391515 +SHA256 (spice-protocol-0.12.12.tar.bz2) = 17abdc2743b5d44b0f4423b61c44aafe9f2078c27218aeea78c2d02a5c409d03 +SIZE (spice-protocol-0.12.12.tar.bz2) = 80628 Modified: head/devel/spice-protocol/pkg-plist ============================================================================== --- head/devel/spice-protocol/pkg-plist Mon Oct 3 16:11:00 2016 (r423206) +++ head/devel/spice-protocol/pkg-plist Mon Oct 3 16:11:40 2016 (r423207) @@ -14,20 +14,4 @@ include/spice-1/spice/stats.h include/spice-1/spice/types.h include/spice-1/spice/vd_agent.h include/spice-1/spice/vdi_dev.h -%%DATADIR%%/python_modules/__init__.py -%%DATADIR%%/python_modules/__init__.pyc -%%DATADIR%%/python_modules/codegen.py -%%DATADIR%%/python_modules/codegen.pyc -%%DATADIR%%/python_modules/demarshal.py -%%DATADIR%%/python_modules/demarshal.pyc -%%DATADIR%%/python_modules/marshal.py -%%DATADIR%%/python_modules/marshal.pyc -%%DATADIR%%/python_modules/ptypes.py -%%DATADIR%%/python_modules/ptypes.pyc -%%DATADIR%%/python_modules/spice_parser.py -%%DATADIR%%/python_modules/spice_parser.pyc -%%DATADIR%%/spice.proto -%%DATADIR%%/spice1.proto -%%DATADIR%%/spice_codegen.py -%%DATADIR%%/spice_codegen.pyc libdata/pkgconfig/spice-protocol.pc