Kurt Jaeger
14edc8c406
ftp/filezilla: update 3.24.0 -> 3.36.0
...
PR: 229139
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: rezny (maintainer timeout)
Relnotes: https://filezilla-project.org/versions.php
2018-09-01 07:27:11 +00:00
Kurt Jaeger
7ea28d0672
ftp/libfilezilla: update 0.9.0 -> 0.13.0
...
- upstream is very quiet on changelogs
PR: 229137
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: rezny (maintainer timeout)
Relnotes: https://lib.filezilla-project.org/index.php
2018-09-01 07:21:14 +00:00
Alexey Dokuchaev
53792bf1df
Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they
...
are put there by the framework (see line 200 of Mk/bsd.options.mk), except
for `finance/quantlib' which makes very unorthodoxal usage of port options.
2018-08-30 04:05:07 +00:00
Ganael LAPLANCHE
de9496a230
Fix build when selected SSL library is linked to libthr
...
When a non-default SSL library is used (GnuTLS, OpenSSL or LibreSSL from
ports) and if it is linked to libthr, compilation fails with the following
error :
/usr/bin/ld: undefined reference to symbol `pthread_mutexattr_gettype@@FBSD_1.0' (try adding -lthr)
//lib/libthr.so.3: could not read symbols: Bad value
As OpenSSL-like ports (OpenSSL from base, OpenSSL and OpenSSL-devel from ports,
LibreSSL and LibreSSL-devel from ports) may or may not be linked to libthr, fix
build by detecting if the selected library is linked to libthr or not.
PR: 230813
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
2018-08-27 10:16:03 +00:00
Sunpoet Po-Chuan Hsieh
992d1a213b
Update WWW
2018-08-26 18:41:21 +00:00
Ganael LAPLANCHE
8950e0e969
Update to 4.8.4 and remove obsolete patches
2018-08-21 10:25:31 +00:00
Steve Wills
d19bfbb151
ftp/ocaml-ocurl: Update to 0.8.2
...
While here, assign maintainer to submitter
PR: 230446
Submitted by: Nathan <ndowens@yahoo.com>
2018-08-16 12:25:28 +00:00
Gerald Pfeifer
09f9633cb6
Bump PORTREVISION for ports depending on the canonical version of GCC
...
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
2018-07-29 22:18:44 +00:00
Sunpoet Po-Chuan Hsieh
6fb6d175ad
Remove leftover of testing
...
- Bump PORTREVISION for package change
2018-07-28 13:17:14 +00:00
Sunpoet Po-Chuan Hsieh
01ac1d32c6
Fix r475433
...
- Restore RELEASE-PROCEDURE.md
- Fix CARES option
- Bump PORTREVISION for package change
2018-07-28 11:43:46 +00:00
Steve Wills
f9db49b713
ftp/curl: Update to 7.61.0
...
PR: 229753
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: maintainer timeout (sunpoet, >2 weeks)
MFH: 2018Q3
Security: 3849e28f-8693-11e8-9610-9c5c8e75236a
2018-07-27 12:38:06 +00:00
Torsten Zuehlsdorff
b817a5b90e
PHP 7.1 and PHP 7.2: add TEST_TARGET to all extensions
...
This enables "make test" in every extension and eases
the test of changes to PHP.
I did ignore PHP 7.0 intentionally since it only receives
security updates and will EOL at the end of the year. Therefore
no great amount of work is expected for 7.0.
2018-07-24 08:44:32 +00:00
TAKATSU Tomonari
21eb947611
- Update to 1.95-4.11
2018-07-20 10:23:10 +00:00
Mathieu Arnold
f6d56007b9
Remove all := from BUILD_DEPENDS, here are never needed.
...
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight
2018-07-09 08:40:17 +00:00
Mark Linimon
c7df1277c6
Mark these ports broken on mips64 and/or mips.
...
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
2018-07-01 09:17:45 +00:00
Gleb Popov
98ae1eaf36
lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.
...
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:
# portmaster -w -r ghc
or
# portupgrade -fr lang/ghc
In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch. For
example:
# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc
In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:
# pkg install -y `cat ghc-pkgs.txt`
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16038
2018-06-30 09:57:59 +00:00
Tobias C. Berner
b1a1d38bf9
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
...
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: →https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Dmitry Marakasov
0b9e99405d
- Whitespace fix
...
- Update WWW
Approved by: portmgr blanket
2018-06-23 09:37:13 +00:00
Mathieu Arnold
4376dbbb58
Use PY_FLAVOR for dependencies.
...
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
2018-06-20 17:05:41 +00:00
Ganael LAPLANCHE
1df02fba90
Fix readline detection on 10.x
...
(previous commit broke readline detection on 10.x where base readline resides
in /usr)
2018-06-13 11:32:16 +00:00
Ganael LAPLANCHE
c99f2b0685
Fix readline detection with a non-standard LOCALBASE
...
Due to a bug in m4/lftp_lib_readline.m4, a wrong prefix is found for readline
when using a non-standard LOCALBASE [1]. Add a temporary workaround waiting for
the patch to be merged upstream [2].
https://reviews.freebsd.org/D15731 [1]
https://github.com/lavv17/lftp/pull/458 [2]
Differential Revision: https://reviews.freebsd.org/D15731
2018-06-12 11:28:42 +00:00
Sunpoet Po-Chuan Hsieh
93240edaa9
Update to 7.43.0.2
...
Changes: http://pycurl.io/docs/latest/release-notes.html
2018-06-03 18:16:56 +00:00
Sunpoet Po-Chuan Hsieh
48eb0b6c2c
Sort USES
2018-06-03 18:16:51 +00:00
Sunpoet Po-Chuan Hsieh
78fec12d79
Update GNUTLS and NSS options
...
nettle for gnutls support in curl is always enabled because it is an unconditional dependency of security/gnutls.
Do not bump PORTREVISION because package-depends-list is unchanged.
2018-06-03 18:16:46 +00:00
Mark Linimon
9fa05cbab2
Adjust USES to fix building on gcc-based archs (in particular, powerpc64).
...
On the clang architectures, these changes have no effect: the baser
compiler already includes the needed features.
While here, remove now-redundant CXXFLAGS statements and pet portlint
(no other content change).
Tested on both powerpc64 and amd64.
Approved by: portmgr (tier-2 blanket)
2018-06-02 19:40:59 +00:00
Sunpoet Po-Chuan Hsieh
95501d120b
Update to 0.9.6
...
Changes: https://github.com/taf2/curb/commits/master
2018-05-30 19:48:49 +00:00
Sunpoet Po-Chuan Hsieh
d96ac6c58c
Update to 0.9.5
...
Changes: https://github.com/taf2/curb/commits/master
2018-05-29 18:17:31 +00:00
Dmitry Sivachenko
03ed8fda74
Update to version 4.9.7.
2018-05-28 10:35:26 +00:00
Sunpoet Po-Chuan Hsieh
ad4f267b7a
Update WWW
...
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl
2018-05-27 20:15:16 +00:00
Tobias C. Berner
fff1aa535b
Update lang/ghc 8.4.2 and the hs-* ports the newer versions
...
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest
Thanks a lot to arrowd for doing all the heavy lifting :)
PR: 227968
Exp-run by: antoine
Submitted by: arrowd
Differential Revision: https://reviews.freebsd.org/D15005
2018-05-25 21:44:12 +00:00
Martin Wilke
440e17cfd7
- Update to 3.0.3.1
...
PR: 227491
Submitted by: Leonid Nevecherya
Approved by: maintainer timeout
Sponsored by: iXsystems Inc.
2018-05-19 18:32:34 +00:00
Sunpoet Po-Chuan Hsieh
7b436120fe
Update to 0.7.0
...
- Change MASTER_SITES to CHEESESHOP
- Update COMMENT
- Update pkg-descr
- Update WWW
- Add GitHub repository to WWW
Changes: https://github.com/msoulier/tftpy/blob/master/README
https://github.com/msoulier/tftpy/blob/master/ChangeLog
2018-05-19 11:06:57 +00:00
Sunpoet Po-Chuan Hsieh
2b5ca33374
Update to 7.60.0
...
Changes: https://curl.haxx.se/changes.html
Security: 04fe6c8d-2a34-4009-a81e-e7a7e759b5d2
MFH: 2018Q2
2018-05-16 23:54:16 +00:00
Mark Johnston
77d81fb5d9
Update to netdumpd-20180511.
...
Approved by: bdrewery (implicit)
Sponsored by: Dell EMC Isilon
2018-05-11 15:17:35 +00:00
Vasil Dimov
4f10815944
ftp/wget: Upgrade from 1.19.4 to 1.19.5
...
Changelog: http://git.savannah.gnu.org/cgit/wget.git/plain/NEWS
PR: ports/228071
Reported by: Yasuhiro KIMURA <yasu@utahime.org>
MFH: 2018Q2
Security: CVE-2018-0494
2018-05-09 16:18:52 +00:00
Yuri Victorovich
7741b2068a
ftp/py-sftp: Fix license information
...
PR: 228043
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: portmgr blanket
2018-05-08 05:07:47 +00:00
Li-Wen Hsu
687e484095
- Update to 1.5.4
2018-05-06 13:00:24 +00:00
Sean Bruno
49e5a31dd2
ftp/netdumpd:
...
Fix poudriere build error:
===> Staging for netdumpd-20180424_1
===> Generating temporary packing list
install -s -o root -g wheel -m 555 netdumpd
/wrkdirs/usr/ports/ftp/netdumpd/work/stage/usr/local/sbin/netdumpd
install:
/wrkdirs/usr/ports/ftp/netdumpd/work/stage/usr/local/sbin/netdumpd:
chown/chgrp: Operation not permitted
*** Error code 71
Submitted by: bdrewery
Reviewed by: markj
2018-05-02 15:13:22 +00:00
Rene Ladan
2a5c72ab87
Drop support for expired security/polarssl13
2018-05-01 19:03:18 +00:00
Dmitry Marakasov
c637402081
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
...
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat
2018-04-25 16:42:37 +00:00
Mark Johnston
3347004433
Update to netdumpd-20180424.
...
Approved by: bdrewery
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D15185
2018-04-24 18:05:23 +00:00
Dmitry Sivachenko
7f61464cdb
Update to version 4.9.6.
2018-04-18 09:09:01 +00:00
Mark Johnston
6cf323c3e7
Update to netdumpd-20180411.
...
Approved by: bdrewery
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D15045
2018-04-11 20:30:26 +00:00
TAKATSU Tomonari
77201a9c8f
- Update to 3.2
2018-04-10 04:12:51 +00:00
Jose Alonso Cardenas Marquez
5ab881a5d9
- Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk
...
- Convert all fpc-based ports to USES=fpc
PR: 227210
Reviewed by: portmgr
Approved by: portmgr
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D14617
2018-04-05 04:52:36 +00:00
Kirill Ponomarev
ff91f5f9d3
Switch to ld.bfd by default as ld.ldd doesn't have built-in default
...
output target.
PR: 221803
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket)
2018-03-30 11:52:46 +00:00
Baptiste Daroussin
3147bb6c6b
Make libgnome and libgnomeui not implying esound dependency
...
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.
While here:
- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
* update to 2.4.5
* use USES=localbase
2018-03-26 12:38:56 +00:00
Sunpoet Po-Chuan Hsieh
f6ec15f572
Fix build with LibreSSL 2.7
...
Obtained from: https://github.com/openbsd/ports/blob/master/net/curl/patches/patch-lib_vtls_openssl_c
PR: 226845
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
MFH: 2018Q1
2018-03-24 21:12:23 +00:00
TAKATSU Tomonari
c4c49f9109
- Update to 1.95-4.10
2018-03-20 05:52:10 +00:00
Sunpoet Po-Chuan Hsieh
95ecddb46b
Update to 7.59.0
...
Changes: https://curl.haxx.se/changes.html
2018-03-14 18:11:28 +00:00
Dmitry Marakasov
86bdefad26
- Add missing @dir into plist
...
Approved by: portmgr blanket
2018-03-12 16:57:17 +00:00
Gerald Pfeifer
c2a92a1aea
Bump PORTREVISIONs of all users of math/mpc that we just updated to
...
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
TAKATSU Tomonari
4f2e0dcd82
- Update to 3.1
2018-03-09 09:19:32 +00:00
Mathieu Arnold
a1993564e0
Introduce PHP flavors.
...
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208
2018-03-08 19:48:41 +00:00
Martin Wilke
acc3287026
A simple interface to SFTP.
...
The module offers high level abstractions and task based routines to
handle your SFTP needs.
Checkout the Cook Book, in the docs, to see what pysftp can do for you.
WWW: https://bitbucket.org/dundeemt/pysftp
PR: 226444
Submitted by: rozhuk.im@gmail.com
2018-03-08 14:01:11 +00:00
Mark Johnston
6de2257f7d
Update netdumpd to 20180305.
...
Approved by: bdrewery
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D14589
2018-03-05 21:23:20 +00:00
Yuri Victorovich
7f6edf0d92
New port: ftp/py-requests-ftp: Ftp transport adapter for requests
...
PR: 226359
Submitted by: Shane <FreeBSD@ShaneWare.Biz>
Approved by: tcberner (mentor, implicit)
2018-03-05 06:01:46 +00:00
Danilo Egea Gondolfo
a8682d1eb2
- Update to 4.9
2018-03-04 16:44:31 +00:00
Brooks Davis
16a06ea402
Work around the lack of definition of union semun per POSIX.
...
When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.
PR: 224300, 224443 (exp-run)
Approved by: portmgr (antoine)
Exp-run: antoine
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D14137
2018-03-02 22:34:53 +00:00
Sunpoet Po-Chuan Hsieh
f053c7259c
Update to 0.40
...
Changes: http://search.cpan.org/dist/Net-FTPSSL/Changes
2018-03-02 18:51:53 +00:00
Sunpoet Po-Chuan Hsieh
3b63c52143
Update dns/libpsl to 0.20.1
...
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS
https://github.com/rockdaboot/libpsl/blob/libpsl-0.20.1/NEWS
2018-02-27 13:24:14 +00:00
Sunpoet Po-Chuan Hsieh
e0846397bf
Update options dependency
2018-02-26 22:30:00 +00:00
Sunpoet Po-Chuan Hsieh
5a86ebc1e7
Update dns/libpsl to 0.20.0
...
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS
2018-02-23 19:23:57 +00:00
Sunpoet Po-Chuan Hsieh
35ac318764
Fix build with CURL_DEBUG enabled
...
lib/checksrc.pl is run when CURL_DEBUG is enabled.
The build failed due to the long line in patched lib/url.c.
./url.c:593:82: warning: Longer than 79 columns (LONGLINE)
data->set.no_signal = TRUE; /* different handling of signals and threads */
checksrc: 0 errors and 1 warnings
checksrc: 0 errors and 5 warnings suppressed
gmake[3]: *** [Makefile:3935: checksrc] Error 5
MFH: 2018Q1
2018-02-17 17:44:07 +00:00
Bernard Spil
3b1875b273
security/openssl-devel: Remove BROKEN from some ports
...
* databases/freetds: Fixed 2017-02-14
* databases/postgresql10-server: Fixed 2016-09-15 [1]
* ftp/lftp: Fixed in 4.8.0
* ftp/proftpd: Fixed in 1.3.5c
* ftp/wget: Fixed in 1.19.3 [2]
* lang/erlang-runtime20: Fixed in 20.0
* net/socat: Fixed in 1.7.3.2
* security/libssh2: Fixed in 1.8.0 [3]
* security/p5-Crypt-OpenSSL-X509: Fixed in 1.8.8
* sysutils/bacula9-server: Fixed in 9.0.6
* www/nginx: Fixed in 1.9.14
* Bulk build OK 10.3/11.1 both i386 and amd64:
- multimedia/librtmp
- net/libvncserver
- www/lynx
PR: 225875 [1], 225872 [2], 225873 [3]
2018-02-15 14:41:29 +00:00
Tobias C. Berner
737c1cc56d
Rename KDE4 meta ports
...
This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979
2018-02-10 10:29:51 +00:00
Tobias C. Berner
932e6dc413
Switch C compiler used to compile GHC to base Clang.
...
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries.
Big thanks to Gleb for working on this.
PR: 225185
Submitted by: Gleb Popov <6yearold@gmail.com>
Exp-run by: antoine
Reviewed by: pgj
Differential Revision: https://reviews.freebsd.org/D12043
2018-02-10 08:03:22 +00:00
Mark Johnston
a793288fce
Update to netdumpd-20180205.
...
Approved by: bdrewery
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D14207
2018-02-05 18:47:58 +00:00
Sunpoet Po-Chuan Hsieh
b13262f3ef
Update pkg-descr
...
- Add PyPI as primary WWW
2018-02-04 10:13:05 +00:00
Sunpoet Po-Chuan Hsieh
49e2275ba7
Allow concurrent installation (USE_PYTHON=concurrent)
...
- Bump PORTREVISION for package change
2018-02-03 06:21:36 +00:00
Sunpoet Po-Chuan Hsieh
405da093cc
Fix r460400
...
- Add DICT, FTP, GOPHER, TELNET and TFTP options to OPTIONS_DEFAULT
- Add HTTP options to OPTIONS_DEFAULT
- Bump PORTREVISION for package change
DICT, FTP, GOPHER, TELNET and TFTP options are enabled by default through configure but not being added to OPTIONS_DEFAULT in r460440.
HTTP option is enabled by default through HTTP2 option.
2018-02-02 19:54:23 +00:00
Sunpoet Po-Chuan Hsieh
204809ac75
Add more options
...
- Add protocol group
- Convert already-enabled protocols to IMAP, POP3, RTSP and SMTP options
- Add DICT, FTP, GOPHER, HTTP, TELNET and TFP options
- Update CA_BUNDLE_DESC
- Use CA_BUNDLE_CONFIGURE_WITH and OPENSSL_CONFIGURE_WITH
- Merge TLS_SRP check
PR: 223967 (based on)
Submitted by: brnrd
2018-01-30 15:39:00 +00:00
Sunpoet Po-Chuan Hsieh
ed62412da2
Fix BROTLI option
2018-01-29 17:03:11 +00:00
Sunpoet Po-Chuan Hsieh
b5b1d4039c
Remove LIBSSH option to avoid circular dependency
...
libssh uses cmake which depends on curl.
2018-01-27 18:42:35 +00:00
Sunpoet Po-Chuan Hsieh
34d77595c1
Update to 7.58.0
...
- Add BROTLI and LIBSSH options
Changes: https://curl.haxx.se/changes.html
2018-01-24 18:44:55 +00:00
Vasil Dimov
03ea8b1a65
ftp/wget: Upgrade from 1.19.2 to 1.19.4
...
Changelog: http://git.savannah.gnu.org/cgit/wget.git/plain/NEWS
2018-01-22 17:20:18 +00:00
Rene Ladan
30433f0c7f
Return kevlo's ports to the pool, he handed in his commit bit.
...
With hat: portmgr-secretary
2018-01-12 11:21:07 +00:00
Danilo Egea Gondolfo
f1699f717f
- Update to 4.8
2017-12-26 23:26:33 +00:00
Tijl Coosemans
6c1e4375fc
Remove unneeded USE_AUTOTOOLS.
2017-12-24 17:36:04 +00:00
Tijl Coosemans
c2c3d2429c
Convert to USES=autoreconf.
2017-12-24 17:21:51 +00:00
Jochen Neumeister
4fd39c2e5c
New slaveport: ftp/php72-fastdfs
...
PR: 223714
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13479
2017-12-18 19:12:34 +00:00
Jochen Neumeister
ce975ccd40
ftp/php*-fastdfs: Remake to Master/Slave Ports
...
PR: 223714
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D13454
2017-12-13 17:22:46 +00:00
Tijl Coosemans
7cfd5d2f52
Update to 7.29.0-42.el7_4.1.
...
MFH: 2017Q4
Security: 301a01b7-d50e-11e7-ac58-b499baebfeaf
2017-12-11 14:40:06 +00:00
Sunpoet Po-Chuan Hsieh
5766489538
Update to 7.43.0.1
...
Changes: http://pycurl.io/docs/latest/release-notes.html
2017-12-11 10:38:45 +00:00
Sunpoet Po-Chuan Hsieh
c5b066f003
Disable brotli support to fix build with old brotli installed
...
Brotli support will be added as an option after archivers/brotli being updated
to a newer version.
PR: 224072
Reported by: mi
2017-12-07 16:53:06 +00:00
Sunpoet Po-Chuan Hsieh
5f74204fe1
Add DOCS option
...
- Fix documentation installation:
- Avoid conflicts between FLAVORS
- Do not install license files
- Bump PORTREVISION for package change
PR: 224108
Reported by: Ting-Wei Lan <lantw44@gmail.com>
2017-12-07 16:00:23 +00:00
Sunpoet Po-Chuan Hsieh
3c6306189b
Update to 0.56
...
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES
2017-12-03 20:37:27 +00:00
David Chisnall
f9197640d9
Fix configure options for gnustep-make
...
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs. This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
2017-12-03 12:23:53 +00:00
Dmitry Marakasov
7e058578fe
- Update WWW
...
Approved by: portmgr blanket
2017-12-03 09:00:22 +00:00
Sunpoet Po-Chuan Hsieh
fe18ac14f3
Update to 7.57.0
...
Changes: https://curl.haxx.se/changes.html
https://curl.haxx.se/docs/security.html
Security: 301a01b7-d50e-11e7-ac58-b499baebfeaf
MFH: 2017Q4
2017-12-01 23:33:50 +00:00
Mathieu Arnold
551be3c723
Convert Python ports to FLAVORS.
...
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Li-Wen Hsu
d4446580f1
- Update to 1.5.3
2017-11-30 09:17:47 +00:00
Mark Linimon
bf43557044
For ports that are marked BROKEN on armv6, and also fail to build on
...
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Jochen Neumeister
9531bac2e7
php*-fastdfs: remove hard-code patching
...
PR: 223714
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13137
2017-11-25 07:51:20 +00:00
Torsten Zuehlsdorff
96025cafd3
PHP 7.2: Remove bad repocopies.
...
Reported by: adamw
2017-11-16 17:12:24 +00:00
Torsten Zuehlsdorff
687591dd75
Add PHP 7.2 RC6
...
Notable changes:
- mcrypt module was removed
- sodium module was added
- sybase_ct artifacts removed
Also many PECL ports will not work with this version
since some files got renamed.
Reviewed by: mat, ale, Rainer Duffner <rainer@ultra-secure.de>
Differential Revision: https://reviews.freebsd.org/D12980
2017-11-16 10:48:48 +00:00
Danilo Egea Gondolfo
988d635d17
- Update to 4.6
...
This update fixes a potential buffer overflow and a memory corruption bug.
MFH: 2017Q4
2017-11-06 02:35:28 +00:00
Danilo G. Baio
cb1fc942f3
ftp/fastdfs: Add status command
...
It helps in monitoring a cluster more easily.
While here, fix svn properties.
PR: 223044
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
2017-11-04 21:35:36 +00:00
Jimmy Olgeni
e929aea23c
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
...
This round is @FreeBSD.org residents except teams.
2017-11-02 21:41:47 +00:00
Jimmy Olgeni
258b5d44ad
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
2017-10-31 14:51:53 +00:00
Sunpoet Po-Chuan Hsieh
93bcc46922
Update to 1.0.47
...
Changes: https://github.com/jedisct1/pure-ftpd/releases
2017-10-27 23:17:49 +00:00
Vasil Dimov
a0bcc9af35
ftp/wget: Upgrade from 1.19.1 to 1.19.2
...
Changelog: http://git.savannah.gnu.org/cgit/wget.git/plain/NEWS
Reported by: Andrew Perry <pez_098@yahoo.com>
Security: CVE-2017-13089
Security: CVE-2017-13090
2017-10-27 12:50:37 +00:00
Tijl Coosemans
b7fad8b86f
Update Linux CentOS 7 ports to 7.4.1708.
2017-10-26 19:23:18 +00:00
Sunpoet Po-Chuan Hsieh
9ee5697df6
Update to 0.39
...
Changes: http://search.cpan.org/dist/Net-FTPSSL/Changes
2017-10-25 18:28:59 +00:00
Sunpoet Po-Chuan Hsieh
3336e7583a
Update to 7.56.1
...
Changes: https://curl.haxx.se/changes.html
https://curl.haxx.se/docs/security.html
Security: 143ec3d6-b7cf-11e7-ac58-b499baebfeaf
MFH: 2017Q4
2017-10-24 17:41:06 +00:00
Vsevolod Stakhov
f191a0244b
- Update libsodium to 1.0.15 [1]
...
- Bump revisions for all dependent ports
PR: 223147 [1]
Submitted by: Greg V [1]
2017-10-22 10:09:33 +00:00
Ganael LAPLANCHE
ff4ded7e89
Update to 4.8.3
2017-10-10 19:01:35 +00:00
Sunpoet Po-Chuan Hsieh
7d5e15be23
Update to 7.56.0
...
Changes: https://curl.haxx.se/changes.html
Security: ccace707-a8d8-11e7-ac58-b499baebfeaf
MFH: 2017Q4
2017-10-04 10:54:23 +00:00
Ganael LAPLANCHE
601f1f848b
Update to 4.8.2
2017-09-26 15:29:22 +00:00
Sunpoet Po-Chuan Hsieh
5ed883a649
Update to 0.54
...
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES
2017-09-25 15:12:12 +00:00
Dmitry Marakasov
fb3bd64a07
- Add LICENSE
...
- Regenerate patches
- Update WWW
2017-09-25 09:01:58 +00:00
Martin Matuska
5ad43181cd
Horde package update:
...
ftp/horde-gollem 3.0.11 -> 3.0.12
deskutils/horde-nag 4.2.16 -> 4.2.17
mail/horde-webmail 5.2.21 -> 5.2.22
deskutils/horde-groupware 5.2.21 -> 5.2.22
2017-09-21 20:45:32 +00:00
Ganael LAPLANCHE
0d51c4760d
Fix build on 11.0
...
Reported by: mat
2017-09-18 19:04:31 +00:00
Ganael LAPLANCHE
9695ed7d7f
Fix build on i386 and armv6
...
Reported by: George L. Yermulnik <yz@yz.kiev.ua>
2017-09-16 21:30:32 +00:00
Ganael LAPLANCHE
7a44acf34b
Update to 4.8.1
2017-09-15 10:07:00 +00:00
Mathieu Arnold
cb41fc6623
Fix license information for portgs that use "the same license as Perl".
...
Sponsored by: Absolight
2017-09-15 08:58:46 +00:00
Gerald Pfeifer
e59c88cece
Bump PORTREVISION for ports depending on the canonical version of GCC
...
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
2017-09-10 20:55:38 +00:00
Bernard Spil
4293e998f9
ftp/net2ftp: Update to 1.1
...
- Update contains PHP 7 compat
PR: 222173
2017-09-09 19:18:17 +00:00
TAKATSU Tomonari
e0860905bf
- Update to 2.8.1
2017-08-28 06:05:06 +00:00
Sunpoet Po-Chuan Hsieh
4c965d1068
Update to 0.9.4
...
Changes: https://github.com/taf2/curb/commits/master
2017-08-27 17:32:15 +00:00
Sunpoet Po-Chuan Hsieh
7e7cd5ef91
Update MASTER_SITES
...
PR: 221724
Submitted by: xmj
2017-08-23 14:53:30 +00:00
David Chisnall
31e0b9f12c
Update GNUstep core libraries.
...
Update the default Objective-C compiler.
Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.
Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
2017-08-21 13:26:28 +00:00
Sunpoet Po-Chuan Hsieh
9c3e8728c3
Pet portlint: move BROKEN_* upward
2017-08-20 12:26:39 +00:00
Sunpoet Po-Chuan Hsieh
922cbc69c0
Change RESOLV from RADIO to SINGLE
...
cURL 7.55.1 use the threaded resolver (THREADED_RESOLVER) backend if c-ares
(CARES) is not available. That means you must enable either CARES or
THREADED_RESOLVER (default) option.
Reference: https://github.com/curl/curl/pull/1647
MFH: 2017Q3
2017-08-17 15:03:44 +00:00
Danilo G. Baio
8ddc2945a9
ftp/fastdfs, ftp/php[5.6|70|71]-fastdfs: Update to 5.0.11
...
While here, improve LICENSE
Changes: https://github.com/happyfish100/fastdfs/blob/master/HISTORY
PR: 221415
Submitted by: Daniel Ylitalo <daniel@blodan.se> maintainer
2017-08-15 19:01:24 +00:00
Sunpoet Po-Chuan Hsieh
517d6198cc
Update to 7.55.1
...
Changes: https://curl.haxx.se/changes.html
MFH: 2017Q3
2017-08-14 19:11:14 +00:00
Sunpoet Po-Chuan Hsieh
5f223850d7
Update to 7.55.0
...
Changes: https://curl.haxx.se/changes.html
Security: 69cfa386-7cd0-11e7-867f-b499baebfeaf
PR: 221362
Submitted by: brnrd
MFH: 2017Q3
2017-08-09 19:35:19 +00:00
Tobias C. Berner
25bf018f0f
- Update The Glorious Glasgow Haskell Compiler to version 8.0.2
...
- Simplified port by only suporting GCC, and creating a build.mk file
- Update Pandoc to 1.19.2.1
- Update git-annex to 6.20170520
- Update Darcs to 2.12.5
- Update Gtk2Hs to 0.13.2.2
- Update Agda to 2.5.2
Please note that port revisions for all the Haskell ports without version
changes are bumped.
See the UPDATING file for instructions.
New ports (63):
hs-EdisonAPI API for EdisonCore
hs-EdisonCore Efficent, purely-functional data structures
hs-ListLike Generic support for list-like structures
hs-Only Canonical anonymous 1-tuple type
hs-aeson-compat Compatibility layer for aeson
hs-attoparsec-iso8601 Parsing of ISO 8601 dates
hs-base-compat Compatibility with later versions of base
hs-call-stack Support call stacks
hs-clock Access to high-resolution clocks and timers
hs-code-page Adjusting code pages on Windows
hs-colour Data type for colors and transparency
hs-concurrent-output Ungarble output from several threads
hs-cryptohash-md5 Pure MD5 implementation
hs-cryptohash-sha1 Pure SHA-1 implementation
hs-cryptohash-sha256 Pure SHA-256 implementation
hs-data-endian Endian-sensitive data
hs-dbus Client for the D-Bus IPC system
hs-disk-free-space Retrieving information about disk space usage
hs-doctemplates Pandoc-style document templates
hs-ed25519 Ed25519 public-key signature system
hs-fdo-notify FreeDesktop.org's Desktop Notifications
hs-fixed Signed 15.16 precision fixed point arithmetic
hs-fmlist FoldMap lists
hs-foundation Custom Prelude
hs-gitrev Compile-time git revision info
hs-graphviz Binding for the GraphViz library
hs-hackage-security Tools for securing the Hackage package server
hs-half Half-precision floating-point
hs-haskell-lexer Fully compliant Haskell 98 lexer
hs-http-api-data Converting types to and from HTTP API data
hs-integer-logarithms Integer logarithms implementation
hs-io-streams Easy-to-use primitives for I/O using streams
hs-io-streams-haproxy HAProxy protocol version 1.5 support
hs-magic Binding to the libmagic library
hs-microlens Microlens
hs-microlens-th Automated generation of lenses
hs-microstache Mustache templates
hs-monad-unlift Type classes for unlifting monad transformers
hs-monadplus Partial maps and filters over MonadPlus
hs-mono-traversable-instances Extra type classes for mono-traversable
hs-mountpoints Listing currently mounted filesystems
hs-newtype-generics Full replacement of newtype
hs-pretty-show Working with derived Show instances
hs-process-extras Read process input/output as ByteString/Text
hs-psqueues Priority Search Queues
hs-readable Reading data types from ByteString/Text
hs-refact Data type for apply-refact
hs-regex-pcre PCRE backend to accompany regex-base
hs-safe-exceptions Safe, consistent, and easy exception handling
hs-say Send messages to handles in a thread-safe way
hs-scanner Incremental combinator parser for ByteStrings
hs-skylighting Syntax highlighting library binding
hs-terminal-size Get terminal window sizes without ncurses
hs-text-short Data type for keeping short strings in memory
hs-th-abstraction Inspecting types via Template Haskell
hs-th-lift Derive Template Haskell's Lift class
hs-th-lift-instances Orphan instances for commonly used types
hs-tls-session-manager TLS session manager
hs-typed-process Launching/interaction with external processes
hs-unexceptionalio IO without non-error/synchronous exceptions
hs-uri-bytestring RFC3986 compliant URI parser
hs-uri-bytestring-aeson Aeson instance for URI.ByteString
hs-wl-pprint-text Version of wl-pprint to use Text
Updated ports (314):
hs-ALUT 2.4.0.0_1 --> 2.4.0.2
hs-Agda 2.4.2.3 --> 2.5.2
hs-Agda-stdlib 0.9_1 --> 0.13
hs-BNFC 2.8 --> 2.8.1
hs-Boolean 0.2.3 --> 0.2.4
hs-DAV 1.0.7 --> 1.3.1
hs-DRBG 0.5.4 --> 0.5.5
hs-Diff 0.3.2 --> 0.3.4
hs-GLURaw 1.5.0.1 --> 2.0.0.3
hs-GLUT 2.7.0.1_1,1 --> 2.7.0.12,1
hs-Glob 0.7.5_2 --> 0.8.0
hs-HStringTemplate 0.8.3 --> 0.8.6
hs-HTTP 4000.2.20 --> 4000.3.7
hs-HUnit 1.2.5.2_7 --> 1.6.0.0
hs-HaXml 1.25.3 --> 1.25.4
hs-HsOpenSSL 0.11.1.1 --> 0.11.4.9
hs-JuicyPixels 3.2.6 --> 3.2.8.2
hs-List 0.5.2 --> 0.6.0
hs-MemoTrie 0.6.2_2 --> 0.6.8
hs-MissingH 1.3.0.1 --> 1.4.0.1
hs-MonadRandom 0.4 --> 0.5.1
hs-ObjectName 1.1.0.0 --> 1.1.0.1
hs-OpenAL 1.7.0.0 --> 1.7.0.4
hs-OpenGL 2.12.0.1,1 --> 3.0.2.0,1
hs-OpenGLRaw 2.5.1.0_1 --> 3.2.4.0
hs-QuickCheck 2.8.1 --> 2.10.0.1
hs-RSA 2.1.0.1 --> 2.3.0
hs-ReadArgs 1.2.2 --> 1.2.3
hs-STMonadTrans 0.3.3 --> 0.4.3
hs-StateVar 1.1.0.1 --> 1.1.0.4
hs-TypeCompose 0.9.10_2 --> 0.9.12
hs-activehs 0.3.1_12 --> 0.3.2
hs-activehs-base 0.3.0.2_9 --> 0.3.0.4
hs-adjunctions 4.2.1 --> 4.3
hs-aeson 0.8.0.2 --> 1.2.1.0
hs-aeson-pretty 0.7.2 --> 0.8.5
hs-alex 3.1.4 --> 3.2.1
hs-ansi-terminal 0.6.2.1 --> 0.6.3.1
hs-asn1-data 0.7.1_9 --> 0.7.2
hs-asn1-encoding 0.9.0 --> 0.9.5
hs-asn1-parse 0.9.1 --> 0.9.4
hs-asn1-types 0.3.0 --> 0.3.2
hs-async 2.0.2 --> 2.1.1.1
hs-atomic-primops 0.8 --> 0.8.0.4
hs-attoparsec 0.12.1.6 --> 0.13.1.0
hs-authenticate 1.3.2.11 --> 1.3.3.2
hs-auto-update 0.1.2.2 --> 0.1.4
hs-aws 0.12.1 --> 0.16
hs-base-orphans 0.4.4 --> 0.6
hs-basic-prelude 0.5.0 --> 0.6.1.1
hs-bifunctors 5 --> 5.4.2
hs-blaze-builder 0.4.0.1 --> 0.4.0.2
hs-blaze-html 0.8.1.0 --> 0.9.0.1
hs-blaze-markup 0.7.0.2 --> 0.8.0.0
hs-brainfuck 0.1.0.2 --> 0.1.0.3
hs-c2hs 0.28.1_1 --> 0.28.2_1
hs-cabal-install 1.22.6.0 --> 1.24.0.2
hs-cairo 0.13.1.0 --> 0.13.3.1
hs-case-insensitive 1.2.0.4 --> 1.2.0.10
hs-cassava 0.4.3.1 --> 0.5.0.0
hs-cereal 0.4.1.1 --> 0.5.4.0
hs-cgi 3001.2.2.2,1 --> 3001.3.0.2,1
hs-checkers 0.4.3 --> 0.4.7
hs-chunked-data 0.2.0 --> 0.3.0
hs-cipher-aes128 0.7.0.1 --> 0.7.0.3
hs-classy-prelude 0.12.1.1 --> 1.2.0.1
hs-classy-prelude-conduit 0.12.0.1 --> 1.2.0
hs-clientsession 0.9.1.1 --> 0.9.1.2
hs-cmark 0.4.0.1 --> 0.5.5.1
hs-cmdargs 0.10.13 --> 0.10.17
hs-comonad 4.2.7.2 --> 5.0.1
hs-conduit 1.2.5 --> 1.2.11
hs-conduit-combinators 1.0.3 --> 1.1.1
hs-conduit-extra 1.1.9.1 --> 1.1.16
hs-connection 0.2.5 --> 0.2.8
hs-constraints 0.4.1.3 --> 0.9.1
hs-contravariant 1.3.2 --> 1.4
hs-cookie 0.4.1.6 --> 0.4.2.1
hs-cpphs 1.19 --> 1.20.8
hs-criterion 1.1.0.0 --> 1.2.1.0
hs-cryptohash 0.11.6_2 --> 0.11.9
hs-cryptohash-cryptoapi 0.1.3_2 --> 0.1.4
hs-cryptonite 0.6 --> 0.24
hs-css-text 0.1.2.1_2 --> 0.1.2.2
hs-darcs 2.10.1 --> 2.12.5
hs-data-default 0.5.3_7 --> 0.7.1.1
hs-data-default-class 0.0.1_7 --> 0.1.2.0
hs-data-default-instances-base 0.0.1_7 --> 0.1.0.1
hs-data-lens 2.10.7 --> 2.11.1
hs-data-lens-template 2.1.9 --> 2.2
hs-data-pprint 0.2.4 --> 0.2.4.1
hs-deepseq-generics 0.1.1.2 --> 0.2.0.0
hs-dia-base 0.1.1.3 --> 0.1.1.4
hs-directory-tree 0.12.0_2 --> 0.12.1
hs-distributive 0.4.4_2 --> 0.5.2
hs-dlist 0.7.1.1 --> 0.8.0.3
hs-dlist-instances 0.1_2 --> 0.1.1.1
hs-dns 2.0.0 --> 2.0.10
hs-double-conversion 2.0.1.0 --> 2.0.2.0
hs-either 4.4.1 --> 4.4.1.1
hs-ekg 0.4.0.8 --> 0.4.0.13
hs-ekg-core 0.1.1.0 --> 0.1.1.1
hs-ekg-json 0.1.0.0 --> 0.1.0.5
hs-email-validate 2.1.3 --> 2.3
hs-enclosed-exceptions 1.0.1.1 --> 1.0.2
hs-entropy 0.3.7 --> 0.3.8
hs-equivalence 0.3.1 --> 0.3.2
hs-errors 2.0.0 --> 2.2.1
hs-esqueleto 2.4.1 --> 2.5.3
hs-exceptions 0.8.0.2 --> 0.8.3
hs-extra 1.4.1 --> 1.6
hs-fast-logger 2.4.1 --> 2.4.10
hs-feed 0.3.10.0 --> 0.3.12.0
hs-fgl 5.5.2.1 --> 5.5.3.1
hs-file-embed 0.0.9 --> 0.0.10
hs-filestore 0.6.1 --> 0.6.3.1
hs-free 4.12.1 --> 4.12.4
hs-gconf 0.13.0.2 --> 0.13.1.0
hs-generic-deriving 1.8.0 --> 1.11.2
hs-geniplate-mirror 0.7.1 --> 0.7.5
hs-ghc-events 0.4.4.0 --> 0.6.0
hs-gio 0.13.1.0 --> 0.13.3.1
hs-git-annex 5.20150727_1 --> 6.20170520
hs-gitit 0.11.1 --> 0.12.2.1
hs-glib 0.13.1.1 --> 0.13.4.1
hs-gnuidn 0.2.1_3 --> 0.2.2
hs-gtk 0.13.9 --> 0.14.6
hs-gtk2hs 0.13,1 --> 0.13.2.2,1
hs-gtk2hs-buildtools 0.13.0.4_1 --> 0.13.2.2
hs-gtksourceview2 0.13.1.3 --> 0.13.3.1
hs-haddock 2.16.1 --> 2.17.5
hs-haddock-api 2.16.1 --> 2.17.4
hs-haddock-library 1.2.1 --> 1.4.3
hs-happstack-server 7.4.4 --> 7.4.6.4
hs-hashable 1.2.3.3,1 --> 1.2.6.1,1
hs-hashtables 1.2.0.2 --> 1.2.1.1
hs-haskell-src-exts 1.16.0.1 --> 1.19.1
hs-hasktags 0.69.1 --> 0.69.3
hs-hedis 0.6.9 --> 0.9.8
hs-heist 0.14.1.1 --> 1.0.1.0
hs-hexpat 0.20.9 --> 0.20.13
hs-highlighting-kate 0.6 --> 0.6.4
hs-hinotify 0.3.8.1 --> 0.3.9
hs-hint 0.4.2.3 --> 0.7.0
hs-hjsmin 0.1.5.0 --> 0.2.0.2
hs-hlint 1.9.21 --> 2.0.9
hs-hoauth2 0.4.8 --> 0.5.9
hs-hoogle 4.2.41 --> 5.0.12
hs-hourglass 0.2.9 --> 0.2.10
hs-hscolour 1.23,1 --> 1.24.1,1
hs-hslogger 1.2.9 --> 1.2.10
hs-hslua 0.4.0 --> 0.5.0
hs-hspec 2.1.10 --> 2.4.4
hs-hspec-core 2.1.10 --> 2.4.4
hs-hspec-discover 2.1.10 --> 2.4.4
hs-hspec-expectations 0.7.1 --> 0.8.2
hs-html-conduit 1.2.0 --> 1.2.1.1
hs-http-client 0.4.20 --> 0.5.7.0
hs-http-client-tls 0.2.2_2 --> 0.3.5.1
hs-http-conduit 2.1.8 --> 2.2.3.1
hs-http-reverse-proxy 0.4.2 --> 0.4.4
hs-http-types 0.8.6 --> 0.9.1
hs-http2 1.0.4 --> 1.6.3
hs-hxt 9.3.1.15 --> 9.3.1.16
hs-hxt-regex-xmlschema 9.2.0.2 --> 9.2.0.3
hs-ieee754 0.7.6 --> 0.8.0
hs-iproute 1.5.0 --> 1.7.1
hs-js-jquery 1.11.3 --> 3.2.1
hs-kan-extensions 4.2.2 --> 5.0.2
hs-keys 3.10.2 --> 3.11
hs-kqueue 0.1.2.6_2 --> 0.2
hs-language-c 0.5.0 --> 0.6.1
hs-language-javascript 0.5.14.2 --> 0.6.0.10
hs-largeword 1.2.3_2 --> 1.2.5
hs-lens 4.12.3 --> 4.15.3
hs-libmpd 0.9.0.2 --> 0.9.0.6
hs-lifted-async 0.7.0.1 --> 0.9.3
hs-lifted-base 0.2.3.6 --> 0.2.3.11
hs-map-syntax 0.2 --> 0.2.0.2
hs-math-functions 0.1.5.2_2 --> 0.2.1.0
hs-memory 0.8 --> 0.14.6
hs-mime-mail 0.4.9 --> 0.4.13.1
hs-mime-types 0.1.0.6 --> 0.1.0.7
hs-mmorph 1.0.4 --> 1.1.0
hs-monad-control 1.0.0.4 --> 1.0.2.1
hs-monad-logger 0.3.13.2 --> 0.3.24
hs-monad-par 0.3.4.7 --> 0.3.4.8
hs-monadcryptorandom 0.6.1_2 --> 0.7.1
hs-monads-tf 0.1.0.2_2 --> 0.1.0.3
hs-mono-traversable 0.9.2.1 --> 1.0.2
hs-mueval 0.9.1.1.2 --> 0.9.3
hs-murmur-hash 0.1.0.8 --> 0.1.0.9
hs-mutable-containers 0.3.2 --> 0.3.3
hs-mwc-random 0.13.3.2 --> 0.13.6.0
hs-mysql 0.1.1.8 --> 0.1.4
hs-network 2.6.2.1 --> 2.6.3.2
hs-network-info 0.2.0.7 --> 0.2.0.8
hs-network-multicast 0.1.0 --> 0.2.0
hs-network-uri 2.6.0.3 --> 2.6.1.0
hs-nonce 1.0.2 --> 1.0.4
hs-oeis 0.3.6 --> 0.3.9
hs-optparse-applicative 0.11.0.2 --> 0.14.0.0
hs-pandoc 1.15.0.6_1 --> 1.19.2.1
hs-pandoc-citeproc 0.7.3.1 --> 0.10.5.1
hs-pandoc-types 1.12.4.5 --> 1.19
hs-pango 0.13.1.0 --> 0.13.3.1
hs-parallel 3.2.0.6 --> 3.2.1.1
hs-parsec 3.1.9 --> 3.1.11
hs-path-pieces 0.2.0 --> 0.2.1
hs-pcre-light 0.4.0.3 --> 0.4.0.4
hs-persistent 2.2 --> 2.7.0
hs-persistent-sqlite 2.2 --> 2.6.2
hs-persistent-template 2.1.3.4 --> 2.5.2
hs-pointed 4.2.0.2 --> 5
hs-polyparse 1.11 --> 1.12
hs-prelude-extras 0.4_2 --> 0.4.0.3
hs-primitive 0.6 --> 0.6.2.0
hs-probability 0.2.4.1_2 --> 0.2.5.1
hs-profunctors 5.1.1 --> 5.2
hs-pureMD5 2.1.2.1_10 --> 2.1.3
hs-quickcheck-io 0.1.1_2 --> 0.2.0
hs-reflection 2 --> 2.1.2
hs-regex-applicative 0.3.2.1 --> 0.3.3
hs-regex-tdfa 1.2.0_2 --> 1.2.2
hs-resourcet 1.1.6 --> 1.1.9
hs-safe 0.3.9 --> 0.3.15
hs-sandi 0.3.5 --> 0.4.0
hs-scientific 0.3.3.8 --> 0.3.5.1
hs-semigroupoids 5.0.0.3 --> 5.2
hs-semigroups 0.16.2.2 --> 0.18.3
hs-setlocale 1.0.0.4 --> 1.0.0.5
hs-shake 0.15.5 --> 0.15.11
hs-shakespeare 2.0.5 --> 2.0.13
hs-shelly 1.6.3.3 --> 1.6.8.3
hs-simple-sendfile 0.2.21 --> 0.2.25
hs-skein 1.0.9.3 --> 1.0.9.4
hs-snap 0.14.0.6 --> 1.0.0.1
hs-snap-core 0.9.7.2 --> 1.0.2.1
hs-snap-server 0.9.5.1 --> 1.0.2.2
hs-socks 0.5.4_2 --> 0.5.5
hs-split 0.2.2_7 --> 0.2.3.2
hs-statistics 0.13.2.3 --> 0.14.0.2
hs-stm 2.4.4 --> 2.4.4.1
hs-streaming-commons 0.1.12.1 --> 0.1.18
hs-svgcairo 0.13.0.3 --> 0.13.1.1
hs-syb 0.5.1 --> 0.7
hs-syb-with-class 0.6.1.6 --> 0.6.1.7
hs-tagged 0.8.1 --> 0.8.5
hs-tagsoup 0.13.3 --> 0.14.1
hs-tar 0.4.2.1 --> 0.5.0.3
hs-temporary 1.2.0.3_2 --> 1.2.1
hs-test-framework-hunit 0.3.0.1_2 --> 0.3.0.2
hs-test-framework-quickcheck2 0.3.0.3_2 --> 0.3.0.4
hs-texmath 0.8.3 --> 0.9.4.1
hs-text 1.2.1.3 --> 1.2.2.2
hs-threads 0.5.1.3 --> 0.5.1.4
hs-threadscope 0.2.7 --> 0.2.8
hs-time-locale-compat 0.1.1.0 --> 0.1.1.3
hs-timezone-olson 0.1.7 --> 0.1.8
hs-timezone-series 0.1.5.1 --> 0.1.8
hs-tls 1.3.1 --> 1.3.11
hs-torrent 10000.0.0 --> 10000.1.1
hs-transformers-compat 0.4.0.4 --> 0.5.1.4
hs-unix-compat 0.4.1.4 --> 0.4.3.1
hs-unix-time 0.3.5 --> 0.3.7
hs-unlambda 0.1.4.1 --> 0.1.4.2
hs-unordered-containers 0.2.5.1 --> 0.2.8.0
hs-uri 0.1.6.3 --> 0.1.6.4
hs-utf8-string 1 --> 1.0.1.1
hs-utility-ht 0.0.10_2 --> 0.0.14_2
hs-uuid 1.3.11 --> 1.3.13
hs-uuid-types 1.0.2 --> 1.0.3
hs-uulib 0.9.20 --> 0.9.22
hs-vault 0.3.0.4 --> 0.3.0.7
hs-vector 0.10.12.3 --> 0.12.0.1
hs-vector-binary-instances 0.2.1.0_2 --> 0.2.3.5
hs-vector-instances 3.3.1 --> 3.4
hs-vector-space 0.10.2 --> 0.10.4
hs-vector-th-unbox 0.2.1.2 --> 0.2.1.6
hs-void 0.7 --> 0.7.2
hs-vte 0.13.0.2 --> 0.13.1.1
hs-wai 3.0.3.0 --> 3.2.1.1
hs-wai-app-static 3.1.1 --> 3.1.6.1
hs-wai-extra 3.0.10 --> 3.0.20.0
hs-wai-logger 2.2.4.1 --> 2.3.0
hs-warp 3.1.3 --> 3.2.13
hs-warp-tls 3.1.1 --> 3.2.4
hs-webkit 0.13.1.3 --> 0.14.2.1
hs-wx 0.91.0.0 --> 0.92.3.0
hs-wxc 0.91.0.0 --> 0.92.3.0
hs-wxcore 0.91.0.0 --> 0.92.3.0
hs-wxdirect 0.91.0.0 --> 0.92.3.0
hs-x509 1.6.0 --> 1.6.5
hs-x509-store 1.6.0 --> 1.6.2
hs-x509-system 1.6.0 --> 1.6.4
hs-x509-validation 1.6.0 --> 1.6.5
hs-xml-conduit 1.3.1 --> 1.5.1
hs-xml-hamlet 0.4.0.11 --> 0.4.1
hs-xmlhtml 0.2.3.4 --> 0.2.4
hs-xmobar 0.24.3 --> 0.24.5
hs-xss-sanitize 0.3.5.6 --> 0.3.5.7
hs-yaml 0.8.13 --> 0.8.23.1
hs-yesod 1.4.1.5 --> 1.4.5
hs-yesod-auth 1.4.6 --> 1.4.17.2
hs-yesod-auth-hashdb 1.4.2.2 --> 1.6.1
hs-yesod-bin 1.4.13.3 --> 1.5.2.3
hs-yesod-core 1.4.13 --> 1.4.35
hs-yesod-form 1.4.4.1 --> 1.4.12
hs-yesod-persistent 1.4.0.3 --> 1.4.2
hs-yesod-static 1.5.0.2 --> 1.5.3
hs-yesod-test 1.4.3.1 --> 1.5.7
hs-zip-archive 0.2.3.7 --> 0.3.1.1
hs-zlib 0.5.4.2 --> 0.6.1.2
scroll 1.20151219 --> 1.20170122
Removed ports (5):
hs-MonadCatchIO-mtl Deprecated in favor of exceptions
hs-MonadCatchIO-transformers Deprecated in favor of exceptions
hs-citeproc-hs Replaced by pandoc-citeproc
hs-directory Part of the packages shipped with GHC
hs-syb-with-class-instances-text Upstream is unmaintained
This was created together with pgj@.
Reviewed by: pgj, 6yearold_gmail.com
Differential Revision: https://reviews.freebsd.org/D11558
2017-08-08 17:21:45 +00:00
Jose Alonso Cardenas Marquez
0c310fcadd
- Pass maintainership to me. marino@ is not part of FreeBSD committers
2017-08-03 23:40:28 +00:00
Martin Matuska
b97e1f7121
Horde package update:
...
comms/pear-Horde_ActiveSync 2.38.6 -> 2.38.7
www/pear-Horde_Browser 2.0.13 -> 2.0.14
devel/pear-Horde_Core 2.29.1 -> 2.30.0
www/pear-Horde_Form 2.0.17 -> 2.0.18
devel/pear-Horde_Icalendar 2.1.6 -> 2.1.7
mail/pear-Horde_Imap_Client 2.29.13 -> 2.29.14
net/pear-Horde_Url 2.2.5 -> 2.2.6
www/horde-ansel 3.0.6 -> 3.0.7
ftp/horde-gollem 3.0.10 -> 3.0.11
deskutils/horde-groupware 5.2.20 -> 5.2.21
www/horde-base 5.2.15 -> 5.2.16
mail/horde-imp 6.2.19 -> 6.2.20
deskutils/horde-kronolith 4.2.21 -> 4.2.22
deskutils/horde-nag 4.2.14 -> 4.2.15
www/horde-trean 1.1.7 -> 1.1.8
mail/horde-turba 4.2.19 -> 4.2.20
mail/horde-webmail 5.2.20 -> 5.2.21
devel/horde-whups 3.0.10 -> 3.0.11
Security: open redirects in multiple applications
2017-08-02 19:23:51 +00:00
Jung-uk Kim
f872930d0e
Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.
...
PR: 221027
Reviewed by: mat
Approved by: portmgr (antoine)
2017-07-28 21:45:20 +00:00
Martin Matuska
038563bcf2
Update ftp/proftpd to 1.3.6
...
Fix compatibility in databases/proftpd-mod_sql_tds
2017-07-27 15:25:30 +00:00
Vasil Dimov
37406903f0
ftp/wget: Enforce rebuilding of the info page
...
MAKEINFO must be defined in the configure environment in order for the
info page to be rebuilt.
Submitted by: jkim
2017-07-26 18:14:22 +00:00
Vasil Dimov
881b1b8b2f
ftp/wget: Fix makeinfo path
...
On FreeBSD 10.x makeinfo is located in /usr/bin/makeinfo, whereas on 11.x
it is located in /usr/local/bin/makeinfo. Don't specify its full path
location like DOCS_CONFIGURE_ENV= MAKEINFO="${LOCALBASE}/bin/makeinfo"
since having it in PATH (either in /usr/bin or /usr/local/bin) suffices.
Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
2017-07-26 07:12:57 +00:00
Vasil Dimov
f577936c07
ftp/wget: Tweak docs options
...
* Add a separate option to control whether man page is to be installed
* Handle wgetrc.sample with @sample, according to
https://www.freebsd.org/doc/en/books/porters-handbook/plist-config.html and
https://www.freebsd.org/doc/en/books/porters-handbook/plist-keywords.html#plist-keywords-sample
* Now the DOCS option only controls whether an info page is installed or not
Submitted by: jkim
2017-07-26 05:02:41 +00:00
Vasil Dimov
8a11b286e1
ftp/wget: Make installing docs optional
...
Submitted by: jkim
2017-07-20 09:59:33 +00:00
Ganael LAPLANCHE
4f0fab7a25
Fix build on powerpc64
...
PR: 220747
Submitted by: Alan Braslau <braslau@free.fr>
2017-07-16 12:44:13 +00:00
Martin Matuska
f9c6bdb8e8
Update ProFTPd to 1.3.5e
2017-07-13 22:23:23 +00:00
Ganael LAPLANCHE
9cf9135d8d
Fix build with LibreSSL
...
Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
2017-07-12 11:11:47 +00:00
Ganael LAPLANCHE
87e7a86e86
Update to 4.8.0
2017-07-11 11:20:11 +00:00
Mark Johnston
2134ad1c05
Update to netdumpd-20170706.
...
Approved by: bdrewery
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D11369
2017-07-06 23:08:08 +00:00
Sunpoet Po-Chuan Hsieh
7d164b23d4
Remove Perl core modules
...
- While I'm here:
- Add LICENSE
- Add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl
2017-06-30 22:13:55 +00:00
Sunpoet Po-Chuan Hsieh
8bfd4d37e4
Remove Perl core modules
...
- While I'm here:
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
- Bump PORTREVISION for dependency change
With hat: perl
2017-06-30 22:13:50 +00:00
Sunpoet Po-Chuan Hsieh
34117a3043
Use USES=mysql
2017-06-28 23:55:22 +00:00
TAKATSU Tomonari
47f76e78c8
- Update to 2.7
2017-06-28 09:47:23 +00:00
Sunpoet Po-Chuan Hsieh
cb037d3c98
Update devel/readline to 7.0 patch 3
...
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
2017-06-27 13:46:53 +00:00
David Naylor
9920d3ae65
qa: add check for NO_ARCH
...
If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR.
If an elf(5) file is bundles as part of the package, but is not meant to be
run directly (i.e. the elf(5) file is a payload, and not compiled) then
those files can be added to NO_ARCH_IGNORE to avoid the check from failing,
Changes to ports:
- Ports that have NO_ARCH set, but actually compile files have had NO_ARCH
removed.
- Ports that have elf(5) payloads have had those files added to
NO_ARCH_IGNORE.
- R-cran ports that do not set USES=cran:compiles have NO_ARCH set,
PR: 218976
Reviewed by: antoine, mat
Approved by: portmgr
2017-06-18 18:09:16 +00:00
Sunpoet Po-Chuan Hsieh
84df94605c
Add PERL_LEVEL check
...
- Bump PORTREVISION for dependency change
2017-06-18 05:51:39 +00:00
Sunpoet Po-Chuan Hsieh
6392a83fee
Update COMMENT and pkg-descr
2017-06-15 21:59:12 +00:00
Sunpoet Po-Chuan Hsieh
a9da0a91c9
Update to 7.54.1
...
Changes: https://curl.haxx.se/changes.html
Security: 9314058e-5204-11e7-b712-b1a44a034d72
MFH: 2017Q2
2017-06-15 21:53:26 +00:00