mirror of
https://git.freebsd.org/ports.git
synced 2025-05-23 04:03:14 -04:00
- Update to version 1.0.0-rc19 [1]
- Add LICENSE [1] - Don't strip binaries, this fixes [2] - Fix COMMENT PR: ports/187250 [1] ports/186613 [2] Submitted by: Alexandre Perrin <alex@kaworu.ch> [1] Approved by: maintainer timeout
This commit is contained in:
parent
3b3db1acf7
commit
adb3bec2a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348719
2 changed files with 7 additions and 12 deletions
|
@ -2,29 +2,24 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= coccinelle
|
||||
DISTVERSION= 1.0.0-rc18
|
||||
DISTVERSION= 1.0.0-rc19
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://coccinelle.lip6.fr/distrib/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= avg@icyb.net.ua
|
||||
COMMENT= Coccinelle is a program matching and transformation engine
|
||||
COMMENT= Program matching and transformation engine
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
|
||||
|
||||
USES= shebangfix gmake perl5 pkgconfig:build
|
||||
USES= gmake perl5 pkgconfig:build
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PERL5= build
|
||||
USE_PYTHON= yes
|
||||
USE_OCAML= 3.0+
|
||||
bash_CMD= ${SH}
|
||||
SHEBANG_FILES= setup/echo.sh
|
||||
MAKE_ARGS+= PYTHON_VERSION=${PYTHON_VER}
|
||||
CONFIGURE_ENV+= PYVER=${PYTHON_VER} PYTHON=${PYTHON_CMD}
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${DATADIR}/dllpcre_stubs.so \
|
||||
${STAGEDIR}${DATADIR}/dllpycaml_stubs.so \
|
||||
${STAGEDIR}${DATADIR}/spatch
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (coccinelle-1.0.0-rc18.tgz) = e5e66b28f7e91226bef00a3795d4f300bdaca1d381a2384b5d855f60cf595c1f
|
||||
SIZE (coccinelle-1.0.0-rc18.tgz) = 3120697
|
||||
SHA256 (coccinelle-1.0.0-rc19.tgz) = d2ded0d2777f64e25ba8458e4f70f1e68ae47b394cb310ebbc097dacb75bfbbc
|
||||
SIZE (coccinelle-1.0.0-rc19.tgz) = 3151229
|
||||
|
|
Loading…
Add table
Reference in a new issue