1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- 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)
This commit is contained in:
Ruslan Makhmatkhanov 2013-03-30 12:06:26 +00:00
parent 01524ae238
commit cc2db2666b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315607

View File

@ -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