Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 23:11:56 +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: r375138 - in head/security/py-plaso: . files
Message-ID:  <201412202311.sBKNBuUI017799@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec 20 23:11:55 2014
New Revision: 375138
URL: https://svnweb.freebsd.org/changeset/ports/375138
QAT: https://qat.redports.org/buildarchive/r375138/

Log:
  Update to 1.2.0
  
  Announce:	http://blog.kiddaland.net/2014/12/hey-kids-i-heard-on-news-that-airline.html

Modified:
  head/security/py-plaso/Makefile
  head/security/py-plaso/distinfo
  head/security/py-plaso/files/patch-setup.py

Modified: head/security/py-plaso/Makefile
==============================================================================
--- head/security/py-plaso/Makefile	Sat Dec 20 23:11:15 2014	(r375137)
+++ head/security/py-plaso/Makefile	Sat Dec 20 23:11:55 2014	(r375138)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	plaso
-PORTVERSION=	1.1.0
-PORTREVISION=	1
+PORTVERSION=	1.2.0
 CATEGORIES=	security python
-MASTER_SITES=	https://googledrive.com/host/0B30H7z4S52FleW5vUHBnblJfcjg/${PORTVERSION}/release/ \
+MASTER_SITES=	https://googledrive.com/host/0B30H7z4S52FleW5vUHBnblJfcjg/${PORTVERSION}/final/ \
 		LOCAL/antoine
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -20,6 +19,7 @@ RUN_DEPENDS=	hachoir-core>=0:${PORTSDIR}
 		libesedb>=e:${PORTSDIR}/devel/libesedb \
 		libevt>=a:${PORTSDIR}/devel/libevt \
 		libevtx>=a:${PORTSDIR}/devel/libevtx \
+		libfwsi>=e:${PORTSDIR}/devel/libfwsi \
 		liblnk>=0:${PORTSDIR}/devel/liblnk \
 		libmsiecf>=a:${PORTSDIR}/devel/libmsiecf \
 		libolecf>=a:${PORTSDIR}/devel/libolecf \
@@ -43,7 +43,7 @@ RUN_DEPENDS=	hachoir-core>=0:${PORTSDIR}
 USES=		python:2
 USE_PYTHON=	distutils autoplist
 
-PORTDOCS=	ACKNOWLEDGEMENTS AUTHORS
+PORTDOCS=	ACKNOWLEDGEMENTS AUTHORS README
 PORTEXAMPLES=	*
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
@@ -54,4 +54,6 @@ post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/extra/* ${STAGEDIR}${EXAMPLESDIR}
 
+# Note: for regression tests set LANG to en_US.UTF-8
+
 .include <bsd.port.mk>

Modified: head/security/py-plaso/distinfo
==============================================================================
--- head/security/py-plaso/distinfo	Sat Dec 20 23:11:15 2014	(r375137)
+++ head/security/py-plaso/distinfo	Sat Dec 20 23:11:55 2014	(r375138)
@@ -1,2 +1,2 @@
-SHA256 (plaso-1.1.0.tar.gz) = f0eae193c2714b241547fa68779c9e6eb467ef34be78c6d6299851818bed73f7
-SIZE (plaso-1.1.0.tar.gz) = 39526513
+SHA256 (plaso-1.2.0.tar.gz) = f6b073fbf967fbdc32cecae0f78ad26d4fa666e6f238304e796d8f3b5550b327
+SIZE (plaso-1.2.0.tar.gz) = 40215055

Modified: head/security/py-plaso/files/patch-setup.py
==============================================================================
--- head/security/py-plaso/files/patch-setup.py	Sat Dec 20 23:11:15 2014	(r375137)
+++ head/security/py-plaso/files/patch-setup.py	Sat Dec 20 23:11:55 2014	(r375138)
@@ -1,6 +1,6 @@
---- ./setup.py.orig	2014-05-25 08:56:12.000000000 +0000
-+++ ./setup.py	2014-06-06 12:47:49.000000000 +0000
-@@ -106,5 +106,5 @@
+--- setup.py.orig	2014-12-20 17:43:35 UTC
++++ setup.py
+@@ -119,5 +119,5 @@ setup(
          'Programming Language :: Python',
      ],
      package_dir={'plaso': 'plaso'},



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