Commit graph

37643 commits

Author SHA1 Message Date
Dmitry Marakasov
a4031d4021 - Add NO_ARCH
- Portlint fix
2015-10-16 13:12:40 +00:00
Dmitry Marakasov
00c7388617 - Fix shebangs
- Fix staging as non-root, move owner/perm handling to plist
- Update plist directory permissions according to documentation (yes, documentation specifically suggests 777 perms)
2015-10-16 12:54:08 +00:00
Wen Heping
20df8ba912 - Update to 4.2.1
PR:		203763
Submitted by:	wen@(myself)
Approved by:	linpct@gmail.com(maintainer)
2015-10-15 23:58:51 +00:00
Sunpoet Po-Chuan Hsieh
55da4197ba - Update to 1.25
Changes:	http://search.cpan.org/dist/Flickr-API/Changes
2015-10-15 20:18:41 +00:00
Sunpoet Po-Chuan Hsieh
501ab6b6f7 - Update to 0.163000
- Fix *_DEPENDS:
  - Remove p5-MIME-Base64: it is already in all supported Perl releases
  - Remove p5-MooX-Types-MooseLike-Numeric and add p5-MooX-Types-MooseLike
  - Add missing p5-Role-Tiny

Changes:	http://search.cpan.org/dist/Dancer2/Changes
2015-10-15 20:18:36 +00:00
Sunpoet Po-Chuan Hsieh
f359bcf5d0 - Add LICENSE_FILE
- Use USES=localbase
2015-10-15 20:17:11 +00:00
Sunpoet Po-Chuan Hsieh
90940ae575 - Cleanup Makefile 2015-10-15 20:17:06 +00:00
Mathieu Arnold
7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Mathieu Arnold
d8633ad2af Update to 1.8.7.
PR:		203651
Submitted by:	maintainer
Sponsored by:	Absolight
2015-10-15 14:14:06 +00:00
Lev A. Serebryakov
3535651a1b Update devel/subversion to 1.9.2.
PR:		203713
Submitted by:	Peter Wemm <peter@FreeBSD.org>
2015-10-15 10:43:15 +00:00
Dmitry Marakasov
8839ec2c75 - Update to 5.7
PR:		203591
Submitted by:	jimmy@mammothcheese.ca (maintainer)
2015-10-15 10:42:49 +00:00
Dmitry Marakasov
b4bb035be3 - Add NO_ARCH
- Switch to options helpers
- Fix owner/group handling

Approved by:	portmgr blanket
2015-10-15 10:37:30 +00:00
Dmitry Marakasov
87fb26d6d8 - Bump PORTREVISION after devel/libserver update 2015-10-15 10:29:30 +00:00
Dmitry Marakasov
4675e5abe8 - Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2015-10-14 23:51:17 +00:00
Dmitry Marakasov
a97a223d28 - Update to 5.6
PR:		203725
Submitted by:	jimmy@mammothcheese.ca (maintainer)
2015-10-14 20:58:46 +00:00
Dmitry Marakasov
4b74333c32 - Update to 2.02
- Fix ownership in plist
- Fix sqlite dependency
- Remove unneeded lines
- Pass maintainership to submitter

PR:		203737
Submitted by:	ports@toco-domains.de
2015-10-14 20:39:12 +00:00
TAKATSU Tomonari
f7d702516a - Update to 1.9.14 [1]
- Remove files/patch-install-index.php

PR:		161952 [1]
Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de> [1]
2015-10-14 19:29:05 +00:00
Koop Mast
6f4c8b9922 Update flash to 11.2r202.535.
MFH:		2015Q4
Security:	a63f2c06-726b-11e5-a12b-bcaec565249c
2015-10-14 12:51:25 +00:00
Frederic Culot
1d0b9d3e31 - Reassign lippe@'s ports after his commit bit was taken in for safekeeping 2015-10-14 11:04:10 +00:00
Jimmy Olgeni
3b219f4426 Upgrade www/elixir-maru to version 0.8.4. 2015-10-14 10:47:41 +00:00
Wen Heping
d0f21fb115 - Update to 0.41
Changes: http://cpansearch.perl.org/src/RKITOVER/Catalyst-Plugin-SmartURI-0.041/Changes

