diff options
author | wen <wen@FreeBSD.org> | 2010-11-02 15:42:22 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-11-02 15:42:22 +0800 |
commit | 79d59b0d684803e1ebac15e6844629f62eb26727 (patch) | |
tree | 6f28ddf15319b99c56d5925f9bd913a878b1e27c | |
parent | b83734b75b48e96272e4a2d1e8abc5876c195e56 (diff) | |
download | freebsd-ports-gnome-79d59b0d684803e1ebac15e6844629f62eb26727.tar.gz freebsd-ports-gnome-79d59b0d684803e1ebac15e6844629f62eb26727.tar.zst freebsd-ports-gnome-79d59b0d684803e1ebac15e6844629f62eb26727.zip |
- Update to 0.7.5 [1]
- Update pkg-descr [1]
- Fix build with custom LOCALBASE
PR: ports/151858 [1]
Submitted by: C-S <c-s@c-s.li> (maintainer) [1]
-rw-r--r-- | devel/py-subvertpy/Makefile | 7 | ||||
-rw-r--r-- | devel/py-subvertpy/distinfo | 6 | ||||
-rw-r--r-- | devel/py-subvertpy/pkg-descr | 2 |
3 files changed, 9 insertions, 6 deletions
diff --git a/devel/py-subvertpy/Makefile b/devel/py-subvertpy/Makefile index e1fbeca67709..2222f9025971 100644 --- a/devel/py-subvertpy/Makefile +++ b/devel/py-subvertpy/Makefile @@ -6,9 +6,9 @@ # PORTNAME= subvertpy -PORTVERSION= 0.7.4 +PORTVERSION= 0.7.5 CATEGORIES= devel -MASTER_SITES= https://launchpadlibrarian.net/56729076/ \ +MASTER_SITES= https://launchpadlibrarian.net/58252850/ \ http://www.c-s.li/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,4 +24,7 @@ USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= subvertpy +post-patch: + @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/setup.py + .include <bsd.port.mk> diff --git a/devel/py-subvertpy/distinfo b/devel/py-subvertpy/distinfo index e9fd1c011dc8..0b9db901c500 100644 --- a/devel/py-subvertpy/distinfo +++ b/devel/py-subvertpy/distinfo @@ -1,3 +1,3 @@ -MD5 (subvertpy-0.7.4.tar.gz) = 7ad42a1d5d625fe19d35534b97d6162f -SHA256 (subvertpy-0.7.4.tar.gz) = 94cfaf50edf47bfc79698a08dac10655be97e938f55ef656cea04cd174606ab4 -SIZE (subvertpy-0.7.4.tar.gz) = 90695 +MD5 (subvertpy-0.7.5.tar.gz) = 2e84979c7380a396d6beec278f2d6104 +SHA256 (subvertpy-0.7.5.tar.gz) = c43782ef281f347a1c4fe02e5cab4dd361fe228a6c3186f2d76ec01daca9bb5e +SIZE (subvertpy-0.7.5.tar.gz) = 91369 diff --git a/devel/py-subvertpy/pkg-descr b/devel/py-subvertpy/pkg-descr index 32058339f5f3..464531fa3b0f 100644 --- a/devel/py-subvertpy/pkg-descr +++ b/devel/py-subvertpy/pkg-descr @@ -6,4 +6,4 @@ Bindings are provided for the working copy, client, delta, remote access and repository APIs. A hookable server side implementation of the custom Subversion protocol (svn_ra) is also provided. -www: https://launchpad.net/subvertpy +WWW: https://launchpad.net/subvertpy |