- Add/Update portscout flags
This commit is contained in:
parent
075efa0c4b
commit
54497cdc76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225228
5 changed files with 6 additions and 3 deletions
|
@ -15,7 +15,7 @@ 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
|
||||
PORTSCOUT= skipv:1.6.0a2
|
||||
|
||||
CATEGORY= PHP
|
||||
FILES= Compat.php Compat/Components.php \
|
||||
|
|
|
@ -15,7 +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
|
||||
PORTSCOUT= skipv:1.9.0b1
|
||||
USE_PHP= tokenizer
|
||||
USE_DOS2UNIX= yes
|
||||
|
||||
|
|
|
@ -15,6 +15,8 @@ COMMENT= Resolver library used to communicate with a DNS server
|
|||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
|
||||
PORTSCOUT= skipv:1.2.0b1
|
||||
USE_PHP= mhash
|
||||
CATEGORY= Net
|
||||
FILES= DNS/RR/A.php DNS/RR/AAAA.php DNS/RR/CNAME.php DNS/RR/HINFO.php \
|
||||
|
|
|
@ -17,6 +17,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|||
|
||||
USE_PHP= ftp
|
||||
|
||||
PORTSCOUT= skipv:1.4.0a2
|
||||
CATEGORY= Net
|
||||
FILES= FTP.php FTP/Observer.php FTP/Socket.php
|
||||
EXAMPLES= extensions.ini index.php observer.php socket.php
|
||||
|
|
|
@ -19,7 +19,7 @@ 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
|
||||
PORTSCOUT= skipv:1.2.0b1
|
||||
|
||||
LATEST_LINK= pear-${PORTNAME}
|
||||
OPTIONS= PEAR_NET_SMTP "PEAR::Net_SMTP support" off
|
||||
|
|
Loading…
Reference in a new issue