mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- replace YES' with
yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)
They all non-functional changes.
This commit is contained in:
parent
062278df4f
commit
b3e78ade01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291783
@ -9,14 +9,14 @@ PORTNAME= wsgitools
|
||||
PORTVERSION= 0.2.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://subdivi.de/~helmut/darcs/${PORTNAME}/dist/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= aehlig@linta.de
|
||||
COMMENT= Useful middlewares and filters for wsgi as well as scgi servers
|
||||
|
||||
LICENSE= GPLv2 # or higher
|
||||
|
||||
USE_PYTHON= YES
|
||||
USE_PYDISTUTILS=YES
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -16,9 +16,9 @@ COMMENT= TCP stream/UDP/IP payload 'grep' utility
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/nidsmodule.so:${PORTSDIR}/net/pynids
|
||||
|
||||
USE_PYTHON= YES
|
||||
USE_PYTHON= yes
|
||||
|
||||
NO_BUILD= YES
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= sbin/flowgrep
|
||||
|
||||
|
@ -16,8 +16,8 @@ COMMENT= PVM for Python
|
||||
|
||||
BUILD_DEPENDS= pvm:${PORTSDIR}/net/pvm
|
||||
|
||||
USE_PYTHON= YES
|
||||
USE_PYDISTUTILS=YES
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/pypvm.py \
|
||||
%%PYTHON_SITELIBDIR%%/pypvm_core.so \
|
||||
|
@ -24,11 +24,11 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simpl
|
||||
|
||||
CONFLICTS= rabbitmq-c-[0-9]*
|
||||
|
||||
USE_BZIP2= YES
|
||||
USE_GMAKE= YES
|
||||
USE_PYTHON= YES
|
||||
USE_LDCONFIG= YES
|
||||
GNU_CONFIGURE= YES
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PYTHON= yes
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= aclocal autoconf automake autoheader libtool
|
||||
AUTOMAKE_ARGS= -i --add-missing
|
||||
ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
|
||||
|
@ -23,11 +23,11 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simpl
|
||||
|
||||
CONFLICTS= rabbitmq-c-devel-[0-9]*
|
||||
|
||||
USE_BZIP2= YES
|
||||
USE_GMAKE= YES
|
||||
USE_PYTHON= YES
|
||||
USE_LDCONFIG= YES
|
||||
GNU_CONFIGURE= YES
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PYTHON= yes
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= aclocal autoconf automake autoheader libtool
|
||||
AUTOMAKE_ARGS= -i --add-missing
|
||||
ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
|
||||
|
@ -81,7 +81,7 @@ CONFIGURE_ARGS+= --without-kerberos
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PYTHON)
|
||||
USE_PYTHON= YES
|
||||
USE_PYTHON= yes
|
||||
CONFIGURE_ARGS+= --with-python
|
||||
. include "${PORTSDIR}/Mk/bsd.python.mk"
|
||||
.endif
|
||||
|
@ -14,9 +14,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
|
||||
MAINTAINER= mich@FreeBSD.org
|
||||
COMMENT= Quick display of FreeBSD port descriptions
|
||||
|
||||
USE_ZIP= YES
|
||||
USE_PYTHON= YES
|
||||
NO_BUILD= YES
|
||||
USE_ZIP= yes
|
||||
USE_PYTHON= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= bin/portell
|
||||
PORTDOCS= README.txt
|
||||
|
@ -19,14 +19,14 @@ LICENSE= GPLv2
|
||||
RUN_DEPENDS= pdftk:${PORTSDIR}/print/pdftk \
|
||||
pdftoppm:${PORTSDIR}/graphics/xpdf
|
||||
|
||||
USE_GHOSTSCRIPT_RUN= YES
|
||||
USE_PYTHON= YES
|
||||
USE_XZ= YES
|
||||
USE_GHOSTSCRIPT_RUN= yes
|
||||
USE_PYTHON= yes
|
||||
USE_XZ= yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
NO_BUILD= YES
|
||||
NO_WRKSUBDIR= YES
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/
|
||||
|
@ -15,13 +15,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= graudeejs@gmail.com
|
||||
COMMENT= Replacement for htpasswd
|
||||
|
||||
USE_PYTHON= YES
|
||||
USE_XZ= YES
|
||||
USE_PYTHON= yes
|
||||
USE_XZ= yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}.py
|
||||
|
||||
NO_BUILD= YES
|
||||
NO_WRKSUBDIR= YES
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
post-patch:
|
||||
${SED} -I.orig -e 's|^#!/usr/bin/python|#!/usr/bin/env python|' ${WRKDIR}/${PORTNAME}.py
|
||||
|
@ -20,7 +20,7 @@ LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2 \
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-lzo=${LOCALBASE} --enable-packing-tools --with-python
|
||||
USE_PYTHON= YES
|
||||
USE_PYTHON= yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_ARGS= CC="${CC}" GCC_FLAGS="" CFLAGS_RELEASE=""
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -18,8 +18,8 @@ PROJECTHOST= sitemap-generators
|
||||
|
||||
NO_WRKSUBDIR=
|
||||
|
||||
USE_PYTHON= YES
|
||||
USE_PYDISTUTILS=YES
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
PYDISTUTILS_PKGNAME= sitemap_gen
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -14,8 +14,8 @@ EXTRACT_SUFX= .tar.gz
|
||||
MAINTAINER= reed@reedmedia.net
|
||||
COMMENT= View structure of a web site, get a list of problems like broken links
|
||||
|
||||
USE_PYTHON= YES
|
||||
NO_BUILD= YES
|
||||
USE_PYTHON= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
MAN1= webcheck.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user