aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-08-16 14:37:23 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-08-16 14:37:23 +0000
commite81599b4dceb140df6c1814d44a45e412f6fed89 (patch)
treee0a65dc4371422be990fe5c744beabbc53ea3775 /textproc
parent85b4c79f6bc660f55100af63c180fc64ab71f045 (diff)
downloadports-e81599b4dceb140df6c1814d44a45e412f6fed89.tar.gz
ports-e81599b4dceb140df6c1814d44a45e412f6fed89.zip
- Update to version 1.9
- Fix plist when USE_PYTHON != 2.7
Notes
Notes: svn path=/head/; revision=302640
Diffstat (limited to 'textproc')
-rw-r--r--textproc/coccigrep/Makefile4
-rw-r--r--textproc/coccigrep/distinfo4
-rw-r--r--textproc/coccigrep/pkg-plist46
3 files changed, 28 insertions, 26 deletions
diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile
index 08be10146651..14786d7f15ac 100644
--- a/textproc/coccigrep/Makefile
+++ b/textproc/coccigrep/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= coccigrep
-PORTVERSION= 1.8
+PORTVERSION= 1.9
CATEGORIES= textproc
MASTER_SITES= http://home.regit.org/wp-content/uploads/2011/08/
@@ -20,6 +20,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/spatch:${PORTSDIR}/devel/coccinelle
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
MANCOMPRESSED= no
+PLIST_SUB= VERSION=${PORTVERSION} \
+ PY_VER=${PYTHON_VERSION:S/python//}
MAN1= coccigrep.1
diff --git a/textproc/coccigrep/distinfo b/textproc/coccigrep/distinfo
index 20eaab3cd771..72b55a4281f9 100644
--- a/textproc/coccigrep/distinfo
+++ b/textproc/coccigrep/distinfo
@@ -1,2 +1,2 @@
-SHA256 (coccigrep-1.8.tar.gz) = 91283cbfd141bb93ca6377301caf67463f4d5b48f683c791dd9f653863620c9f
-SIZE (coccigrep-1.8.tar.gz) = 32174
+SHA256 (coccigrep-1.9.tar.gz) = 8bc2bc7d11fe4b163ab49dfa9b305ca2ced383300be8e390d7d2c1f5b1a974d6
+SIZE (coccigrep-1.9.tar.gz) = 31808
diff --git a/textproc/coccigrep/pkg-plist b/textproc/coccigrep/pkg-plist
index 6754e0109582..6724925262de 100644
--- a/textproc/coccigrep/pkg-plist
+++ b/textproc/coccigrep/pkg-plist
@@ -1,30 +1,30 @@
bin/coccigrep
-%%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/coccigrep/coccigrep.py
-%%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/coccigrep/__init__.py
-%%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/coccigrep/coccigrep.cfg
-%%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/coccigrep/coccigrep.pyc
-%%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/coccigrep/__init__.pyc
-%%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/coccigrep/data/set.cocci
-%%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/coccigrep/data/deref.cocci
-%%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/coccigrep/data/test.cocci
-%%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/coccigrep/data/used.cocci
-%%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/coccigrep/data/func.cocci
-%%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/coccigrep/coccigrep.pyo
-%%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/coccigrep/__init__.pyo
-%%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/EGG-INFO/PKG-INFO
-%%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/EGG-INFO/SOURCES.txt
-%%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/EGG-INFO/dependency_links.txt
-%%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/EGG-INFO/top_level.txt
-%%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/EGG-INFO/not-zip-safe
-%%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/EGG-INFO/scripts/coccigrep
+%%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/coccigrep/coccigrep.py
+%%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/coccigrep/__init__.py
+%%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/coccigrep/coccigrep.cfg
+%%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/coccigrep/coccigrep.pyc
+%%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/coccigrep/__init__.pyc
+%%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/coccigrep/data/set.cocci
+%%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/coccigrep/data/deref.cocci
+%%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/coccigrep/data/test.cocci
+%%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/coccigrep/data/used.cocci
+%%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/coccigrep/data/func.cocci
+%%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/coccigrep/coccigrep.pyo
+%%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/coccigrep/__init__.pyo
+%%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/EGG-INFO/PKG-INFO
+%%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/EGG-INFO/SOURCES.txt
+%%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/EGG-INFO/dependency_links.txt
+%%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/EGG-INFO/top_level.txt
+%%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/EGG-INFO/not-zip-safe
+%%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/EGG-INFO/scripts/coccigrep
%%DATADIR%%/cocci-grep.el
%%DATADIR%%/cocci-grep.vim
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/README.rst
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%
-@dirrm %%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/coccigrep/data
-@dirrm %%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/coccigrep
-@dirrm %%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/EGG-INFO/scripts
-@dirrm %%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg/EGG-INFO
-@dirrm %%PYTHON_SITELIBDIR%%/coccigrep-1.8-py2.7.egg
+@dirrm %%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/coccigrep/data
+@dirrm %%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/coccigrep
+@dirrm %%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/EGG-INFO/scripts
+@dirrm %%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg/EGG-INFO
+@dirrm %%PYTHON_SITELIBDIR%%/coccigrep-%%VERSION%%-py%%PY_VER%%.egg