1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

33264 Commits

Author SHA1 Message Date
Martin Wilke
b5194f26a4 - Update to 1.5.6.4
- Add STAGE support

PR:		190448
2014-06-02 11:18:17 +00:00
Sergey A. Osokin
d0ab41c633 Multiple third-party modules as well as repos have been moved from agentzh and chaoslawful
to openresty and renamed accordingly.

Do not dump PORTREVISION.

PR:	190074
2014-06-02 10:57:38 +00:00
Sergey A. Osokin
e0f8f4bfd5 Update third-party rtmp module from 1.1.2 to 1.1.4.
Remove whitespaces.
2014-06-02 09:49:58 +00:00
Dmitry Sivachenko
bfb34f2ee8 Update to 2.0.5.1. 2014-06-02 07:24:10 +00:00
Sergey A. Osokin
064f791af4 Update from 4.0.41 to 4.0.44:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.

<ChangeLog>

Release 4.0.44
--------------

 * The issue tracker has now been moved from Google Code to Github.
   Before version 4.0.44 (May 29 2014, commit 3dd0964c9f4), all
   issue numbers referred to Google Code. From now on, all issue
   numbers will refer to Github Issues.
 * Fixed compilation problems on OS X Lion and OS X Mountain Lion.
 * On Ruby, fixed `nil` being frozen on accident in some cases.
   See issue #1192.

