Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2016 17:56:03 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423007 - in head/devel/dulwich: . files
Message-ID:  <201609301756.u8UHu3dF062942@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Fri Sep 30 17:56:03 2016
New Revision: 423007
URL: https://svnweb.freebsd.org/changeset/ports/423007

Log:
  - Update to version 0.14.1
  - Regenerate patches
  - Update WWW
  - Update license info: now dual licensed Apache v2 and GPLv2+
    (it's unclear why it was previously labeled as GPLv3)
  
  PR:		212713
  Submitted by:	matthew@reztek.cz
  Approved by:	maintainer timeout

Modified:
  head/devel/dulwich/Makefile
  head/devel/dulwich/distinfo
  head/devel/dulwich/files/patch-MANIFEST.in
  head/devel/dulwich/files/patch-dulwich.egg-info_SOURCES.txt
  head/devel/dulwich/files/patch-setup.py
  head/devel/dulwich/pkg-descr

Modified: head/devel/dulwich/Makefile
==============================================================================
--- head/devel/dulwich/Makefile	Fri Sep 30 17:45:19 2016	(r423006)
+++ head/devel/dulwich/Makefile	Fri Sep 30 17:56:03 2016	(r423007)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dulwich
-PORTVERSION=	0.10.1a
+PORTVERSION=	0.14.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,12 +10,13 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	marco.broeder@posteo.eu
 COMMENT=	Python implementation of the Git file formats and protocols
 
-LICENSE=	GPLv2 GPLv3
+LICENSE=	APACHE20 GPLv2+
 LICENSE_COMB=	dual
+LICENSE_FILE=	COPYING relicensing-apachev2.txt
 
-PORTDOCS=	AUTHORS HACKING NEWS README.md file-format.txt \
-		introduction.txt object-store.txt protocol.txt remote.txt \
-		repo.txt tag.txt
+PORTDOCS=	AUTHORS CONTRIBUTING NEWS README.md TODO conclusion.txt \
+		file-format.txt index.txt introduction.txt object-store.txt \
+		performance.txt porcelain.txt protocol.txt remote.txt repo.txt tag.txt
 PORTEXAMPLES=	clone.py config.py diff.py latest_change.py
 
 USES=		cpe python:2

Modified: head/devel/dulwich/distinfo
==============================================================================
--- head/devel/dulwich/distinfo	Fri Sep 30 17:45:19 2016	(r423006)
+++ head/devel/dulwich/distinfo	Fri Sep 30 17:56:03 2016	(r423007)
@@ -1,2 +1,3 @@
-SHA256 (dulwich-0.10.1a.tar.gz) = 666600ab5eb0b6d531879ee0f65dfefd71bce2e21ab3910c28f7789e15b6330b
-SIZE (dulwich-0.10.1a.tar.gz) = 272688
+TIMESTAMP = 1473979673
+SHA256 (dulwich-0.14.1.tar.gz) = 7c1f49e6e72fa8635328d32bfeb7103e86e175d87fa80a9cefdd63a360f7ba93
+SIZE (dulwich-0.14.1.tar.gz) = 292827

Modified: head/devel/dulwich/files/patch-MANIFEST.in
==============================================================================
--- head/devel/dulwich/files/patch-MANIFEST.in	Fri Sep 30 17:45:19 2016	(r423006)
+++ head/devel/dulwich/files/patch-MANIFEST.in	Fri Sep 30 17:56:03 2016	(r423007)
@@ -1,7 +1,10 @@
---- MANIFEST.in.orig	2015-03-25 01:53:21 UTC
+--- MANIFEST.in.orig	2016-07-03 19:17:14 UTC
 +++ MANIFEST.in
-@@ -8,4 +8,3 @@ include setup.cfg
+@@ -11,7 +11,6 @@ include setup.cfg
  include dulwich/stdint.h
  recursive-include docs conf.py *.txt Makefile make.bat
  recursive-include examples *.py
 -graft dulwich/tests/data
+ include tox.ini
+ include dulwich.cfg
+ include appveyor.yml

Modified: head/devel/dulwich/files/patch-dulwich.egg-info_SOURCES.txt
==============================================================================
--- head/devel/dulwich/files/patch-dulwich.egg-info_SOURCES.txt	Fri Sep 30 17:45:19 2016	(r423006)
+++ head/devel/dulwich/files/patch-dulwich.egg-info_SOURCES.txt	Fri Sep 30 17:56:03 2016	(r423007)
@@ -1,10 +1,11 @@
---- dulwich.egg-info/SOURCES.txt.orig	2015-03-25 01:54:03 UTC
+--- dulwich.egg-info/SOURCES.txt.orig	2016-07-05 22:58:54 UTC
 +++ dulwich.egg-info/SOURCES.txt
-@@ -61,118 +61,6 @@ dulwich/contrib/__init__.py
+@@ -73,123 +73,6 @@ dulwich/contrib/paramiko_vendor.py
  dulwich/contrib/swift.py
  dulwich/contrib/test_swift.py
  dulwich/contrib/test_swift_smoke.py
 -dulwich/tests/__init__.py
+-dulwich/tests/test_archive.py
 -dulwich/tests/test_blackbox.py
 -dulwich/tests/test_client.py
 -dulwich/tests/test_config.py
@@ -24,6 +25,7 @@
 -dulwich/tests/test_patch.py
 -dulwich/tests/test_porcelain.py
 -dulwich/tests/test_protocol.py
+-dulwich/tests/test_reflog.py
 -dulwich/tests/test_refs.py
 -dulwich/tests/test_repository.py
 -dulwich/tests/test_server.py
@@ -51,6 +53,9 @@
 -dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.idx
 -dulwich/tests/data/packs/pack-bc63ddad95e7321ee734ea11a7a62d314e0d7481.pack
 -dulwich/tests/data/repos/.gitattributes
+-dulwich/tests/data/repos/issue88_expect_ack_nak_client.export
+-dulwich/tests/data/repos/issue88_expect_ack_nak_other.export
+-dulwich/tests/data/repos/issue88_expect_ack_nak_server.export
 -dulwich/tests/data/repos/server_new.export
 -dulwich/tests/data/repos/server_old.export
 -dulwich/tests/data/repos/a.git/HEAD

Modified: head/devel/dulwich/files/patch-setup.py
==============================================================================
--- head/devel/dulwich/files/patch-setup.py	Fri Sep 30 17:45:19 2016	(r423006)
+++ head/devel/dulwich/files/patch-setup.py	Fri Sep 30 17:56:03 2016	(r423007)
@@ -1,6 +1,6 @@
---- setup.py.orig	2015-03-25 01:54:01 UTC
+--- setup.py.orig	2016-07-05 22:58:08 UTC
 +++ setup.py
-@@ -75,7 +75,7 @@ setup(name='dulwich',
+@@ -83,7 +83,7 @@ setup(name='dulwich',
        The project is named after the part of London that Mr. and Mrs. Git live in
        in the particular Monty Python sketch.
        """,

Modified: head/devel/dulwich/pkg-descr
==============================================================================
--- head/devel/dulwich/pkg-descr	Fri Sep 30 17:45:19 2016	(r423006)
+++ head/devel/dulwich/pkg-descr	Fri Sep 30 17:56:03 2016	(r423007)
@@ -6,4 +6,4 @@ does not call out to Git directly but in
 functionality is available in pure Python. Optional C extensions can be
 built for improved performance.
 
-WWW: https://www.samba.org/~jelmer/dulwich/
+WWW: https://www.dulwich.io/



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