Commit graph

345229 commits

Author SHA1 Message Date
Pawel Pekala
73b21755fc Update to version 4.6.3 2014-08-10 20:28:13 +00:00
Antoine Brodin
100996818f Workaround NO_WRKSUBDIR + ${COPYTREE} . side effects 2014-08-10 20:23:02 +00:00
Martin Matuska
4cf34f8079 Update relayd to 2014-08-10 2014-08-10 20:12:03 +00:00
Tijl Coosemans
3b7bd0a149 Fix problems with missing libs when the linker enforces explicit linking
(a* to d* categories)

PR:		192062
2014-08-10 19:50:23 +00:00
Antoine Brodin
913e08e52d Remove things no longer necessary now it is fixed 2014-08-10 19:37:50 +00:00
Antoine Brodin
1095af831d Unbreak 2014-08-10 19:32:39 +00:00
Tijl Coosemans
6d8b323ab0 Replace some dependencies on libtool with USES=libtool:build or a
dependency on libtoolize
2014-08-10 19:26:38 +00:00
Antoine Brodin
4601848c53 Finish stage conversion 2014-08-10 19:18:14 +00:00
Antoine Brodin
27e5b850ee Fix a stage violation 2014-08-10 19:03:50 +00:00
John Marino
c7687c0688 net-mgmt/nfdump: Upgrade version to 1.6.9 => 1.6.12 and stage
Also assign maintainership to submitter

PR:		192554
Submitted by:	Carlos JPM
2014-08-10 18:59:54 +00:00
Marcus von Appen
600af559c2 - Add USE_OPENSSL, since all lang/python ports build the _ssl module, which
requires a working OpenSSL implementation

Phabric:		D569
Reviewed by:	wg@
With hat:	python@
2014-08-10 18:36:27 +00:00
Antoine Brodin
7e870f4606 Fix plist 2014-08-10 18:25:13 +00:00
John Marino
ab5e9b6238 net/wackford-squeers: Update version 1.17 => 1.19 and stage
PR:		192531
Submitted by:	James Bailie
2014-08-10 18:19:36 +00:00
Sunpoet Po-Chuan Hsieh
0b7e09f039 - Update to 9.20140809
- Add LICENSE

Changes:	http://source.joeyh.branchable.com/?p=source.git
2014-08-10 17:54:49 +00:00
Sunpoet Po-Chuan Hsieh
419c7aaaca - Update to 0.10
Changes:	http://search.cpan.org/dist/Archive-Any-Lite/Changes
2014-08-10 17:54:43 +00:00
Sunpoet Po-Chuan Hsieh
4e6bca9673 - Update to 0.4.1
- Update pkg-descr
- Update WWW

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
2014-08-10 17:54:38 +00:00
Sergey A. Osokin
a0541d0f63 Update third-party modsecurity module from 2.7.5 to latest version 2.8.0. 2014-08-10 17:47:04 +00:00
Thomas Zander
0d99850f54 - Stagify
- Add LICENSE
- Makefile cleanup
- Move pkg-plist into Makefile PLIST var
- Add pkg-message.in regarding startup script
- Pet portlint

PR:		191839
Submitted by:	freebsd@jonathanprice.org
Approved by:	mentors (implicit)
2014-08-10 16:32:45 +00:00
Sergey A. Osokin
e2923aa2d6 Update from 4.0.45 to 4.0.48:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.

Add CPE information.

<ChangeLog>

Release 4.0.48
--------------

 * Fixed a race condition while determining what user an application should
   be executed as. This bug could lead to applications being run as the wrong
   user. Closes GH-1241.
 * [Standalone] Improved autodetection of Rails asset pipeline files. This
   prevents Standalone from incorrectly setting caching headers on non-asset
   pipeline files. Closes GH-1225.
 * Fixed compilation problems on CentOS 5. Thanks to J. Smith. Closes GH-1247.
 * Fixed compilation problems on OpenBSD.
 * Fixed compatibility with Ruby 1.8.5.

Release 4.0.47
--------------

 * [Enterprise] Fixed a bug in Flying Passenger's `--max-preloader-idle-time`
   option.