Release 4.0.43
--------------

 * Introduced a new command `passenger-config list-instances`, which prints all
   running Phusion Passenger instances.
 * Introduced a new command `passenger-config system-metrics, which displays
   metrics about the system such as the total CPU and memory usage.
 * Fixed some compilation problems caused by the compiler capability autodetector.
 * System metrics such as total CPU usage and memory usage, are now sent to
   [Union Station](https://www.unionstationapp.com) in preparation for future
   features.

Release 4.0.42
--------------

 * [Nginx] Upgraded the preferred Nginx version to 1.6.0.
 * [Nginx] Fixed compatibility with Nginx 1.7.0.
 * [Standalone] The MIME type for .woff files has been changed to application/font-woff.
   Fixes issue #1071.
 * There are now APT packages for Ubuntu 14.04. At the same time, packages for
   Ubuntu 13.10 have been abandoned.
 * Introduced a new command, `passenger-config build-native-support`, for ensuring
   that the native_support library for the current Ruby interpreter is built. This
   is useful in system provisioning scripts.
 * For security reasons, friendly error pages (those black/purple pages that shows
   the error message, backtrace and environment variable dump when an application
   fails to start) are now disabled by default when the application environment is
   set to 'staging' or 'production'. Fixes issue #1063.
 * Fixed some compilation warnings on Ubuntu 14.04.
 * Fixed some compatibility problems with Rake 10.2.0 and later.
   See [Rake issue 274](https://github.com/jimweirich/rake/issues/274).
 * Improved error handling in [Union Station](https://www.unionstationapp.com) support.
 * Data is now sent to Union Station on a more frequent basis, in order to make new
   data show up more quickly.
 * Information about the code revision is now sent to Union Station, which will be
   used in the upcoming deployment tracking feature in Union Station 2.

</ChangeLog>
2014-06-02 02:14:54 +00:00
Antoine Brodin
d272cf2c43 - Unbreak
- Stage support
- New LIB_DEPENDS syntax

Reported by:	pkg-fallout
2014-06-01 20:57:13 +00:00
Sergey A. Osokin
1ee92ebd43 Update from 1.7.0 to 1.7.1.
<ChangeLog>

*) Feature: the "$upstream_cookie_..." variables.

*) Feature: the $ssl_client_fingerprint variable.

*) Feature: the "error_log" and "access_log" directives now support
   logging to syslog.

*) Feature: the mail proxy now logs client port on connect.

*) Bugfix: memory leak if the "ssl_stapling" directive was used.
   Thanks to Filipe da Silva.

*) Bugfix: the "alias" directive used inside a location given by a
   regular expression worked incorrectly if the "if" or "limit_except"
   directives were used.

*) Bugfix: the "charset" directive did not set a charset to encoded
   backend responses.

*) Bugfix: a "proxy_pass" directive without URI part might use original
   request after the $args variable was set.
   Thanks to Yichun Zhang.

*) Bugfix: in the "none" parameter in the "smtp_auth" directive; the bug
   had appeared in 1.5.6.
   Thanks to Svyatoslav Nikolsky.

*) Bugfix: if sub_filter and SSI were used together, then responses
   might be transferred incorrectly.

*) Bugfix: nginx could not be built with the --with-file-aio option on
   Linux/aarch64.

</ChangeLog>
2014-06-01 20:12:42 +00:00
Dmitry Sivachenko
b5764ff092 Restore LDFLAGS definition, it is still needed in some environments. 2014-06-01 18:44:18 +00:00
Dmitry Sivachenko
c8c9367527 Update to version 2.0.5. 2014-06-01 06:12:13 +00:00
John Marino
a0c4e1f79a www/lifetype: Remove unneeded placeholders in plist autogen 2014-05-31 23:04:13 +00:00
John Marino
52d8985913 www/lifetype: stage support and a lot of cleanup
I can tell lifetype is a really old port.  In addition to staging, I
took the liberty to:

* convert roll-your-own pkg-message to SUB_FILES/SUB_LIST
* convert roll-your-own PLIST to TMPPLIST
* Remove leading article from comment
* Fix double-extraction bug (templates and plugins extracted twice in
  two different places) by using EXTRACT_ONLY
* Add a license (GPLv2)
* Use ".zip" instead of EXTRACT_SUFX for aesthetic reasons, the variable
  didn't help since the rest of the file name was hardcoded
* Rewrite package list autogen and move it from pre-install target to
  post-install target. It's needed because templates, plugins change all
  the time and even without it's 4000 line plist (200kb+)
* Remove imagick option, it doesn't seem to be a php extension anymore
  as far as I can tell.  It was missing USE_PHP+= imagick in any case
* Remove references to imagick option, rewrite pre-patch warning
* Add USE_PHP+= gd to gd option to fix it
* Use TAR instead of EXTRACT_CMD or UNZIP_CMD to extract the templates and
  plugins (unzip still used for main distfile).  UNZIP_CMD current refers
  to infozip which isn't a dependency.  To avoid using EXTRACT_CMD and
  adding a new dependency on infozip, TAR was deemed the best choice since
  it clearly works fine.

This work was done independently of PR: ports/190214
2014-05-31 22:57:57 +00:00
Antoine Brodin
bb2d822460 Deprecated some ports that were already marked BROKEN in 2013
With hat:	portmgr
2014-05-31 20:47:59 +00:00
Alex Kozlov
fe7fc772a5 - Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr (antoine)
2014-05-31 16:37:58 +00:00
Wen Heping
3d718d87ec - Update to 3.1.2
- Stage support [1]
- Pet portlint

PR:		190309 [1]
Submitted by:	Joseph Benden <joe@thrallingpenguin.com> [1]
2014-05-31 14:24:25 +00:00
Guido Falsi
607e58ef41 - Stagify
- Convert to new LIB_DEPENDS format

PR:		ports/190271
Submitted by:	freebsd@nagilum.org
2014-05-31 11:25:28 +00:00
Olli Hauer
79c6cb1376 - add WWW line 2014-05-31 10:50:57 +00:00
Olli Hauer
beb0501c23 - add stage support
- add WWW
2014-05-31 10:49:41 +00:00
Olli Hauer
fea36bd2b2 - add stage support
with hat apache@
2014-05-31 10:25:32 +00:00
Olli Hauer
7285b08e9f - add stage support 2014-05-31 10:22:22 +00:00
Olli Hauer
4a998e29a9 - cleanup Makefile
- do not mix pkg-plist and PLIST_(FILES|DIRS|DIRSTRY)
 - MANx is wrong with staging -> correct PERL5_MAN3 in pkg-plist

PR:		ports/188875
Submitted by:	ohauer
Approved by:	maintainer timeout (3 weeks)
2014-05-31 09:54:18 +00:00
Wen Heping
a785fe277d - Update to 2.0.1,1
- Add STAGE support

PR:		190416
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-31 05:29:37 +00:00
Wen Heping
a62348b3d4 - Update to 1.9.1
- Add STAGE support
- Add LICENSE
- Pet portlint

PR:		190407
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-31 05:27:53 +00:00
Olli Hauer
e656accb24 - /USE_AUTOTOOLS=libtool/USES=libtool/
with hat apache@
2014-05-30 21:55:22 +00:00
Olli Hauer
81fd93894b - use bsd.apache.mk framework for building
(remove Makefile patch)
- add stage support
  (remove pkg-plist)

PR:		190403
Submitted by:	Manuel Kasper <mk@neon1.net> (maintainer)
2014-05-30 20:58:44 +00:00
Olli Hauer
40ea588e83 - add stage support
- update master site
- add WWW
2014-05-30 20:45:07 +00:00
Kevin Lo
fc7a37641b Stage support. 2014-05-30 15:30:56 +00:00
Wen Heping
0053401747 - Update to 1.22.7 2014-05-30 14:24:11 +00:00
John Marino
bfd0f9a89e www/firefox-esr: explicitly use UNZIP_CMD
This should have been included with a similar commit to www/firefox-i18n
and www/seamonkey-i18n.  Covered by general infrastructure blanket.
2014-05-30 09:21:44 +00:00
John Marino
830b8073e5 www/firefox(seamonkey)-i18n: explicitly use UNZIP_CMD
The extraction of xpi requires zip (infozip to be precise).  Rather than
use variables EXTRACT_CMD and EXTRACT_BEFORE_ARGS, use UNZIP_CMD and
the default "-qo" arguments to future-proof these ports (depending on the
implemention, the original variables may default to tar arguments if they
are defined at all).  Covered by general infrastructure blanket.
2014-05-30 08:50:20 +00:00
Sunpoet Po-Chuan Hsieh
230f198f2f - Update to 2.1.8
- Pass maintainership to submitter
- While I'm here:
  - Update USE_PYTHON
  - Change WWW to PyPI

Changes:	https://github.com/ikirudennis/python-textile/commits/master
PR:		ports/190340
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-30 05:31:53 +00:00
Sunpoet Po-Chuan Hsieh
386fca129c - Update to 3.5
Changes:	http://modwsgi.readthedocs.org/en/develop/release-notes/version-3.5.html
PR:		ports/190297
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
2014-05-30 05:31:32 +00:00
Adam Weinberger
2be231830f Update to 1.9.7, which came out over a year ago and contained only
security fixes. Also, add STAGE support.
2014-05-30 03:04:23 +00:00
Xin LI
53846cd5eb Stageify.
Requested by:	maintainer
2014-05-30 00:56:36 +00:00
John Marino
e43af87d1c www/dalbum: Add stage support
* Remove unnecessary post-extract target by use of NO_WRKSUBDIR
* Wrap to 80 columns
* pet portlint a bit
2014-05-30 00:43:17 +00:00
Sunpoet Po-Chuan Hsieh
133ee9a8b3 - Update to 4.0.28
Changes:	http://www.tinymce.com/develop/changelog/index.php?type=tinymce
2014-05-29 18:58:33 +00:00
Antoine Brodin
8f66ae99c3 Reset a few maintainers who are unreachable
With hat:	portmgr
2014-05-29 18:54:55 +00:00
Antoine Brodin
463ec9cf31 Don't hide that those 3 ports are not staged
With hat:	portmgr
2014-05-29 15:58:44 +00:00
John Marino
eca1ef15d3 www/py-plone.app.* (3 ports): convert to USES+= zip
USES=zip is required when at least one distfile is a zip archive.
Approved by:	general infrastructure blanket
2014-05-28 21:32:40 +00:00
Antoine Brodin
9f02e4918c Fix make fetch and make patch
With hat:	portmgr
2014-05-28 18:47:36 +00:00
Sunpoet Po-Chuan Hsieh
3f64b58c6f - Check OPSYS along with OSVERSION
Suggested by:	marino
2014-05-28 16:45:55 +00:00
Sunpoet Po-Chuan Hsieh
da6925543d - Use jemalloc only on FreeBSD 10 and above
- Strip shared library in post-install:
- Bump PORTREVISION
2014-05-28 16:17:41 +00:00
Sunpoet Po-Chuan Hsieh
b746a42ea4 - Update to 4.0.27
Changes:	http://www.tinymce.com/develop/changelog/index.php?type=tinymce
2014-05-28 14:25:27 +00:00
Olli Hauer
9ca76c4f29 - update to version 11.2
Release high lights from changelog:
 - Adds variable QS_ResponseDelayTime showing the delay time (us)
   calcualted for reponse throttling.
 - New variable QS_Timeout.

PR:		ports/190258
Submitted by:	Eero Hänninen <fax@nohik.ee> (maintainer)
2014-05-28 04:42:16 +00:00
Kevin Lo
b34caa2874 Stage support.
PR:	ports/190318
Submitted by:	Joseph Benden <joe at thrallingpenguin dot com>
2014-05-28 01:39:19 +00:00
Baptiste Daroussin
1ed68cef4e Do not overwrite USES 2014-05-27 22:09:21 +00:00
Antoine Brodin
d53cffda42 Fix make patch
With hat:	portmgr
2014-05-27 20:52:17 +00:00
Jimmy Olgeni
1e88369bad Do not rewrite USES when setting lua:51 (r355360). 2014-05-27 15:59:11 +00:00
Baptiste Daroussin
023a687cfe Convert to USES=scons
In this port scons refuses every argument it doesn't know about hence we cannot completly rely on USES=scons and have to redefine do-build and do-install
2014-05-27 14:55:02 +00:00
Frederic Culot
d398b60b9c - Update to 2.3.0
Changes:	http://piwik.org/changelog/piwik-2-3-0/
PR:		ports/190290
Submitted by:	Hans Fredrik Nordhaug <hans@nordhaug.priv.no> (maintainer)
2014-05-27 13:31:01 +00:00
Baptiste Daroussin
1ad6236c36 Convert vlc to USES=libtool
Because vlc uses a dynamic plist that dynamic plist should be created after the removal of the .la files hence move this target into add-plist-data (this is a dirty workaround) and one more reason why dynamic plist are evil
libvlc.so.X number has changed (hidden by dynamic plist, told you this is evil)
bump all consumers of libvlc.so
2014-05-26 22:24:13 +00:00