svn commit: r319800 - head/devel/libregf

Antoine Brodin antoine at FreeBSD.org
Mon Jun 3 18:41:58 UTC 2013


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


More information about the svn-ports-head mailing list