Commit graph

37479 commits

Author SHA1 Message Date
Jimmy Olgeni
4dba6bd030 Fix dependencies for Elixir 1.1. 2015-09-26 11:40:27 +00:00
Baptiste Daroussin
108730c0b1 Create symlinks directly in the package instead of va plist 2015-09-26 09:06:22 +00:00
Baptiste Daroussin
550390552f Modernize plist 2015-09-26 09:00:45 +00:00
Guido Falsi
c926136f4c Allow packaging as user. 2015-09-26 08:04:36 +00:00
Guido Falsi
f15f614cd7 Convert to @postexec. 2015-09-26 08:02:18 +00:00
Jimmy Olgeni
1605cf0400 Upgrade www/elixir-maru to version 0.8.2. 2015-09-26 07:42:37 +00:00
Sergey A. Osokin
fd9f2469cd Upgrade from 5.0.18 to 5.0.20:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
2015-09-25 23:20:48 +00:00
Dmitry Marakasov
ebe4f61556 - Add LICENSE
- Pet portlint
- Add NO_ARCH
- Switch to options helpers
- Don't cat pkg-message from Makefile
2015-09-25 15:18:10 +00:00
Baptiste Daroussin
92a0d92e8d Remove useless @dirrm 2015-09-24 23:38:45 +00:00
Baptiste Daroussin
671c24a36e Convert to @sample 2015-09-24 23:07:02 +00:00
Baptiste Daroussin
fec2d814c7 Deprecate a php3/php4 port with no upstream 2015-09-24 21:54:29 +00:00
Sunpoet Po-Chuan Hsieh
2853903be6 - Add LICENSE_FILE 2015-09-24 19:06:11 +00:00
Sunpoet Po-Chuan Hsieh
6aa1066446 - Update to 1.3.0
Changes:	https://github.com/jekyll/jekyll-watch/blob/master/History.markdown
2015-09-24 19:06:06 +00:00
Sunpoet Po-Chuan Hsieh
a0cc4398d8 - Update to 0.13.7
Changes:	https://github.com/jnunemaker/httparty/blob/master/History
2015-09-24 19:06:00 +00:00
Sunpoet Po-Chuan Hsieh
e1a2aa042c - Update to 0.34
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Web-Query/Changes
2015-09-24 19:04:09 +00:00
Frederic Culot
d0d2fb3c56 - Reassign to the heap after fluffy@'s bit was taken in for safekeeping 2015-09-24 08:12:33 +00:00
Sunpoet Po-Chuan Hsieh
0826dbc417 - Add PKGNAMESUFFIX 2015-09-23 20:16:42 +00:00
Sunpoet Po-Chuan Hsieh
330d6c0df1 - Update to 2.14.4
- Remove IOJS and NODE010 options
- Cosmetic change

Changes:	https://github.com/npm/npm/releases
2015-09-23 20:15:44 +00:00
Sunpoet Po-Chuan Hsieh
3c729bbf83 - Update to 4.1.1
- While I'm here:
  - Fix build: add more REINPLACE_CMD to post-patch: (copied from www/iojs)
  - Add DOCS option
  - Use CONFLICTS_INSTALL instead of CONFLICTS
  - Add blank line after .include <bsd.port.pre.mk>

Changes:	https://github.com/nodejs/node/blob/master/CHANGELOG.md
PR:		203203
Submitted by:	<dcarmich@dcarmichael.net>
Approved by:	Daniel Lin <linpct@gmail.com> (maintainer)
2015-09-23 20:15:38 +00:00
Sunpoet Po-Chuan Hsieh
dc87d027c3 - Remove www/iojs
PR:		203203
Submitted by:	Daniel Lin <linpct@gmail.com> (maintainer)
2015-09-23 20:15:33 +00:00
Sunpoet Po-Chuan Hsieh
921a224eb0 - Add node012 0.12.7 (copied from node)
PR:		203203
Submitted by:	Daniel Lin <linpct@gmail.com> (maintainer)
2015-09-23 20:14:17 +00:00
Sunpoet Po-Chuan Hsieh
e7811eaad1 - Update to 6.21
Changes:	http://search.cpan.org/dist/Mojolicious/Changes
2015-09-23 20:13:51 +00:00
Sunpoet Po-Chuan Hsieh
73c9948dfb - Update to 1.3.3
- Add LICENSE_FILE

