Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Mar 2016 22:56:55 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409983 - head/textproc/py-hexdump
Message-ID:  <201603022256.u22MutQh087339@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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