diff options
author | rm <rm@FreeBSD.org> | 2013-03-30 20:06:26 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-03-30 20:06:26 +0800 |
commit | 7ec8873cce273ea331d8c8db6818f4f89a8b7290 (patch) | |
tree | d5769c7b4edc38dd65f08deac8588eec3e553931 /devel | |
parent | a94a1a26e90bf21af66447ef0c566f5ba72a0534 (diff) | |
download | freebsd-ports-gnome-7ec8873cce273ea331d8c8db6818f4f89a8b7290.tar.gz freebsd-ports-gnome-7ec8873cce273ea331d8c8db6818f4f89a8b7290.tar.zst freebsd-ports-gnome-7ec8873cce273ea331d8c8db6818f4f89a8b7290.zip |
- add backup mirror to fix fetch
- remove dependency on simplejson (no needed for python 2.6+), while here
- bump PORTREVISION because of dependency change
Approved by: portmgr (miwi), Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-avro/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/py-avro/Makefile b/devel/py-avro/Makefile index b90fa91e2c4c..eb00dee5fd52 100644 --- a/devel/py-avro/Makefile +++ b/devel/py-avro/Makefile @@ -3,8 +3,10 @@ PORTNAME= avro PORTVERSION= 1.7.3 +PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= APACHE +MASTER_SITES= http://www.sai.msu.su/apache/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \ + APACHE MASTER_SITE_SUBDIR= ${PORTNAME}/stable PKGNAMEPREFIX= py- DISTNAME= ${PORTNAME}-src-${PORTVERSION} @@ -12,9 +14,6 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= g.veniamin@googlemail.com COMMENT= Data serialization system for python -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/simplejson/__init__.py:${PORTSDIR}/devel/py-simplejson -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/simplejson/__init__.py:${PORTSDIR}/devel/py-simplejson - USE_PYDISTUTILS= easy_install USE_PYTHON= yes |