Changes:	https://github.com/tatsuhiro-t/nghttp2/releases
2015-09-23 20:13:27 +00:00
Dmitry Marakasov
ce91d72c09 - Fix shebangs
Approved by:	portmgr blanket
2015-09-23 19:59:41 +00:00
Dmitry Marakasov
123395979c - Fix shebangs
- No need to chown SHAREOWN/SHAREGRP, breaks staging from non-root

Approved by:	portmgr blanket
2015-09-23 18:53:25 +00:00
Kurt Jaeger
d59002293e New port: www/sogo
SOGo is a fully supported and trusted groupware server with a focus on
scalability and open standards. It provides a rich AJAX-based Web
interface and supports multiple native clients through the use of
standard protocols such as CalDAV, CardDAV and GroupDAV.

WWW: http://sogo.nu/

PR:		200750
Submitted by:	Euan Thoms <euan@potensol.com>
2015-09-23 05:30:12 +00:00
Sergey A. Osokin
d40787583d Upgrade third-party lua module from 0.9.15 to 0.9.16.
Remove needless patch.
2015-09-23 00:52:12 +00:00
Sergey A. Osokin
e68649f377 Upgrade from 1.9.4 to 1.9.5.
Welcome to HTTP/2!
SPDY support has been removed.

<ChangeLog>

*) Feature: the ngx_http_v2_module (replaces ngx_http_spdy_module).
   Thanks to Dropbox and Automattic for sponsoring this work.

*) Change: now the "output_buffers" directive uses two buffers by
   default.

*) Change: now nginx limits subrequests recursion, not simultaneous
   subrequests.

*) Change: now nginx checks the whole cache key when returning a
   response from cache.
   Thanks to Gena Makhomed and Sergey Brester.

*) Bugfix: "header already sent" alerts might appear in logs when using
   cache; the bug had appeared in 1.7.5.

*) Bugfix: "writev() failed (4: Interrupted system call)" errors might
   appear in logs when using CephFS and the "timer_resolution" directive
   on Linux.

*) Bugfix: in invalid configurations handling.
   Thanks to Markus Linnala.

*) Bugfix: a segmentation fault occurred in a worker process if the
   "sub_filter" directive was used at http level; the bug had appeared
   in 1.9.4.

</ChangeLog>
2015-09-22 22:08:59 +00:00
Kurt Jaeger
10e5ed5c06 www/mod_mpm_itk: 2.4.7-02 -> 2.4.7-03
- Fix an issue where connections would be attempted closed in the
  parent instead of in the child. This would result in "Connection:
  close" not being honored, and various odd effects with SSL keepalive
  in certain browsers.
- Correct a log message on AssignGroupIDExpr failure; patch from
  Roland Mas.
- Update copyright to 2015.

Everybody using the 2.4.x series are highly advised to upgrade.

Many thanks to Remko Lodder (remko@) for notification about this
security issue.

PR:		203067
Submitted by:	lukasz@wasikowski.net (maintainer)
2015-09-22 20:17:03 +00:00
Dmitry Marakasov
ddaa324472 - Switch to options helpers
Approved by:	portmgr blanket
2015-09-22 19:59:27 +00:00
Dmitry Marakasov
2c990e7b84 - Switch to options helpers
- Unsilence install commands
- Fix build from plain user by creating a directory with correct permissions

Approved by:	portmgr blanket
2015-09-22 19:55:06 +00:00
Sunpoet Po-Chuan Hsieh
345202cc42 - Update to 0.3.1
- Add LICENSE_FILE

