Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Oct 2017 12:12:07 +0000 (UTC)
From:      Philip Paeps <philip@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452516 - head/devel/py-logbook
Message-ID:  <201710201212.v9KCC7vi032674@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: philip
Date: Fri Oct 20 12:12:07 2017
New Revision: 452516
URL: https://svnweb.freebsd.org/changeset/ports/452516

Log:
  devel/py-logbook: update to 1.1.0
  
  Changes: http://logbook.readthedocs.io/en/stable/changelog.html#version-1-1-0
  
  While here, allow building with other versions of Python than the
  default and take maintainership.
  
  PR:		222529
  Approved by:	feld (previous maintainer)

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

Modified: head/devel/py-logbook/Makefile
==============================================================================
--- head/devel/py-logbook/Makefile	Fri Oct 20 11:42:47 2017	(r452515)
+++ head/devel/py-logbook/Makefile	Fri Oct 20 12:12:07 2017	(r452516)
@@ -2,18 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	logbook
-PORTVERSION=	0.12.5
+PORTVERSION=	1.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Logbook-${PORTVERSION}
 
-MAINTAINER=	feld@FreeBSD.org
+MAINTAINER=	philip@FreeBSD.org
 COMMENT=	Logging replacement for Python
 
 LICENSE=	BSD3CLAUSE
 
-USES=	python
+USES?=	python
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/devel/py-logbook/distinfo
==============================================================================
--- head/devel/py-logbook/distinfo	Fri Oct 20 11:42:47 2017	(r452515)
+++ head/devel/py-logbook/distinfo	Fri Oct 20 12:12:07 2017	(r452516)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466189363
-SHA256 (Logbook-0.12.5.tar.gz) = 3567eca498179609433f9dba0dea3d07a74d79822c1e086340dfcd33eb8a8d7e
-SIZE (Logbook-0.12.5.tar.gz) = 166031
+TIMESTAMP = 1508501092
+SHA256 (Logbook-1.1.0.tar.gz) = 0e37a18f4f8244b02a1c44cfd2a3bab9513e6e22b67986ab6a91d52b87f0940b
+SIZE (Logbook-1.1.0.tar.gz) = 186683



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