Release 4.0.46
--------------

 * Further improved Node.js and Socket.io compatibility.
 * Sticky session cookies have been made more reliable.
 * Fixed WebSocket upgrade issues on Firefox. Closes GH-1232.
 * The Python application loader now inserts the application root into `sys.path`.
   The fact that this was not done previously caused a lot of confusion amongst
   Python users, who wondered why their `passenger_wsgi.py` could not import any
   modules from the same directory.
 * Fixed a compatibility problem with Django, which could cause Django apps to
   freeze indefinitely. Closes GH-1215.
 * Logging of application spawning errors has been much improved. Full details
   about the error, such as environment variables, are saved to a private log file.
   In the past, these details were only viewable in the browser. This change also
   fixes a bug on Phusion Passenger Enterprise, where enabling Deployment Error
   Resistance causes error messages to get lost. Closes GH-1021 and GH-1175.
 * Fixed a regression in Node.js support. When a Node.js app is deployed on
   a HTTPS host, the `X-Forwarded-Proto` header wasn't set in 4.0.45.
   Closes GH-1231.
 * Passenger Standalone no longer, by default, loads shell startup files before
   loading the application. This is because Passenger Standalone is often invoked
   from the shell anyway. Indeed, loading shell startup files again can interfere
   with any environment variables already set in the invoking shell. You can
   still tell Passenger Standalone to load shell startup files by passing
   `--load-shell-envvars`. Passenger for Apache and Passenger for Nginx still
   load shell startup files by default.
 * Passenger Standalone now works properly when the HOME environment variable
   isn't set. Closes GH-713.
 * Passenger Standalone's `package-runtime` command has been removed. It has
   been broken for a while and has nowadays been obsolete by our automatic
   [binary generation system](https://github.com/phusion/passenger_autobuilder).
   Closes GH-1133.
 * The `passenger_startup_file` option now also works on Python apps. Closes GH-1233.
 * If you are a [Union Station](https://www.unionstationapp.com) customer, then
   Phusion Passenger will now also log application spawning errors to Union Station.
   This data isn't shown in the Union Station interface yet, but it will be
   implemented in the future.
 * Fixed compilation problems on OmniOS and OpenIndiana. Closes GH-1212.
 * Fixed compilation problems when Nginx is configured with OpenResty.
   Thanks to Yichun Zhang. Closes GH-1226.
 * Fixed Nginx HTTP POST failures on ARM platforms. Thanks to nocelic for the fix.
   Closes GH-1151.
 * Documentation contributions by Tim Bishop and Tugdual de Kerviler.
 * Minor Nginx bug fix by Feng Gu. Closes GH-1235.

</ChangeLog>
2014-08-10 15:21:35 +00:00
Wen Heping
0dbc01a290 - Update to 1.002
- Stage support
- Fix build with clang

PR:		192546
Submitted by:	Vladimir Kondratiev <wulf@cicgroup.ru>
2014-08-10 15:02:19 +00:00
Adam Weinberger
65d8f20e32 Add CPE data to my ports. 2014-08-10 14:47:12 +00:00
John Marino
f3f019123c archivers/pbzip2: Upgrade version 1.1.6 => 1.1.8
PR:		191851
Submitted by:	Daniel Austin
Approved by:	maintainer timeout (miwi, 3 weeks)
2014-08-10 14:37:46 +00:00
John Marino
ac9e34536d graphics/qgis: Upgrade version 2.2.0 => 2.4.0
PR:		191837
Submitted by:	maintainer (Rainer Hurling)
2014-08-10 14:34:04 +00:00
William Grzybowski
fc729bd50a astro/xearth: add myself to freebsd.committers.markers 2014-08-10 14:29:32 +00:00
John Marino
82d7347bc9 Reset maintainership on www/dwoo
This port was not staged, but it was spared a reset because somebody (not
the maintainer) submitted a PR to stage it.  Unfortunately the PR has
numerous problems which have not been addressed in the last couple of
weeks.  Reset the maintainer now, and let the port be pruned at the end
of the month if no one steps up to save it.

PR:		190041
Submitted by:	Joe (thralling.com)
Approved by:	maintainer (Joe Horn)
Rejected by:	marino (technical reasons)
Approved by:	portmgr (implicit, NOT_STAGED)
2014-08-10 13:55:47 +00:00
William Grzybowski
88c4e5795b net-im/chattahoochie: update to 1.9
PR:		192407
Submitted by:	maintainer
2014-08-10 13:53:22 +00:00
William Grzybowski
ace01f781b math/dynare: update to 4.4.3
PR:		192407
Submitted by:	maintainer
2014-08-10 13:52:52 +00:00
Alexander Nedotsukov
d74b3a18f1 Fixup distfile fetch broken by previous commit. 2014-08-10 13:47:37 +00:00
Tijl Coosemans
ad7d199306 Switch to USES=libtool:build. Also add a run dependency on libtool because
the compiler can use libtool internally.

Reported by:	antoine
2014-08-10 13:47:00 +00:00
Tijl Coosemans
13dbe99f34 Add support for USES=libtool:build. It adds a build dependency on
devel/libtool and can be used when a port does not generate its own libtool
script but relies on the system to provide one.

Approved by:	portmgr (antoine)
2014-08-10 13:41:19 +00:00
John Marino
ad3bf5196f www/ephemera: Upgrade version 2.9 => 4.0
Also fix incorrect use of @sample keyword

PR:		192532
Submitted by:	maintainer (James Bailie)
2014-08-10 13:25:19 +00:00
Alexander Nedotsukov
de268c976d Update to 340.24
PR:	192543
2014-08-10 13:09:32 +00:00
Wen Heping
4275d15ea4 - Reset maintainer to ports@
Submitted by:	chifeng@gmail.com(previous maintainer, via email)
2014-08-10 13:04:34 +00:00
Wen Heping
0ed1aaebc8 - Update to 1.3.7
- Reset maintainer to ports@
2014-08-10 12:44:56 +00:00
John Marino
b9bff48f34 mail/roundcube-thunderbird_labels: Upgrade version 0.8.1 => 1.0.0 and stage
Also assign maintainership to submitter who was former maintainer.
The MASTER_SITES has moved to Google Drive.

PR:		192508
Submitted by:	Alexander Moisseev
2014-08-10 12:41:32 +00:00
Antoine Brodin
ecdb015753 Allow building on old freebsd 2014-08-10 12:31:43 +00:00
John Marino
9148e7f6fe net/x2goclient: Upgrade version 4.0.2.0 => 4.0.2.1
PR:		192211
Submitted by:	Ports Fury
2014-08-10 12:24:56 +00:00
Antoine Brodin
0e9d4ee9f8 Allow building on freebsd 8 and 9 2014-08-10 12:24:04 +00:00
John Marino
b43e712c36 net/x2goclient-cli: Fix perl shebang on main executable, pet portlint
This port failed to build under poudriere bulk -t: Just Fix It
2014-08-10 12:20:18 +00:00
John Marino
2ea7d9cdbf multimedia/aegisub: Upgrade version 3.1.3 => 3.2.0
PR:		192479
Submitted by:	Ports Fury
2014-08-10 12:13:15 +00:00
Antoine Brodin
a4c9730cf0 Finish stage support 2014-08-10 10:28:06 +00:00
Antoine Brodin
64933bae96 Finish stage support 2014-08-10 09:56:51 +00:00
Antoine Brodin
a1a6db87b2 Package something 2014-08-10 09:52:29 +00:00
John Marino
df477e3e3d graphics/vips & nip2: Upgrade version
Upgrade vips version 7.40.3 => 7.40.4
Upgrade nip2 version 7.40.2 => 7.40.3

PR:		192206
Submitted by:	Ports Fury
2014-08-10 09:40:41 +00:00
Antoine Brodin
71d491109d Stop doing strange things in plist
While here convert to USES=python
2014-08-10 09:40:09 +00:00
John Marino
676ee8c042 emulators/hatari: upgrade version 1.7.0 => 1.8.0
PR:		192476
Submitted by:	Ports Fury
2014-08-10 09:34:54 +00:00
Antoine Brodin
44a211402e Finish stage support 2014-08-10 09:30:25 +00:00
Antoine Brodin
ba101d69e6 Fix plist 2014-08-10 09:25:24 +00:00
Antoine Brodin
f38680abf9 - Use GCONF_SCHEMAS to fix some stage violations
- Fix PLIST_SUB to prevent some pkg warnings
2014-08-10 09:08:39 +00:00
Marcus von Appen
0ed44f8feb - Convert my ports to USES=python 2014-08-10 08:55:08 +00:00