PR:		203754
Submitted by:	oleg@mamontov.net(maintainer)
2015-10-14 07:49:08 +00:00
Jimmy Olgeni
d44b229e2b Upgrade www/elixir-webassembly to version 0.6.0. 2015-10-14 03:08:22 +00:00
Adam Weinberger
449e34a9af Update to 6.24.
Changes: https://metacpan.org/changes/distribution/Mojolicious
2015-10-14 00:34:45 +00:00
Olli Hauer
bcadba6f9e - update to 2.4.17
- add support for HTTP/2 (RFC 7540)
- remove obsolate libressl patches [1]

In this release are some exciting new features including:

 *) HTTP/2 support via mod_http2 module
 *) Support for SO_REUSEPORT in MPMs for significant scalability

Changes with Apache 2.4.17

 *) mod_http2: added donated HTTP/2 implementation via core module. Similar
    configuration options to mod_ssl. [Stefan Eissing]

 *) mod_proxy: don't recyle backend announced "Connection: close" connections
    to avoid reusing it should the close be effective after some new request
    is ready to be sent.  [Yann Ylavic]

 *) mod_substitute: Allow to configure the patterns merge order with the new
    SubstituteInheritBefore on|off directive.  PR 57641
    [Marc.Stern <Marc.Stern approach.be>, Yann Ylavic, William Rowe]

 *) mod_proxy: Fix ProxySourceAddress binding failure with AH00938.
    PR 56687.  [Arne de Bruijn <apache arbruijn.dds.nl>

 *) mod_ssl: Support compilation against libssl built with OPENSSL_NO_SSL3,
    and change the compiled-in default for SSL[Proxy]Protocol to "all -SSLv3",
    in accordance with RFC 7568. PR 58349, PR 57120. [Kaspar Brand]

 *) mod_ssl: append :!aNULL:!eNULL:!EXP to the cipher string settings,
    instead of prepending !aNULL:!eNULL:!EXP: (as was the case in 2.4.7
    and later). Enables support for configuring the SUITEB* cipher
    strings introduced in OpenSSL 1.0.2. PR 58213. [Kaspar Brand]

 *) mod_ssl: Add support for extracting the msUPN and dnsSRV forms
    of subjectAltName entries of type "otherName" into
    SSL_{CLIENT,SERVER}_SAN_OTHER_{msUPN,dnsSRV}_n environment
    variables. Addresses PR 58020. [Jan Pazdziora <jpazdziora redhat.com>,
    Kaspar Brand]

 *) mod_logio: Fix logging of %^FB (time to first byte) on the first request on
    an SSL connection.  PR 58454.
    [Konstantin J. Chernov <k.j.chernov gmail.com>]

 *) mod_cache: r->err_headers_out is not merged into
    r->headers when mod_cache is enabled and the response
    is cached for the first time. [Edward Lu]

 *) mod_slotmem_shm: Fix slots/SHM files names on restart for systems that
    can't create new (clear) slots while previous children gracefully stopping
    still use the old ones (e.g. Windows, OS2). mod_proxy_balancer failed to
    restart whenever the number of configured balancers/members changed during
    restart.  PR 58024.  [Yann Ylavic]

 *) core/util_script: make REDIRECT_URL a full URL.  PR 57785. [Nick Kew]

 *) MPMs: Support SO_REUSEPORT to create multiple duplicated listener
    records for scalability. [Yingqi Lu <yingqi.lu@intel.com>,
    Jeff Trawick, Jim Jagielski, Yann Ylavic]

 *) mod_proxy: Fix a race condition that caused a failed worker to be retried
    before the retry period is over. [Ruediger Pluem]

 *) mod_autoindex: Allow autoindexes when neither mod_dir nor mod_mime are
    loaded. [Eric Covener]

 *) mod_rewrite:  Allow cookies set by mod_rewrite to contain ':' by accepting
    ';' as an alternate separator.  PR47241.
    [<bugzilla schermesser com>, Eric Covener]

 *) apxs: Add HTTPD_VERSION and HTTPD_MMN to the variables available with
    apxs -q. PR58202. [Daniel Shahaf <danielsh apache.org>]

 *) mod_rewrite: Avoid a crash when lacking correct DB access permissions
    when using RewriteMap with MapType dbd or fastdbd.  [Christophe Jaillet]

 *) mod_authz_dbd: Avoid a crash when lacking correct DB access permissions.
    PR 57868. [Jose Kahan <jose w3.org>, Yann Ylavic]

 *) mod_socache_memcache: Add the 'MemcacheConnTTL' directive to control how
    long to keep idle connections with the memcache server(s).
    Change default value from 600 usec (!) to 15 sec. PR 58091
    [Christophe Jaillet]

 *) mod_dir: Prevent the internal identifier "httpd/unix-directory" from
    appearing as a Content-Type response header when requests for a directory
    are rewritten by mod_rewrite. [Eric Covener]

