From owner-svn-ports-head@FreeBSD.ORG Mon Jun 3 18:41:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 196CA420; Mon, 3 Jun 2013 18:41:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0B9971F5B; Mon, 3 Jun 2013 18:41:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r53Ifvp5019173; Mon, 3 Jun 2013 18:41:57 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r53IfvFj019171; Mon, 3 Jun 2013 18:41:57 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201306031841.r53IfvFj019171@svn.freebsd.org> From: Antoine Brodin Date: Mon, 3 Jun 2013 18:41:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319800 - head/devel/libregf 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.14 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 Jun 2013 18:41:58 -0000 Author: antoine Date: Mon Jun 3 18:41:57 2013 New Revision: 319800 URL: http://svnweb.freebsd.org/changeset/ports/319800 Log: - Update libregf to alpha-20130601 - It does not work with python 3 yet Modified: head/devel/libregf/Makefile head/devel/libregf/distinfo Modified: head/devel/libregf/Makefile ============================================================================== --- head/devel/libregf/Makefile Mon Jun 3 18:38:53 2013 (r319799) +++ head/devel/libregf/Makefile Mon Jun 3 18:41:57 2013 (r319800) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libregf -DISTVERSION= alpha-20130420 +DISTVERSION= alpha-20130601 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE @@ -13,8 +13,8 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python -USES= fuse pathfix gettext iconv -USE_PYTHON= yes +USES= fuse gettext iconv pathfix +USE_PYTHON= -2.7 USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib Modified: head/devel/libregf/distinfo ============================================================================== --- head/devel/libregf/distinfo Mon Jun 3 18:38:53 2013 (r319799) +++ head/devel/libregf/distinfo Mon Jun 3 18:41:57 2013 (r319800) @@ -1,2 +1,2 @@ -SHA256 (libregf-alpha-20130420.tar.gz) = 9bce5aa9d8dcfa0b7094370f1bb3978d3a6d14e6e24289c7303b0080b5a5b2bb -SIZE (libregf-alpha-20130420.tar.gz) = 1401974 +SHA256 (libregf-alpha-20130601.tar.gz) = f2263d2afe824ad12d29009a4601b125b91b04c07f363174506af6395242e16c +SIZE (libregf-alpha-20130601.tar.gz) = 1403633