svn commit: r409983 - head/textproc/py-hexdump

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Mar 2 22:56:56 UTC 2016


Author: rakuco
Date: Wed Mar  2 22:56:54 2016
New Revision: 409983
URL: https://svnweb.freebsd.org/changeset/ports/409983

Log:
  Update to 3.3.
  
  PR:		207662
  Submitted by:	yuri at rawbw.com (maintainer)

Modified:
  head/textproc/py-hexdump/Makefile
  head/textproc/py-hexdump/distinfo
  head/textproc/py-hexdump/pkg-descr

Modified: head/textproc/py-hexdump/Makefile
==============================================================================
--- head/textproc/py-hexdump/Makefile	Wed Mar  2 22:56:14 2016	(r409982)
+++ head/textproc/py-hexdump/Makefile	Wed Mar  2 22:56:54 2016	(r409983)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hexdump
-PORTVERSION=	3.2
+PORTVERSION=	3.3
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,5 +15,6 @@ LICENSE=	PD
 WRKSRC=		${WRKDIR}
 USES=		python zip
 USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/py-hexdump/distinfo
==============================================================================
--- head/textproc/py-hexdump/distinfo	Wed Mar  2 22:56:14 2016	(r409982)
+++ head/textproc/py-hexdump/distinfo	Wed Mar  2 22:56:54 2016	(r409983)
@@ -1,2 +1,2 @@
-SHA256 (hexdump-3.2.zip) = b6d403a6961f03db409e7fc4234bee0a88ffe86e2e17221a305e00733c8601cb
-SIZE (hexdump-3.2.zip) = 11991
+SHA256 (hexdump-3.3.zip) = d781a43b0c16ace3f9366aade73e8ad3a7bd5137d58f0b45ab2d3f54876f20db
+SIZE (hexdump-3.3.zip) = 12658

Modified: head/textproc/py-hexdump/pkg-descr
==============================================================================
--- head/textproc/py-hexdump/pkg-descr	Wed Mar  2 22:56:14 2016	(r409982)
+++ head/textproc/py-hexdump/pkg-descr	Wed Mar  2 22:56:54 2016	(r409983)
@@ -1,3 +1,3 @@
-Character encoding auto-detection in Python.
+Dump binary data to hex format and restore from there.
 
-WWW: https://github.com/chardet/chardet/
+WWW: https://pypi.python.org/pypi/hexdump


More information about the svn-ports-head mailing list