svn commit: r317303 - head/devel/libevtx

Antoine Brodin antoine at FreeBSD.org
Sat May 4 11:26:17 UTC 2013


Author: antoine
Date: Sat May  4 09:38:46 2013
New Revision: 317303
URL: http://svnweb.freebsd.org/changeset/ports/317303

Log:
  Update libevtx to alpha-20130421
  libevtx does not work with python 3 yet
  Do not show dialog for global options
  
  Approved by:	eadler, miwi (mentors, implicit)

Modified:
  head/devel/libevtx/Makefile
  head/devel/libevtx/distinfo

Modified: head/devel/libevtx/Makefile
==============================================================================
--- head/devel/libevtx/Makefile	Sat May  4 09:31:30 2013	(r317302)
+++ head/devel/libevtx/Makefile	Sat May  4 09:38:46 2013	(r317303)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libevtx
-DISTVERSION=	alpha-20130418
+DISTVERSION=	alpha-20130421
 CATEGORIES=	devel
 MASTER_SITES=	GOOGLE_CODE
 
@@ -13,8 +13,8 @@ LICENSE=	LGPL3
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-python
-USES=		pathfix gettext iconv
-USE_PYTHON=	yes
+USES=		gettext iconv pathfix
+USE_PYTHON=	-2.7
 USE_LDCONFIG=	yes
 
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -23,8 +23,6 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 MAN1=		evtxinfo.1
 MAN3=		libevtx.3
 
-OPTIONS_DEFINE=	DOCS EXAMPLES
-
 PORTDOCS=	AUTHORS ChangeLog
 PORTEXAMPLES=	*
 

Modified: head/devel/libevtx/distinfo
==============================================================================
--- head/devel/libevtx/distinfo	Sat May  4 09:31:30 2013	(r317302)
+++ head/devel/libevtx/distinfo	Sat May  4 09:38:46 2013	(r317303)
@@ -1,2 +1,2 @@
-SHA256 (libevtx-alpha-20130418.tar.gz) = 244e1eff968dcf6766baf0c9ae96edfc9a47abc8ccdbe0bd9f98e3edc8f55d23
-SIZE (libevtx-alpha-20130418.tar.gz) = 1675363
+SHA256 (libevtx-alpha-20130421.tar.gz) = ec1c07e7b65909beb92e22a4a64bfe507c506f6b0f29e529f67722390169ce51
+SIZE (libevtx-alpha-20130421.tar.gz) = 1676896


More information about the svn-ports-all mailing list