aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-04 20:11:00 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-04 20:11:00 +0000
commitfb4243736ad96c07b572e4f957b19bff5e1f3cae (patch)
tree49a0da26868242030c7b6024d6c14c872490d113
parent4940bf5503a465229c5d1c920163f84c0d1b9583 (diff)
downloadports-fb4243736ad96c07b572e4f957b19bff5e1f3cae.tar.gz
ports-fb4243736ad96c07b572e4f957b19bff5e1f3cae.zip
- Move devel/py-parsing to devel/py-pyparsing
- Change MASTER_SITES to CHEESESHOP - Remove DISTNAME - While I'm here, remove duplicate PORTREVISION for security/py-crits/Makefile
Notes
Notes: svn path=/head/; revision=400758
-rw-r--r--audio/puddletag/Makefile3
-rw-r--r--devel/Makefile2
-rw-r--r--devel/py-pyparsing/Makefile (renamed from devel/py-parsing/Makefile)5
-rw-r--r--devel/py-pyparsing/distinfo (renamed from devel/py-parsing/distinfo)0
-rw-r--r--devel/py-pyparsing/pkg-descr (renamed from devel/py-parsing/pkg-descr)0
-rw-r--r--finance/openerp-web/Makefile4
-rw-r--r--graphics/py-pydot/Makefile5
-rw-r--r--math/py-matplotlib/Makefile3
-rw-r--r--net/py-ldaptor/Makefile3
-rw-r--r--print/dot2tex/Makefile4
-rw-r--r--security/py-crits/Makefile5
-rw-r--r--security/py-plaso/Makefile3
-rw-r--r--textproc/py-rdflib/Makefile3
13 files changed, 22 insertions, 18 deletions
diff --git a/audio/puddletag/Makefile b/audio/puddletag/Makefile
index 0c078b92ad3e..646d64c773b7 100644
--- a/audio/puddletag/Makefile
+++ b/audio/puddletag/Makefile
@@ -2,6 +2,7 @@
PORTNAME= puddletag
PORTVERSION= 1.0.5
+PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= SF/${PORTNAME}
@@ -14,7 +15,7 @@ RUN_DEPENDS= chromaprint>=0.4:${PORTSDIR}/audio/chromaprint \
${PYTHON_PKGNAMEPREFIX}musicbrainz2>=0:${PORTSDIR}/audio/py-musicbrainz2 \
${PYTHON_PKGNAMEPREFIX}mutagen>=1.14:${PORTSDIR}/audio/py-mutagen \
${PYTHON_PKGNAMEPREFIX}configobj>=4.5.0:${PORTSDIR}/devel/py-configobj \
- ${PYTHON_PKGNAMEPREFIX}parsing>=1.5.1:${PORTSDIR}/devel/py-parsing \
+ ${PYTHON_PKGNAMEPREFIX}pyparsing>=1.5.1:${PORTSDIR}/devel/py-pyparsing \
${PYTHON_PKGNAMEPREFIX}qt4-svg>=4.5.0:${PORTSDIR}/graphics/py-qt4-svg \
${PYTHON_PKGNAMEPREFIX}qt4-gui>=4.5.0:${PORTSDIR}/x11-toolkits/py-qt4-gui
diff --git a/devel/Makefile b/devel/Makefile
index bb699ba7c2ba..dc0049a08a22 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4145,7 +4145,6 @@
SUBDIR += py-ordereddict
SUBDIR += py-palm
SUBDIR += py-parsedatetime
- SUBDIR += py-parsing
SUBDIR += py-path.py
SUBDIR += py-pathlib
SUBDIR += py-pathtools
@@ -4200,6 +4199,7 @@
SUBDIR += py-pympler
SUBDIR += py-pymtbl
SUBDIR += py-pyopencl
+ SUBDIR += py-pyparsing
SUBDIR += py-pyrfc3339
SUBDIR += py-pyro
SUBDIR += py-pyshapelib
diff --git a/devel/py-parsing/Makefile b/devel/py-pyparsing/Makefile
index 5bc0f8f2e6ec..839cf2ec9351 100644
--- a/devel/py-parsing/Makefile
+++ b/devel/py-pyparsing/Makefile
@@ -1,12 +1,11 @@
# Created by: Hye-Shik Chang
# $FreeBSD$
-PORTNAME= parsing
+PORTNAME= pyparsing
PORTVERSION= 2.0.4
CATEGORIES= devel python
-MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pyparsing-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= General parsing module for Python
diff --git a/devel/py-parsing/distinfo b/devel/py-pyparsing/distinfo
index 241d506f32ae..241d506f32ae 100644
--- a/devel/py-parsing/distinfo
+++ b/devel/py-pyparsing/distinfo
diff --git a/devel/py-parsing/pkg-descr b/devel/py-pyparsing/pkg-descr
index 27f8f9d3b077..27f8f9d3b077 100644
--- a/devel/py-parsing/pkg-descr
+++ b/devel/py-pyparsing/pkg-descr
diff --git a/finance/openerp-web/Makefile b/finance/openerp-web/Makefile
index 7ab1d2bbfa8d..35d5778b0271 100644
--- a/finance/openerp-web/Makefile
+++ b/finance/openerp-web/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openerp-web
PORTVERSION= 5.0.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= finance python
MASTER_SITES= http://openerp.com/download/stable/source/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +21,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cherrypy>0:${PORTSDIR}/www/py-cherrypy \
${PYTHON_PKGNAMEPREFIX}mako>0:${PORTSDIR}/textproc/py-mako \
${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson \
${PYTHON_PKGNAMEPREFIX}formencode>0:${PORTSDIR}/www/py-formencode \
- ${PYTHON_PKGNAMEPREFIX}parsing>0:${PORTSDIR}/devel/py-parsing \
+ ${PYTHON_PKGNAMEPREFIX}pyparsing>0:${PORTSDIR}/devel/py-pyparsing \
${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \
${PYTHON_PKGNAMEPREFIX}xlwt>0:${PORTSDIR}/textproc/py-xlwt
RUN_DEPENDS:= ${BUILD_DEPENDS}
diff --git a/graphics/py-pydot/Makefile b/graphics/py-pydot/Makefile
index da784389119b..a4ac70cd01c7 100644
--- a/graphics/py-pydot/Makefile
+++ b/graphics/py-pydot/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pydot
PORTVERSION= 1.0.28
+PORTREVISION= 1
CATEGORIES= graphics python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +13,8 @@ COMMENT= Python interface to the Graphviz Dot language
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}parsing>=0:${PORTSDIR}/devel/py-parsing
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}parsing>=0:${PORTSDIR}/devel/py-parsing \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:${PORTSDIR}/devel/py-pyparsing
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:${PORTSDIR}/devel/py-pyparsing \
dot:${PORTSDIR}/graphics/graphviz
NO_ARCH= yes
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile
index 557641684717..888e839d3ae9 100644
--- a/math/py-matplotlib/Makefile
+++ b/math/py-matplotlib/Makefile
@@ -3,6 +3,7 @@
PORTNAME= matplotlib
PORTVERSION= 1.4.3
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \
${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \
- ${PYTHON_PKGNAMEPREFIX}parsing>=0:${PORTSDIR}/devel/py-parsing
+ ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:${PORTSDIR}/devel/py-pyparsing
USES= pkgconfig python shebangfix uniquefiles:dirs
USE_PYTHON= autoplist distutils
diff --git a/net/py-ldaptor/Makefile b/net/py-ldaptor/Makefile
index e9e3c983071c..bfe056d2f948 100644
--- a/net/py-ldaptor/Makefile
+++ b/net/py-ldaptor/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ldaptor
PORTVERSION= 0.0.43
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= http://ftp.fsn.hu/contrib/bra/ldaptor/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ DISTNAME= ldaptor-${PORTVERSION}-${GITVERSION}
MAINTAINER= bra@fsn.hu
COMMENT= Pure-python LDAP module for Twisted
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:${PORTSDIR}/devel/py-pyparsing \
${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl
GITVERSION= aad8ded658b36337a08aeb7402b6b67eb8771bea
diff --git a/print/dot2tex/Makefile b/print/dot2tex/Makefile
index bfbb51fed3e0..71321856fd4f 100644
--- a/print/dot2tex/Makefile
+++ b/print/dot2tex/Makefile
@@ -3,14 +3,14 @@
PORTNAME= dot2tex
PORTVERSION= 2.8.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= GOOGLE_CODE
MAINTAINER= romain@FreeBSD.org
COMMENT= Graphviz to LaTeX converter
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyparsing.py:${PORTSDIR}/devel/py-parsing \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:${PORTSDIR}/devel/py-pyparsing \
dot:${PORTSDIR}/graphics/graphviz
# The .tar.gz sucks!
diff --git a/security/py-crits/Makefile b/security/py-crits/Makefile
index 105754fcc67b..c9f5c871e4bb 100644
--- a/security/py-crits/Makefile
+++ b/security/py-crits/Makefile
@@ -3,9 +3,8 @@
PORTNAME= crits
PORTVERSION= 3.1.0
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONPREFIX= v
-PORTREVISION= 1
CATEGORIES= security
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -59,7 +58,7 @@ RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip \
${PYTHON_PKGNAMEPREFIX}celery>=3.0.12:${PORTSDIR}/devel/py-celery \
${PYTHON_PKGNAMEPREFIX}requests1>=1.1.0_9:${PORTSDIR}/www/py-requests1 \
${PKGNAMEPREFIX}pillow>=2.4.0:${PORTSDIR}/graphics/py-pillow \
- ${PYTHON_PKGNAMEPREFIX}parsing>=1.5.1:${PORTSDIR}/devel/py-parsing \
+ ${PYTHON_PKGNAMEPREFIX}pyparsing>=1.5.1:${PORTSDIR}/devel/py-pyparsing \
${PYTHON_PKGNAMEPREFIX}ldap>=2.4.15:${PORTSDIR}/net/py-ldap \
${PYTHON_PKGNAMEPREFIX}magic>0:${PORTSDIR}/devel/py-magic \
${PYTHON_PKGNAMEPREFIX}mimeparse>=0.1.4:${PORTSDIR}/devel/py-mimeparse \
diff --git a/security/py-plaso/Makefile b/security/py-plaso/Makefile
index 4f5adddfc8c1..234595a2aaf3 100644
--- a/security/py-plaso/Makefile
+++ b/security/py-plaso/Makefile
@@ -3,6 +3,7 @@
PORTNAME= plaso
PORTVERSION= 1.3.0
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \
LOCAL/antoine
@@ -32,7 +33,7 @@ RUN_DEPENDS= hachoir-core>=0:${PORTSDIR}/devel/hachoir-core \
${PYTHON_PKGNAMEPREFIX}dfvfs>=0:${PORTSDIR}/security/py-dfvfs \
${PYTHON_PKGNAMEPREFIX}dpkt>=0:${PORTSDIR}/net/py-dpkt \
${PYTHON_PKGNAMEPREFIX}ipython>=0:${PORTSDIR}/devel/ipython \
- ${PYTHON_PKGNAMEPREFIX}parsing>=0:${PORTSDIR}/devel/py-parsing \
+ ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:${PORTSDIR}/devel/py-pyparsing \
${PYTHON_PKGNAMEPREFIX}pefile>=0:${PORTSDIR}/devel/py-pefile \
${PYTHON_PKGNAMEPREFIX}protobuf>=0:${PORTSDIR}/devel/py-protobuf \
${PYTHON_PKGNAMEPREFIX}psutil121>=0:${PORTSDIR}/sysutils/py-psutil121 \
diff --git a/textproc/py-rdflib/Makefile b/textproc/py-rdflib/Makefile
index 3b7793589ad4..34491a5fa11e 100644
--- a/textproc/py-rdflib/Makefile
+++ b/textproc/py-rdflib/Makefile
@@ -3,6 +3,7 @@
PORTNAME= rdflib
PORTVERSION= 4.2.1
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT= Python library for RDF manipulation
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0:${PORTSDIR}/devel/py-isodate \
- ${PYTHON_PKGNAMEPREFIX}parsing>=2.0.1:${PORTSDIR}/devel/py-parsing \
+ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:${PORTSDIR}/devel/py-pyparsing \
${PYTHON_PKGNAMEPREFIX}sparqlwrapper>=1.5.2:${PORTSDIR}/textproc/py-sparqlwrapper \
${PYTHON_PKGNAMEPREFIX}html5lib>0:${PORTSDIR}/www/py-html5lib