svn commit: r315607 - head/devel/py-avro
Ruslan Mahmatkhanov
rm at FreeBSD.org
Sat Mar 30 12:06:27 UTC 2013
Author: rm
Date: Sat Mar 30 12:06:26 2013
New Revision: 315607
URL: http://svnweb.freebsd.org/changeset/ports/315607
Log:
- 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 at googlemail.com> (maintainer)
Modified:
head/devel/py-avro/Makefile
Modified: head/devel/py-avro/Makefile
==============================================================================
--- head/devel/py-avro/Makefile Sat Mar 30 11:17:52 2013 (r315606)
+++ head/devel/py-avro/Makefile Sat Mar 30 12:06:26 2013 (r315607)
@@ -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 at 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
More information about the svn-ports-all
mailing list