Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2013 18:41:57 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319800 - head/devel/libregf
Message-ID:  <201306031841.r53IfvFj019171@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306031841.r53IfvFj019171>