forked from Lainports/freebsd-ports
- Add PORTSCOUT variable.
This commit is contained in:
parent
ab2880d903
commit
efcb8d08d5
6 changed files with 9 additions and 2 deletions
|
|
@ -15,6 +15,8 @@ COMMENT= Provides missing functionality for older versions of PHP
|
|||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PORTSCOUT= skipv:1.6.0.a2
|
||||
|
||||
CATEGORY= PHP
|
||||
FILES= Compat.php Compat/Components.php \
|
||||
Compat/Constant/DIRECTORY_SEPARATOR.php \
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ COMMENT= PEAR class to find out the minimum version and extensions required
|
|||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PORTSCOUT= skipv:1.6.0a2
|
||||
USE_PHP= tokenizer
|
||||
USE_DOS2UNIX= yes
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,8 @@ FILES= Mail.php Mail/mail.php Mail/null.php Mail/sendmail.php \
|
|||
Mail/smtp.php Mail/RFC822.php
|
||||
TESTS= rfc822.phpt smtp_error.phpt
|
||||
|
||||
PORTSCOUT= skipv:1.20b1
|
||||
|
||||
LATEST_LINK= pear-${PORTNAME}
|
||||
OPTIONS= PEAR_NET_SMTP "PEAR::Net_SMTP support" off
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@ CATEGORY= Net
|
|||
FILES= Net/DNSBL.php Net/DNSBL/SURBL.php
|
||||
TESTS= AllTests.php testNetDNSBL.php testNetDNSBLSURBL.php
|
||||
|
||||
PORTSCOUT= skipv:1.3.0a1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
PHP_VERS= ${PHP_VERSION:S/.//g}
|
||||
|
|
|
|||
|
|
@ -17,8 +17,6 @@ SUB_FILES= pkg-message
|
|||
MAN8= rsyslogd.8
|
||||
MAN5= rsyslog.conf.5
|
||||
|
||||
PORTSCOUT= skipv:3.21.9
|
||||
|
||||
CONFIGURE_ARGS+=--enable-klog --disable-static --enable-mail \
|
||||
--enable-imfile --enable-imtemplate --enable-gnutls
|
||||
.ifdef WITH_DEBUG
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@ PLIST= ""
|
|||
DESCR?= ${.CURDIR}/../rsyslog3/pkg-descr
|
||||
MD5_FILE?= ${.CURDIR}/../rsyslog3/distinfo
|
||||
|
||||
PORTSCOUT= skipv:3.21.9,3.21.7
|
||||
|
||||
do-install:
|
||||
@${INSTALL} -d ${PREFIX}/lib/rsyslog/
|
||||
.for _T in ${MTYPES}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue