aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2013-12-09 03:10:41 +0800
committerpawel <pawel@FreeBSD.org>2013-12-09 03:10:41 +0800
commita78b515c6e85b11b2d612bde83f1a8fb3c5a2b8f (patch)
treedae740197720646386b1150e48203e3ffed55303 /devel
parent217cba78ac96b5cfa27506669ac53fd3b81f0d11 (diff)
downloadfreebsd-ports-gnome-a78b515c6e85b11b2d612bde83f1a8fb3c5a2b8f.tar.gz
freebsd-ports-gnome-a78b515c6e85b11b2d612bde83f1a8fb3c5a2b8f.tar.zst
freebsd-ports-gnome-a78b515c6e85b11b2d612bde83f1a8fb3c5a2b8f.zip
- Update to version 0.9.4 [1]
- Remove OPTIONS_DEFAULT, DOCS EXAMPLES are on by default - Remove optional installation of files, staging takes care of that PR: ports/184563 [1] Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r--devel/dulwich/Makefile14
-rw-r--r--devel/dulwich/distinfo4
2 files changed, 5 insertions, 13 deletions
diff --git a/devel/dulwich/Makefile b/devel/dulwich/Makefile
index bbee95cc9121..1d6a3cf811d7 100644
--- a/devel/dulwich/Makefile
+++ b/devel/dulwich/Makefile
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= dulwich
-PORTVERSION= 0.9.1
+PORTVERSION= 0.9.4
CATEGORIES= devel python
-MASTER_SITES= http://www.samba.org/~jelmer/${PORTNAME}/
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= marco.broeder@gmx.eu
@@ -15,16 +15,13 @@ LICENSE_COMB= dual
PORTDOCS= NEWS README introduction.txt object-store.txt protocol.txt \
remote.txt repo.txt tag.txt
-PORTEXAMPLES= clone.py diff.py
+PORTEXAMPLES= clone.py config.py diff.py
USE_PYTHON= 2
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
OPTIONS_DEFINE= DOCS EXAMPLES
-OPTIONS_DEFAULT=DOCS EXAMPLES
-
-.include <bsd.port.options.mk>
post-patch:
${REINPLACE_CMD} -e 's|PYTHON = python|PYTHON = ${PYTHON_CMD}|g' \
@@ -33,17 +30,12 @@ post-patch:
${WRKSRC}/setup.py ${WRKSRC}/examples/*.py
post-install:
-.if ${PORT_OPTIONS:MDOCS}
${CP} ${WRKSRC}/docs/*.txt ${WRKSRC}/docs/tutorial/*.txt ${WRKSRC}/
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/)
-.endif
-
-.if ${PORT_OPTIONS:MEXAMPLES}
${CP} ${WRKSRC}/examples/*.py ${WRKSRC}/
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTEXAMPLES} \
${STAGEDIR}${EXAMPLESDIR}/)
-.endif
.include <bsd.port.mk>
diff --git a/devel/dulwich/distinfo b/devel/dulwich/distinfo
index b48a0486b0b0..9258f86f43a1 100644
--- a/devel/dulwich/distinfo
+++ b/devel/dulwich/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dulwich-0.9.1.tar.gz) = 3396b821e6119b33ab0d6554f193d3d51e1debf5bcd7206ac155b808f426a1e8
-SIZE (dulwich-0.9.1.tar.gz) = 223606
+SHA256 (dulwich-0.9.4.tar.gz) = 1cd555533d9a5cc319f5c68e21e31be190104ee1be5b5d3899a8a522e924b3fc
+SIZE (dulwich-0.9.4.tar.gz) = 235283