[1] tested by brnrd@
2015-10-13 18:17:28 +00:00
Steve Wills
c4598245c1 www/firefox-i18n, www/firefox-esr-i18n: fix stage-qa and deinstallation errors
PR:		203519
Submitted by:	amdmi3
2015-10-13 13:17:29 +00:00
Mark Felder
b1e45ea840 www/radicale: Update to 1.0.1
Submitted by:	andrey.kiryanov@cern.ch
2015-10-13 13:11:06 +00:00
Dmitry Marakasov
40ad0e58f9 - Switch to @sample
- Fix installation from non-root
- Add NO_ARCH
- Drop @dirrm* from plist
2015-10-12 18:06:39 +00:00
Steve Wills
e245e979fe www/firefox: DSA -> RSA in pkg-message
PR:		202683
Submitted by:	naddy
2015-10-12 15:22:21 +00:00
Jason Unovitch
16feb878f9 www/h2o: update 1.4.5 -> 1.5.0
Changes:	https://github.com/h2o/h2o/releases/tag/v1.5.0

PR:		203575
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
2015-10-12 14:00:20 +00:00
Dmitry Marakasov
b9f21ba8ce - Fix one more shebang
Approved by:	portmgr blanket
2015-10-12 13:14:12 +00:00
Jason Unovitch
c12ca0989b www/mod_scgi: update 1.12 -> 1.14 and various fixes
- Pass on MAINTAINER
- Change MASTER_SITES from prior maintainer's mirror to upstream
- Remove 2.2 in the COMMENT as the module builds/runs on both 2.2 and 2.4
- Add LICENSE
- Set USE_APACHE=22+ and add conditional patch for builds on Apache 2.4
- Update WWW in pkg-descr
- Fix grammar in pkg-message

PR:		203355
Approved by:	dryice@dryice.name (outgoing maintainer)
Submitted by:	Walter Schwarzenfeld <w.litter@aon.at>
2015-10-12 12:54:42 +00:00
Emanuel Haupt
5f28095231 Update to 4.1.2
PR:		203657
Approved by:	linpct@gmail.com (maintainer)
2015-10-12 06:52:08 +00:00
Sergey A. Osokin
124ad1ccab Upgrade third-party naxsi module from 0.50 to 0.54.
Switch from Google Code to GitHub.
2015-10-12 03:18:17 +00:00
Antoine Brodin
6651ce41f1 Unbreak
Reported by:	pkg-fallout
2015-10-11 18:48:14 +00:00
Rene Ladan
e7b763ee7a Remove expired ports:
2015-10-09 www/moodle27: Please upgrade to moodle28 or moodle29
2015-10-10 graphics/epeg: Merged into devel/efl
2015-10-11 16:26:09 +00:00
Kurt Jaeger
86f02af6de www/squidclamav: 6.10 -> 6.13
- Unbreak
- Update
- Changes:
  http://squidclamav.darold.net/news.html

PR:		198274
Approved by:	mm (timeout)
2015-10-11 14:29:05 +00:00
Sunpoet Po-Chuan Hsieh
4a7aedb234 - Update to 2.1.3.0
- Add LICENSE_FILE

Changes:	https://github.com/doabit/semantic-ui-sass/blob/master/CHANGELOG.md
		https://github.com/doabit/semantic-ui-sass/commits/master
2015-10-10 23:13:49 +00:00
Sunpoet Po-Chuan Hsieh
740eefe225 - Add LICENSE_FILE
- Reword COMMENT
2015-10-10 23:13:45 +00:00
Sunpoet Po-Chuan Hsieh
2caf108927 - Use @FreeBSD.org
- Add LICENSE_FILE
- Use = instead of ?=
2015-10-10 23:13:01 +00:00
Sunpoet Po-Chuan Hsieh
88ac64778a - Update to 0.15
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/HTML-Scrubber/Changes
2015-10-10 23:11:53 +00:00
Steve Wills
52896379dd www/firefox-i18n: update to 41.0.1
PR:		203677
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2015-10-10 19:51:12 +00:00
Steve Wills
e202bde295 www/firefox: update to 41.0.1 2015-10-10 17:29:53 +00:00
Josh Paetzel
7bd7e4cb51 Welcome npm012 to the ports tree.
If you pkg install node012 and then pkg install npm it will delete the node012
package and install node 4.1.1.  Since node 4.1.1 is incompatible with node 0.12.x
things will explode in spectacular fashion.

