aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2014-03-04 02:36:10 +0800
committerpawel <pawel@FreeBSD.org>2014-03-04 02:36:10 +0800
commitacbff5cf29ef11dbfb3c5e885b85783ee4080a06 (patch)
tree94d912eaf4269bf96e608ee49096352c0ce49f4f /devel
parent134b31c4328c6fa8b609ddcd509c3e5915cae090 (diff)
downloadfreebsd-ports-gnome-acbff5cf29ef11dbfb3c5e885b85783ee4080a06.tar.gz
freebsd-ports-gnome-acbff5cf29ef11dbfb3c5e885b85783ee4080a06.tar.zst
freebsd-ports-gnome-acbff5cf29ef11dbfb3c5e885b85783ee4080a06.zip
- Update to version 0.9.5
- Change maintainer's email address - Reword pkg-descr file PR: ports/187170 Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r--devel/dulwich/Makefile14
-rw-r--r--devel/dulwich/distinfo4
-rw-r--r--devel/dulwich/pkg-descr12
3 files changed, 16 insertions, 14 deletions
diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile
index 1d6a3cf811d7..2c1f3dfe24ad 100644
--- a/devel/dulwich/Makefile
+++ b/devel/dulwich/Makefile
@@ -1,21 +1,21 @@
-# Created by: Marco Broeder <marco.broeder@gmx.eu>
+# Created by: Marco Broeder <marco.broeder@posteo.eu>
# $FreeBSD$
PORTNAME= dulwich
-PORTVERSION= 0.9.4
+PORTVERSION= 0.9.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= marco.broeder@gmx.eu
-COMMENT= Pure-Python implementation of the Git file formats and protocols
+MAINTAINER= marco.broeder@posteo.eu
+COMMENT= Python implementation of the Git file formats and protocols
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-PORTDOCS= NEWS README introduction.txt object-store.txt protocol.txt \
- remote.txt repo.txt tag.txt
-PORTEXAMPLES= clone.py config.py diff.py
+PORTDOCS= NEWS README file-format.txt introduction.txt object-store.txt \
+ protocol.txt remote.txt repo.txt tag.txt
+PORTEXAMPLES= clone.py config.py diff.py latest_change.py
USE_PYTHON= 2
USE_PYDISTUTILS=yes
diff --git a/devel/dulwich/distinfo b/devel/dulwich/distinfo
index 9258f86f43a1..abad6df85bd2 100644
--- a/devel/dulwich/distinfo
+++ b/devel/dulwich/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dulwich-0.9.4.tar.gz) = 1cd555533d9a5cc319f5c68e21e31be190104ee1be5b5d3899a8a522e924b3fc
-SIZE (dulwich-0.9.4.tar.gz) = 235283
+SHA256 (dulwich-0.9.5.tar.gz) = 751fe9e1d32b61e21f086b4fa07ca96b69165a7ad24c5cebaef4f8803f512c0b
+SIZE (dulwich-0.9.5.tar.gz) = 237255
diff --git a/devel/dulwich/pkg-descr b/devel/dulwich/pkg-descr
index 728b27f9198a..2bb215c7a924 100644
--- a/devel/dulwich/pkg-descr
+++ b/devel/dulwich/pkg-descr
@@ -1,7 +1,9 @@
-Dulwich is a pure-Python implementation of the Git file formats and protocols.
+Dulwich is a Python implementation of the Git file formats and protocols,
+without the need to have Git installed.
-It aims to give an interface to git repos that doesn't call out to git directly
-but instead uses pure Python. It is based on the Python-Git module released by
-James Westby.
+It aims to provide an interface to Git repos (both local and remote) that
+does not call out to Git directly but instead uses pure Python. All
+functionality is available in pure Python. Optional C extensions can be
+built for improved performance.
-WWW: http://www.samba.org/~jelmer/dulwich/
+WWW: https://www.samba.org/~jelmer/dulwich/