Changes:	https://github.com/igrigorik/em-socksify/commits/master
2015-09-22 18:24:16 +00:00
Sunpoet Po-Chuan Hsieh
56874d56e8 - Update to 0.67
Changes:	http://search.cpan.org/dist/Toadfarm/Changes
2015-09-22 18:24:06 +00:00
Matthew Seaman
dc9314e6fd Delete the redundant 'regression-test:' target from those of my perl
ports that have it.  There's a generic regression-test target
identical to these provided via 'USES=perl5'
2015-09-22 16:18:31 +00:00
Wen Heping
1669936651 - Update to 3.2.3
PR:		203090
Submitted by:	pkubaj@riseup.net
Approved by:	walt@relnor.com(maintainer)
2015-09-21 23:48:57 +00:00
Sunpoet Po-Chuan Hsieh
640a91e68d - Add LICENSE_FILE 2015-09-21 15:42:57 +00:00
Sunpoet Po-Chuan Hsieh
7d5b59fa9b - Update to 0.13.6
- Add LICENSE_FILE

Changes:	https://github.com/jnunemaker/httparty/blob/master/History
2015-09-21 15:42:39 +00:00
Jimmy Olgeni
bad9e1454a Upgrade www/elixir-maru to version 0.8.1. 2015-09-21 15:01:07 +00:00
Jason Unovitch
918c4eba90 www/squid: security update and build fix
- security update 3.5.8 -> 3.5.9 [1]
- Fix TP_IPF build on FreeBSD 9 [2]

PR:		203186 [1]
PR:		202950 [2]
Approved by:	Pavel Timofeev <timp87@gmail.com> (maintainer) [1]
Security:	d3a98c2d-5da1-11e5-9909-002590263bf5
MFH:		2015Q3
X-MFH-With:	r391555, r392222, r393602, r396106, r396185, r397215
2015-09-21 01:51:25 +00:00
Jimmy Olgeni
06d1cd941b Upgrade www/elixir-maru to version 0.8.0. 2015-09-20 22:29:31 +00:00
Jimmy Olgeni
feb651a670 Typos, whitespace and capitalization fixes (S-X). 2015-09-20 21:12:20 +00:00
Sunpoet Po-Chuan Hsieh
f867d80aab - Fix OPTIONS usage: remove WWWSERVER from OPTIONS_DEFINE and OPTIONS_DEFAULT
- Convert to new options helper
2015-09-20 20:28:20 +00:00
Sunpoet Po-Chuan Hsieh
91c923bbe5 - Add NO_ARCH
Approved by:	portmgr (blanket)
2015-09-20 20:27:35 +00:00
Sunpoet Po-Chuan Hsieh
91c65b0fd8 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr (blanket)
2015-09-20 20:27:30 +00:00
Sunpoet Po-Chuan Hsieh
8ad9287f97 - Add LICENSE
- Add NO_ARCH
- Fix space/tab

Approved by:	portmgr (blanket)
2015-09-20 20:27:26 +00:00
Sunpoet Po-Chuan Hsieh
543aaec8d8 - Update to 1.6.4
Changes:	https://github.com/macournoyer/thin/blob/master/CHANGELOG
2015-09-20 20:26:45 +00:00
Sunpoet Po-Chuan Hsieh
9cdefa402c - Update to 2.14.0
Changes:	https://github.com/puma/puma/blob/master/History.txt
2015-09-20 20:26:40 +00:00
Sunpoet Po-Chuan Hsieh
5b59240a0a - Update to 0.9.7
- Add LICENSE_FILE

Changes:	https://github.com/httprb/http/blob/master/CHANGES.md
2015-09-20 20:24:31 +00:00
Sunpoet Po-Chuan Hsieh
74da15791a - Update to 1.3.2
Changes:	https://github.com/tatsuhiro-t/nghttp2/releases
2015-09-20 20:17:06 +00:00
Rene Ladan
a14dce28fe www/chromium: update to 45.0.2454.93
Submitted by:	LeFroid
MFH:		2015Q3
2015-09-20 19:38:24 +00:00