Also a (small) WTF to the node project for going from 0.12.x to 4.1.1 in a week?
2015-10-10 14:45:28 +00:00
Tijl Coosemans
3a55a118dd Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.

Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.

The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:

audio/deadbeef: Remove LIBICONV_PLUG from a source file.  It's a
compile-time option and should not be set in source code.
comms/hidapi: Use standard AM_ICONV configure macro to look for iconv.
deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG.
deskutils/ljclive: Override configure test for iconv.
deskutils/owncloudclient: Add USES=iconv and patch test for iconv.
devel/aegis: Bump PORTREVISION because it no longer uses libiconv.
devel/libexplain: Add USES=iconv and override test for iconv.
devel/sdl20: Override configure test for iconv.
emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include
<iconv.h> instead of <sys/iconv.h>.
irc/scrollz: Override configure test for iconv.
japanese/chasen-base: Override configure test for iconv and patch
configure so it no longer adds -liconv to linker flags just because it
happens to be installed.
japanses/eb: Patch configure test for iconv.
japanses/eblook: Override configure test for iconv.
java/jikes: Override configure test for iconv.
multimedia/transcode: Bump PORTREVISION because only one plugin links with
libiconv now.
net/c3270: Override configure test for iconv.
net/samba4*: Bump PORTREVISION because it no longer uses libiconv.  The
configure script will always add -liconv to the linker flags when it
happens to be installed which would be wrong but later on binaries are
linked with -Wl,--as-needed and the linker discards -liconv because it
finds iconv*() functions in libc now and no longer in libiconv.
net-mgmt/icinga-*: Remove dependency on iconv.
net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net/asterisk11: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net-p2p/transmission-*: Override configure test for iconv.
www/htmlcxx: Override configure test for iconv.
www/httrack: Override configure test for iconv.
www/xapian-omega: Override configure test for iconv.
x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv.
x11/x3270: Override configure test for iconv.
x11-wm/jwm: Override configure test for iconv.

PR:		202838
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-10-10 14:03:00 +00:00
Kurt Jaeger
ee4e8115d8 New port: www/p5-Plack-Middleware-ExtDirect
This module provides an RPC::ExtDirect gateway implementation for Plack
environment. It is packaged as a standard Plack middleware component suitable
for using with Plack::Builder.

Plack::Middleware::ExtDirect is recommended to be used with Perl versions 5.12
and newer, for reasons explained below. For Perls older than 5.12,
CGI::ExtDirect gateway may be a better choice - especially if you cannot
install XS dependent packages.

If you are not familiar with Ext.Direct, more information can be found in
RPC::ExtDirect::Intro.

WWW: http://search.cpan.org/dist/Plack-Middleware-ExtDirect/

PR:		200652
Submitted by:	martin@waschbuesch.de
2015-10-10 11:52:25 +00:00
Kurt Jaeger
0858925f68 www/p5-RPC-ExtDirect: 3.02 -> 3.21
Changes:
http://cpansearch.perl.org/src/TOKAREV/RPC-ExtDirect-3.21/Changes

PR:		200709
Submitted by:	Martin Waschbuesch <martin@waschbuesch.de>
Approved by:	tj (maintainer timeout)
2015-10-10 11:29:25 +00:00
Sunpoet Po-Chuan Hsieh
351bcf30a5 - Update to 0.68
Changes:	http://search.cpan.org/dist/Toadfarm/Changes
2015-10-10 07:05:43 +00:00
Sunpoet Po-Chuan Hsieh
75dc394eca - Update to 2.14.7
Changes:	https://github.com/npm/npm/releases
2015-10-10 07:05:33 +00:00
Pawel Pekala
e6b7c4e820 Depend on correct sysutils/py-psutil version to avoid
runtime problem.

PR:		202369
Submitted by:	maintainer
2015-10-09 21:41:03 +00:00
Sunpoet Po-Chuan Hsieh
0b6a554490 - Update to 1.5.0
- Add LICENSE_FILE
- Update WWW

Changes:	https://github.com/rtomayko/rack-cache/blob/master/CHANGES
2015-10-09 18:32:35 +00:00