- Fix shebangs
This commit is contained in:
parent
992109a576
commit
8714d88265
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439104
@ -2,12 +2,13 @@
|
||||
|
||||
PORTNAME= check_postgres_replication
|
||||
PORTVERSION= 2010.12.16
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= https://gist.github.com/raw/743942/4b9454d6aaf919fe77d15ecea09c7a001ae83b59/ \
|
||||
LOCAL/brooks
|
||||
PKGNAMEPREFIX= nagios-
|
||||
DISTNAME= check_postgres_replication.py
|
||||
EXTRACT_SUFX=
|
||||
EXTRACT_SUFX= # empty
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Nagios plugin to check the lag between a postgresql replica and master
|
||||
@ -17,20 +18,20 @@ LICENSE= MIT
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nagiosplugin>=0:sysutils/py-nagiosplugin \
|
||||
${PYTHON_PKGNAMEPREFIX}psycopg2>=0:databases/py-psycopg2
|
||||
|
||||
USES= python shebangfix
|
||||
SHEBANG_FILES= check_postgres_replication.py
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
USES= pgsql python
|
||||
|
||||
PLIST_FILES= libexec/nagios/check_postgres_replication
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKDIR}
|
||||
${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}
|
||||
@${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} \
|
||||
${STAGEDIR}${PREFIX}/libexec/nagios/${DISTNAME:S/.py//}
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
|
||||
${STAGEDIR}${PREFIX}/libexec/nagios/${DISTNAME:S/.py//}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user