diff options
author | pawel <pawel@FreeBSD.org> | 2012-08-16 22:37:23 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-08-16 22:37:23 +0800 |
commit | c8220615648e2b550f4a185de1dab25e8da5c9c6 (patch) | |
tree | e0a65dc4371422be990fe5c744beabbc53ea3775 /textproc | |
parent | 7c5f471faeed8452c806bcb9b69604bba12fdf70 (diff) | |
download | freebsd-ports-gnome-c8220615648e2b550f4a185de1dab25e8da5c9c6.tar.gz freebsd-ports-gnome-c8220615648e2b550f4a185de1dab25e8da5c9c6.tar.zst freebsd-ports-gnome-c8220615648e2b550f4a185de1dab25e8da5c9c6.zip |
- Update to version 1.9
- Fix plist when USE_PYTHON != 2.7
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/coccigrep/Makefile | 4 | ||||
-rw-r--r-- | textproc/coccigrep/distinfo | 4 | ||||
-rw-r--r-- | textproc/coccigrep/pkg-plist | 46 |
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 |