Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Aug 2013 13:39:54 +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: r325264 - head/devel/py-binplist
Message-ID:  <201308231339.r7NDds1h061559@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Aug 23 13:39:54 2013
New Revision: 325264
URL: http://svnweb.freebsd.org/changeset/ports/325264

Log:
  Update py-binplist to 0.1.4:
  - better unicode support
  - binplist renamed plist.py

Modified:
  head/devel/py-binplist/Makefile
  head/devel/py-binplist/distinfo

Modified: head/devel/py-binplist/Makefile
==============================================================================
--- head/devel/py-binplist/Makefile	Fri Aug 23 12:52:50 2013	(r325263)
+++ head/devel/py-binplist/Makefile	Fri Aug 23 13:39:54 2013	(r325264)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	binplist
-PORTVERSION=	0.1.3
+PORTVERSION=	0.1.4
 CATEGORIES=	devel python
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
 
-PLIST_FILES=	bin/binplist \
+PLIST_FILES=	bin/plist.py \
 		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 
 .include <bsd.port.mk>

Modified: head/devel/py-binplist/distinfo
==============================================================================
--- head/devel/py-binplist/distinfo	Fri Aug 23 12:52:50 2013	(r325263)
+++ head/devel/py-binplist/distinfo	Fri Aug 23 13:39:54 2013	(r325264)
@@ -1,2 +1,2 @@
-SHA256 (binplist-0.1.3.tar.gz) = 940b7f2b56ddf92a29284adfc8a771bb4c57b86fd96114022d2c0b8513121673
-SIZE (binplist-0.1.3.tar.gz) = 19892
+SHA256 (binplist-0.1.4.tar.gz) = e436d61582789ac6b5e81233e32bafb5d9086ee3b8fcd825efc99be8048b62a1
+SIZE (binplist-0.1.4.tar.gz) = 22546



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