aboutsummaryrefslogtreecommitdiffstats
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 5.0.0.thierry2015-07-015-12/+28
| | | | | Note: to avoid conflicts with the other tidy-s, the previous names are kept.
* Remove expired ports:rene2015-07-015-79/+0
| | | | | | | 2015-06-30 devel/rubygem-mash: Deprecated by upstream. Use devel/rubygem-hashie instead 2015-06-30 net/rubygem-bunny060: Use net/rubygem-bunny instead 2015-06-30 security/rubygem-hmac: Duplicate of security/rubygem-ruby-hmac 2015-06-30 www/ruby-amazon: Rendered obsolete by upstream since Amazon shut down access to AWS API v3 (2008-03-31). Use www/ruby-aws instead
* security/py-crits must use django v1.6 and will not work with v1.8dvl2015-06-303-2/+27
| | | | | | | | | | | | | Two dependencies bring in www/py-django so I have created two new slave ports which use www/py-django16 * devel/py-django-tastypie-mongoengine allowed you to select django 1.6 or 1.8 in the options It now uses only 1.8 * add slave port devel/py-django16-tastypie-mongoengine which uses django 1.6 * www/py-django-tastypie now sets RUN_DEPENDS only if not already set * add slave www/py-django16-tastypie which uses django 1.6 Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D2913
* Wikipedia is a Python library that makes it easy to access and parse dataolivierd2015-06-304-0/+28
| | | | | | from MediaWiki API. WWW: https://github.com/goldsmith/Wikipedia
* - Unbreak this module after changes from r378260zi2015-06-301-1/+7
| | | | - Bump PORTREVISION
* - Update to 0.13culot2015-06-292-4/+3
| | | | Changes: http://search.cpan.org/dist/URI-Escape-XS/Changes
* - Add NO_ARCHsunpoet2015-06-291-1/+1
| | | | - Remove USE_RAKE
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Update to 4.2.3sunpoet2015-06-292-3/+3
| | | | Changes: https://github.com/rails/rails/commits/4-2-stable
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Add NO_ARCHsunpoet2015-06-291-1/+1
| | | | - Remove USE_RAKE
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Update to 4.2.3sunpoet2015-06-292-3/+3
| | | | Changes: https://github.com/rails/rails/blob/4-2-stable/railties/CHANGELOG.md
* - Update to 4.2.3sunpoet2015-06-292-3/+3
| | | | Changes: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Update to 0.14.0sunpoet2015-06-292-4/+3
| | | | Changes: http://raindrops.bogomips.org/NEWS.html
* - Mark DEPRECATED and set EXPIRATION_DATE to 2015-07-31sunpoet2015-06-291-0/+3
|
* www/aws: remove extra files from pkg-plistmarino2015-06-292-11/+1
|
* Remove www/varnish from the ports treefeld2015-06-2913-416/+0
| | | | | | | | | | Varnish 3.x is EoL and has expired. All ports in the tree which depended on it have been updated to work with www/varnish4. https://www.varnish-cache.org/lists/pipermail/varnish-announce/2015-April/000702.html Please update to varnish 4.x by installing the www/varnish4 port/package.
* LICENSE was placed in the wrong sectionfeld2015-06-291-2/+2
|
* Update and depend on www/varnish4feld2015-06-292-7/+11
| | | | | | | | | Varnish 3.x is EOL There have been no official updates/tarballs released since version 1.1. There were changes in the github repository to support Varnish 4 which is where this update is sourced from. The commit date is appended to the version number. It is the most recent commit published.
* use PYTHON_CMD as PYTHON_VERSION is going away eventuallyfeld2015-06-291-1/+1
| | | | | | This will give me the same result, so it is a no-op Submitted by: antoine
* Update to 0.31, depend on www/varnish4feld2015-06-295-63/+10
| | | | Varnish 3.x is EOL. This release supports varnish 4.x
* Require python as a run dependency, toofeld2015-06-291-2/+5
| | | | | | | | | | | | | python is required for you to be able to build custom vmods and also for other vmods in the ports tree to build. Better off including the requirement here as we ship the vmodtool.py utility and do not want to surprise end users. shebangfix was included as the default shebang on vmodtool.py is /usr/bin/env python which is not going to work unless the lang/python metaport is installed, which is not included with USES=python. Instead we just rewrite this to whichever the default system python intepreter is (PYTHON_VERISON).
* PORTREVISION bump should have been issued due to dependency changefeld2015-06-281-0/+1
|
* Migrate to new tar USES syntaxfeld2015-06-281-1/+1
|
* Varnish 3.0 is EoLfeld2015-06-282-4/+4
| | | | | | | | | | | | | | | | pecl-varnish supports Varnish 4.x as of version 1.2.0. However, there are some caveats. The cChangelog for 1.2.0 mentions the following: - Varnish 4.x compatibility, but - VarnishStat and VarnishLog aren't supported when linking to Varnish 4.x anymore I understand when Varnish 4.1 is released some old Varnish 3.x vmods will be able to be updated. Perhaps this functionality will return also. Unfortunately there is not much else that can be done. This is better than the alternative which was to remove this port from the ports tree.
* www/py-django-taggit: update to 0.15.0rene2015-06-282-3/+5
| | | | | | | While here set NO_ARCH Differential Revision: https://reviews.freebsd.org/D2932 Approved by: maintainer (wg)
* - Update to 0.40062sunpoet2015-06-282-5/+12
| | | | | | | - Fix *_DEPENDS: upstream replaced List::AllUtils with List::Util in 0.40060 - Add NO_ARCH Changes: http://search.cpan.org/dist/HTML-FormHandler/Changes
* - Update to 2.04sunpoet2015-06-282-3/+3
| | | | Changes: http://search.cpan.org/dist/HTTP-BrowserDetect/Changes
* www/py-django-assets: change the requirement in requires.txt for webassets torene2015-06-282-0/+8
| | | | | | | | | | | | be at least version 0.10 instead of exactly version 0.10 Bump PORTREVISION This allows the (work in progress) Pootle port to show a usage line instead of a dependency error. Differential Revision: https://reviews.freebsd.org/D2928 Approved by: maintainer (wg)
* Sorting out some Erlang stuff:olgeni2015-06-2720-26/+12
| | | | | | | | | | | | | - Rename a few Erlang-related ports using the erlang- prefix; it will avoid confusion with elixir- ports. - Remove DOCS and EXAMPLES where not actually useful. - Simplify RUN_DEPENDS where possible. - Move textproc/exmpp to devel/erlang-exmpp. - Add missing R18 compatibility fix for devel/erlang-oserl. - Upgrade erlang-cuttlefish to 2.0.3. The idea is that libraries ("deps") have the "erlang-" prefix, while larger projects (rabbitmq, yaws, couchdb, etc) keep their usual names.
* - Update to 0.3.74nivit2015-06-272-4/+3
|
* www/chromium : update to 43.0.2357.130rene2015-06-2710-10/+187
| | | | | | | | | | | | | | | | * Fix some widely-reported crashes: [0,1] - settings page now displays - GMail works * Mark BROKEN on FreeBSD 8 [2] PR: 200601 [0] PR: 200646 [2] Submitted by: protocelt <protoceltt@gmail.com> [0] Submitted by: truckman [2] Obtained from: https://github.com/gliaskos/freebsd-chromium [1] (pull requests 17-20) MFH: 2015Q2 Security: http://vuxml.freebsd.org/freebsd/d46ed7b8-1912-11e5-9fdf-00262d5ed8ee.html
* www/asterisk-statpgollucci2015-06-271-1/+1
| | | | | | | Fix typo in OPTION parsing for PGSQL PR: 201074 Submitted by: jfkimura@yahoo.co.jp (maintainer)
* Update www/drood 5.5.4 -> 5.5.5pgollucci2015-06-262-3/+3
| | | | | PR: 201113 Submitted by: jimmy@mammothcheese.ca (maintainer)
* Update to 0.40061.adamw2015-06-263-6/+7
| | | | Changes: https://metacpan.org/changes/distribution/HTML-FormHandler
* Be more accurate with tmpdir removal and remove only empty tmpdir.osa2015-06-264-3/+6
| | | | | | | | | Cause otherwise removal non-empty tmpdir breaks running nginx instance. Bump PORTREVISION. PR: 201045 Tested by: grembo
* Fix depends:antoine2015-06-261-2/+1
| | | | | | | - DEFAULT_PHP_VER is deprecated - Using it after bsd.port.pre.mk was hazardous, when php was not yet installed it was depending on /usr/local/lib/php/20131226/session.so:/usr/ports/www/php5-session, i.e. a php 5.6 file and a php 5.4 port
* Remove redundant PYDISTUTILS_PKGNAMEfeld2015-06-251-1/+2
| | | | | | Add NO_ARCH Submitted by: sunpoet
* Compatibility fix for R18.olgeni2015-06-251-0/+11
|
* www/py-django-dpaste: Update to 2.8koobs2015-06-252-14/+10
| | | | | | | | | | | | | | | | | | | | | | - Update to 2.8 - Switch to CHEESESHOP for MASTER_SITES - Match COMMENT with upstream - Add LICENSE_FILE - Sort USE_PYTHON values - Tweak RUN_DEPENDS to limit to Django 1.6 and switch to file-based django detection (instead of package). This ensures that if a port that depends on this one, also depends on a different django version, it will see and use the installed version, rather than attempting to install another one, which results in a conflict as all django ports conflict with each other. See r390184 [1] and 390535 [2] for other instances of this issue. - Remove TESTS option and tox as a TEST_DEPENDS [1] https://svnweb.freebsd.org/changeset/ports/390184 [2] https://svnweb.freebsd.org/changeset/ports/390535
* www/py-django-mptt: Fix Django dependency causing conflictskoobs2015-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Tweak RUN_DEPENDS, switching to file-based django detection, instead of by package name. This ensures that if a port that depends on this one, also depends on a different django version, it will see and use the installed version, rather than attempting to install another one, which results in a conflict as all django ports conflict with each other. www/py-django-dpaste depends on py-django-mptt but is about to be limited to Django <= 1.6 (it does not currently support higher). Since py-django-mptt depends on www/py-django (currently 1.8.x), this results in the conflict described above. The same change will also be made in www/py-django-dpaste for any ports that may depend on *it* in the future. This change is a NOOP for other conditions. See r390184 [1] for another instance of this issue. [1] https://svnweb.freebsd.org/changeset/ports/390184 Approved by: portmgr (blanket: trivial, tested, build fixes)
* Update Firebug to 2.0.11bar2015-06-252-3/+3
|
* - Update to 0.9.1sunpoet2015-06-252-3/+4
| | | | | | | | - Add NO_ARCH Changes: https://github.com/jcgregorio/httplib2/releases Submitted by: sunpoet (myself) Approved by: lwhsu (maintainer)
* - Update to 5.13.1sunpoet2015-06-252-6/+6
| | | | | | - Sort RUN_DEPENDS Changes: http://www.livinglogic.de/Python/xist/History.html
* - Update to 1.02sunpoet2015-06-252-3/+3
| | | | Changes: http://search.cpan.org/dist/Protocol-HTTP2/Changes
* - Update maintainer sectionsunpoet2015-06-251-0/+6
|
* - Update to 1.0.4sunpoet2015-06-253-4/+4
| | | | Changes: https://github.com/tatsuhiro-t/nghttp2/releases
* Convert all p5-Test-use-ok dependencies to p5-Test-Simple, but only onadamw2015-06-2510-26/+76
| | | | | | perl < 5.22. For www/p5-Catalyst-Controller-BindLex, change it from a BUILD/RUN depend to TEST, as it is only used for the test target, and bump PORTREVISION on that port.
* www/linux-*-flashplugin11: update to 11.2r202.468xmj2015-06-242-5/+5
| | | | | | | | | | - update to 11.2r202.468 Reported by: kwm MFH: 2015Q2 Security: d02f6b01-1a3f-11e5-8bd6-c485083ca99c Security: CVE-2015-3113 Sponsored by: Perceivon Hosting Inc.
* Ada Framework: Switch to gcc5-aux, upgrade 6 packages at oncemarino2015-06-2416-302/+287
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The transition from gcc-aux to gcc5-aux in the Ada framework has been blocked by the inability to build gtkada3 and, once resolved, GPS (due to tight locking with compiler). A few days ago, Adacore made their annual release of their main libre products, include GPS. However, some products were tightly coupled with the recent compilers, so in order to upgrade, the compiler had to be switched and dependencies require many ports to be upgraded at once: * lang/asis * devel/gnatcoll * devel/gps * x11-toolkits/gtkada3 * www/aws * www/aws-demos While the version upgrades were modest in most cases (gps, gtkada3), the amount of work put into each port was significant. There are too many improvements to mention here. A few include the removal of dynamic package lists and incorporating gnatcoll into gps to avoid building it twice. A private "exp-run" was done all on all 50+ Ada ports to ensure they still build. Also, a new argument was added to Uses/ada.mk, "run", that pulls in the GNAT compiler as a run depends. This was necessary for GPS that will not launch correctly without the compiler in place.
* Use autoplist so package successfully builds with newer python versionsfeld2015-06-242-63/+2
|
* - Update to 3.3.5sunpoet2015-06-242-3/+3
| | | | Changes: https://github.com/twbs/bootstrap-sass/blob/master/CHANGELOG.md
* www/py-tornado: remove py-backports.ssl_match_hostname dependencyrm2015-06-242-8/+17
| | | | | | | | | | | | | | | | | | | | | | | since python 2.7.9 ssl.match_hostname() function is in standard library, so there is no need to depend on security/py-backports.ssl_match_hostname anymore as stated in tornado's setup.py: """ if sys.version_info < (3, 2): install_requires.append('backports.ssl_match_hostname') if sys.version_info < (3, 4): # Certifi is also optional on 2.7.9+, although making our dependencies # conditional on micro version numbers seems like a bad idea # until we have more declarative metadata. install_requires.append('certifi') """ Remove this dependency and bump PORTREVISION. While here sort USE_PYTHON components, add missed space in Makefile header. PR: 201050 Submitted by: rm (myself) Approved by: Guixing Bai <khsing.cn@gmail.com> (maintainer)
* www/py-albatross: update to 1.42rm2015-06-243-851/+17
| | | | | | | | | | | | - update to 1.42 - convert to autogenerated packing list - limit python version to 2.x - convert docs/examples installation to more common practice - add NO_ARCH PR: 200742 Submitted by: rm (myself) Approved by: maintainer timeout (14 days)
* www/py-funkload: update to 1.17.1rm2015-06-243-21/+27
| | | | | | | | | | | | - update to 1.17.1 - remove bogus py-xml dependency - shorten COMMENT - limit python version to 2.x - update patch to setup.py to make it build (there is upstream issue [1]) [1] https://github.com/nuxeo/FunkLoad/issues/145 Approved by: lwhsu (maintainer, by email)
* - Mark BROKEN on 9.x:amdmi32015-06-241-0/+2
| | | | | | | /wrkdirs/usr/ports/www/cppcms/work/cppcms-1.0.5/booster/lib/locale/src/posix/numeric.cpp:57: error: 'strfmon_l' was not declared in this scope Approved by: portmgr blanket Reported by: pkg-fallout
* Update to 3.20150614.mat2015-06-233-55/+23
| | | | Sponsored by: Absolight
* - Add NO_ARCHamdmi32015-06-231-4/+2
| | | | - Drop @dirrm* from plist
* - Add NO_ARCHsunpoet2015-06-231-0/+1
|
* - Update to 2.10sunpoet2015-06-232-3/+4
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/CGI-Fast/Changes
* - Update to 4.21sunpoet2015-06-232-3/+4
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/CGI/Changes
* - Update to 1.5.1sunpoet2015-06-232-3/+4
| | | | | | - Add NO_ARCH Changes: https://github.com/progrium/ruby-jwt/commits/master
* - Update to 1.01sunpoet2015-06-232-4/+6
| | | | | | | - Add more TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Protocol-HTTP2/Changes
* Upgrade to 4.9.36.thierry2015-06-232-4/+4
|
* Convert to USES=jpegantoine2015-06-2312-24/+19
|
* - Update to 2.3.0amdmi32015-06-232-3/+3
| | | | | PR: 201033 Submitted by: linpct@gmail.com (maintainer)
* - Update to 2.0.3amdmi32015-06-232-3/+3
| | | | | PR: 201030 Submitted by: linpct@gmail.com (maintainer)
* textproc/xmlada: Upgrade version 4.5.0.0 => 4.6.0.0, overhaul make systemmarino2015-06-222-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the unavailability of a public repository, this version uses Adacores 2015 distribution of xmlada. It's probably a minor update from the previous one. The major change, however, is the creation of a custom makefile to build and install xmlada. Why? because gnatmake will lose the ability to build project files in the near future, so xmlada makefiles were changed to use gprbuild to build and itself it. One problem: gprbuild needs xmlada as a build dependency. (and it also needs gprbuild to build itself!!) I could have chosen to keep using gnatmake, but I decided to bite the bullet, fix it correctly now and not have to get stuck by it by future versions of gnat that remove project management from gnatmake. Having to support a bootstrap gprbuild is nonsense in my opinion, so both will have to be built manually. Morever, the GPL 2015 distinfo file removed all the vital *.gpr files which other packages' configure script absolutely depends on. These had to be recreated from scratch as well. Noticeable changes: - no more .lgpr files, these are incorporated in generated *.gpr now - xmlada_input.gpr renamed to xmlada_input_sources.gpr as expected since we had to create it anyway - xmlada_shared.gpr no longer exists; it was incorporated into each gpr that pulled it in - RPATH hack no longer necessary - symlinks of 5 libraries at $LOCALBASE/lib were removed (useless) - rpaths are now correct and have $LOCALBASE/lib/xmlada/relocatable as path (this was big fix made possible by new Makefile) - xmlada seems to build a lot faster, fully jobs safe - GNU configure not longer performed - GNU make no longer a build dependency I verified packages that depend on xmlada build as expected. I also verified that the manually generated libraries look very similar in size to the gnatmake generated libraries. Since the library version changed, I'm also bumping ports directly dependent on xmlada.
* Upgrade third-party fancyindex module from 0.3.4 to 0.3.5.osa2015-06-224-6/+6
|
* Convert to USES=autoreconfbapt2015-06-211-4/+1
|
* Convert to USES=autoreconfbapt2015-06-211-3/+1
|
* Convert to USES=autoreconfbapt2015-06-211-3/+2
|
* - Update to 2.03sunpoet2015-06-212-4/+5
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/HTTP-BrowserDetect/Changes
* - Update to 0.7.2sunpoet2015-06-212-4/+5
| | | | | | - Add NO_ARCH Changes: https://github.com/typhoeus/typhoeus/blob/master/CHANGELOG.md
* - Update to 0.7.4sunpoet2015-06-212-5/+5
| | | | | | - Add NO_ARCH Changes: https://github.com/typhoeus/ethon/blob/master/CHANGELOG.md
* www/py-django-contrib-comments: Update to 1.6.1koobs2015-06-212-4/+9
| | | | | | | | | | | | - Update to 1.6.1 - Add LICENSE file - Switch RUN_DEPENDS to file detection This allows for an existing installation of py-djangoXY to be identified, which avoids attempting to install py-django (currently 1.8), which will cause installation conflicts for Ports that depend on contrib-comments, but DONT support Django 1.8 (eg: Mezzanine) and use www/djangoXY ports.
* Update www/volta 0.2.0 -> 0.3.0pgollucci2015-06-214-45/+4
| | | | | PR: 200771 Submitted by: mahlon@martini.nu (maintainer)
* www/py-django-tagging: update to 0.4swills2015-06-212-3/+4
| | | | | | PR: 200978 Submitted by: brd Approved by: Kevin Golding <ports@caomhin.org> (maintainer)
* - Upgrade to 1.3138 (including some security issues).kuriyama2015-06-202-4/+3
| | | | | | PR: ports/157869 Submitted by: Henk van Oers <hvo.pm@xs4all.nl> References: http://lists.preshweb.co.uk/pipermail/dancer-users/2015-June/004621.html
* Update to 0.5.9bapt2015-06-202-4/+3
|
* - Update to 2.11.3sunpoet2015-06-203-7/+10
| | | | Changes: https://github.com/npm/npm/releases
* - Update to 1.6.4sunpoet2015-06-202-3/+3
| | | | | Changes: https://github.com/rack/rack/blob/master/HISTORY.md https://github.com/rack/rack/commits/1-6-stable
* - Update to 1.4.7sunpoet2015-06-202-3/+3
| | | | Changes: https://github.com/rack/rack/commits/rack-1.4
* - Add NO_ARCHsunpoet2015-06-201-0/+1
|
* Update to 6.12.adamw2015-06-202-4/+3
| | | | Changes: https://metacpan.org/changes/distribution/Mojolicious
* - Update to 1.6.3sunpoet2015-06-192-3/+3
| | | | | Changes: https://github.com/rack/rack/blob/master/HISTORY.md https://github.com/rack/rack/commits/1-6-stable
* - Update to 1.5.5sunpoet2015-06-192-3/+3
| | | | Changes: https://github.com/rack/rack/commits/1-5-stable
* Horde package update:mm2015-06-192-3/+3
| | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.28.4 -> 2.28.5 devel/pear-Horde_Core 2.20.4 -> 2.20.5 devel/pear-Horde_Icalendar 2.0.11 -> 2.1.0 mail/pear-Horde_Imap_Client 2.28.1 -> 2.29.0 www/horde-base 5.2.5 -> 5.2.6 mail/horde-imp 6.2.8 -> 6.2.9 deskutils/horde-kronolith 4.2.7 -> 4.2.8 deskutils/horde-nag 4.2.4 -> 4.2.5 mail/horde-turba 4.2.6 -> 4.2.7 mail/horde-webmail 5.2.6 -> 5.2.7 deskutils/horde-groupware 5.2.6 -> 5.2.7
* - update rc3 to final 2.0.9 releaseohauer2015-06-192-5/+4
|
* Security update to 6.36.delphij2015-06-192-4/+3
| | | | | | | PR: ports/200957 Submitted by: Simon Wright (maintainer) MFH: 2015Q2 Security: d605edb1-1616-11e5-a000-d050996490d0
* Security Update to 7.38.delphij2015-06-192-4/+3
| | | | | | | PR: ports/200956 Submitted by: Simon Wright (maintainer) MFH: 2015Q2 Security: d605edb1-1616-11e5-a000-d050996490d0
* Chase py-ldap2 renamerm2015-06-192-2/+2
| | | | This is the last ones. No PORTREVISION bump, because it's not default.
* www/web2ldap: chase py-ldap renamerm2015-06-191-3/+4
| | | | | | - chase py-ldap rename - compile to bytecode another way to get optimised files too. This is what was done by upstream maintainer in version 1.2.32
* net/py-ldap2: rename to py-ldaprm2015-06-192-2/+4
| | | | To better match upstream name
* - Add LICENSEamdmi32015-06-192-50/+17
| | | | | - Strip binaries - Drop @dirrm* from plist
* www/web2ldap: general cleanuprm2015-06-186-82/+8
| | | | | | | | | | - replace patches with USES=shebangs and REINPLACE_CMD - add LICENSE (GPLv2) - limit python version to 2.x, because 3.x is not supported - modernize dependency upon devel/py-ipaddr and bump PORTREVISION accordingly Approved by: bsam (maintainer, by email)
* - Update to 2.02culot2015-06-182-3/+3
| | | | Changes: http://search.cpan.org/dist/HTTP-BrowserDetect/Changes
* This port does not contain any architecture dependent file so markdelphij2015-06-181-1/+2
| | | | it as so.
* - Fix build on pre-10.x after previous commitamdmi32015-06-181-1/+1
|
* Refresh to the latest snapshot.thierry2015-06-183-5/+20
|
* - Update to 4.2.2sunpoet2015-06-182-3/+3
| | | | | Changes: https://github.com/rails/rails/commits/4-2-stable Security: eb8a8978-8dd5-49ce-87f4-49667b2166dd
* - Update to 3.2.22sunpoet2015-06-182-3/+3
| | | | | Changes: https://github.com/rails/rails/commits/3-2-stable Security: eb8a8978-8dd5-49ce-87f4-49667b2166dd
* - Update to 4.2.2sunpoet2015-06-182-4/+3
| | | | Changes: https://github.com/rails/rails/blob/4-2-stable/railties/CHANGELOG.md
* - Update to 3.2.22sunpoet2015-06-182-4/+3
| | | | Changes: https://github.com/rails/rails/blob/3-2-stable/railties/CHANGELOG.md
* - Update to 4.0.4sunpoet2015-06-182-3/+3
| | | | | | Changes: https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md Security: eb8a8978-8dd5-49ce-87f4-49667b2166dd Security: CVE-2015-1840
* - Update to 3.1.3sunpoet2015-06-182-3/+3
| | | | | | Changes: https://github.com/rails/jquery-rails/blob/3-1-stable/CHANGELOG.md Security: eb8a8978-8dd5-49ce-87f4-49667b2166dd Security: CVE-2015-1840
* - Update to 3.2.22sunpoet2015-06-182-3/+3
| | | | Changes: https://github.com/rails/rails/blob/3-2-stable/activeresource/CHANGELOG.md
* - Update to 4.2.2sunpoet2015-06-182-3/+3
| | | | Changes: https://github.com/rails/rails/blob/4-2-stable/actionpack/CHANGELOG.md
* - Update to 3.2.22sunpoet2015-06-182-4/+3
| | | | Changes: https://github.com/rails/rails/blob/3-2-stable/actionpack/CHANGELOG.md
* - Update to 1.6.2sunpoet2015-06-182-3/+3
| | | | | | Changes: https://github.com/rack/rack/blob/master/HISTORY.md Security: eb8a8978-8dd5-49ce-87f4-49667b2166dd Security: CVE-2015-3225
* - Update to 1.5.4sunpoet2015-06-182-3/+3
| | | | | | | Changes: https://github.com/rack/rack/releases https://github.com/rack/rack/blob/1-5-stable/README.rdoc Security: eb8a8978-8dd5-49ce-87f4-49667b2166dd Security: CVE-2015-3225
* - Update to 1.4.6sunpoet2015-06-182-4/+3
| | | | | | Changes: https://github.com/rack/rack/releases Security: eb8a8978-8dd5-49ce-87f4-49667b2166dd Security: CVE-2015-3225
* - Update to 1.09sunpoet2015-06-182-4/+4
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Mojolicious-Plugin-Database/Changes
* - Update to 1.27sunpoet2015-06-183-6/+6
| | | | | | | - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Mojolicious-Plugin-Authentication/Changes
* - Update to 0.304sunpoet2015-06-182-3/+5
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/HTTP-Proxy/Changes
* - Update to 1.0.2sunpoet2015-06-183-5/+5
| | | | Changes: https://github.com/tatsuhiro-t/nghttp2/releases
* Fix previous commit.mat2015-06-172-1/+4
| | | | Sponsored by: Absolight
* Fix build as a user, fix gaping security hole that chown www:www is.mat2015-06-173-125/+11
| | | | Sponsored by: Absolight
* - Strip librariesamdmi32015-06-172-1/+2
| | | | - Drop @dirrm* from plist
* - Modernize plistamdmi32015-06-171-6/+1
|
* - Update to 2.1.8.20150114tota2015-06-172-4/+3
| | | | | | PR: ports/200640 Submitted by: Adrian Murphy <amurphy@gsoft.com.au> Reviewed by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
* - Update to 0.0.7amdmi32015-06-172-4/+4
| | | | | PR: 200841 Submitted by: kozlov.sergey.404@gmail.com (maintainer)
* - Update to 1.0.4amdmi32015-06-172-5/+5
| | | | | PR: 200849 Submitted by: kozlov.sergey.404@gmail.com (maintainer)
* - Update to 6.2.13amdmi32015-06-172-4/+3
| | | | | PR: 200794 Submitted by: freebsd-ports@charlieroot.de (maintainer)
* - Update to 1.2.10amdmi32015-06-172-5/+4
| | | | | PR: 200735 Submitted by: jau@iki.fi (maintainer)
* Upgrade from 1.9.1 to 1.9.2.osa2015-06-172-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Feature: the "backlog" parameter of the "listen" directives of the mail proxy and stream modules. *) Feature: the "allow" and "deny" directives in the stream module. *) Feature: the "proxy_bind" directive in the stream module. *) Feature: the "proxy_protocol" directive in the stream module. *) Feature: the -T switch. *) Feature: the REQUEST_SCHEME parameter added to the fastcgi.conf, fastcgi_params, scgi_params, and uwsgi_params standard configuration files. *) Bugfix: the "reuseport" parameter of the "listen" directive of the stream module did not work. *) Bugfix: OCSP stapling might return an expired OCSP response in some cases. </ChangeLog>
* - Update to 1.1.4sunpoet2015-06-163-24/+11
| | | | | | - Update *_DEPENDS - Add NO_ARCH - Use PORTEXAMPLES
* Update to 0.9.2 release.ale2015-06-162-3/+3
|
* - Clarify LICENSEamdmi32015-06-162-3/+2
| | | | | - Switch to USES=tar - Drop @dirrm* from plist
* Security update to 6.0.44.delphij2015-06-163-6/+6
| | | | | | PR: 200275 MFH: 2015Q2 Approved by: maintainer timeout
* - Update to 2.0.0amdmi32015-06-162-7/+7
| | | | | | | - Add NO_ARCH PR: 200387 Submitted by: horia@racoviceanu.com (maintainer)
* - Add NO_ARCHamdmi32015-06-162-2/+1
| | | | - Fix WWW:
* - Modernize plistamdmi32015-06-161-28/+27
|
* www/chromium: allow DEBUG builds again, the output file is valid again.rene2015-06-161-1/+0
| | | | | | Differential Revision: https://reviews.freebsd.org/D2726 Submitted by: emaste MFH: 2015Q2
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-151-1/+2
| | | | - Bump PORTREVISION for dependency change
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-151-1/+2
| | | | - Bump PORTREVISION for dependency change
* - Update to 5.5.4amdmi32015-06-152-3/+3
| | | | | PR: 200850 Submitted by: jimmy@mammothcheese.ca (maintainer)
* - Upgrade to 0.30.kuriyama2015-06-143-4/+5
|
* - Upgrade to 0.11.kuriyama2015-06-143-5/+10
|
* - Upgrade to 0.05.kuriyama2015-06-142-5/+8
|
* - Upgrade to 1.103.kuriyama2015-06-142-4/+7
|
* - Upgrade to 0.05.kuriyama2015-06-142-5/+8
|
* - update to rc3ohauer2015-06-145-58/+22
| | | | | | | | | - move ITHREAD check to pre-configure (dependencies are already installed) [1] - use @sample macro for apache module file [2] [1] If this is not working as expected, detection will be replaced with an OPTION PR: 200799 [2]
* Add third-party clojure module, version 0.3.0.osa2015-06-146-0/+98
|
* - Upgrade to 3.07.kuriyama2015-06-142-5/+4
|
* - Upgrade to 1.02.kuriyama2015-06-142-4/+3
|
* - Upgrade to 0.4014.kuriyama2015-06-142-9/+3
|
* - Update to 2.11.2sunpoet2015-06-143-93/+37
| | | | Changes: https://github.com/npm/npm/releases
* - Add NO_ARCHsunpoet2015-06-141-0/+1
|
* - Upgrade to 1.0036.kuriyama2015-06-142-3/+5
|
* - Upgrade to 0.05.kuriyama2015-06-142-4/+3
|
* - Upgrade to 1.48.kuriyama2015-06-142-6/+9
|
* - Upgrade to 0.1025.kuriyama2015-06-142-4/+7
|
* - Upgrade to 0.14.kuriyama2015-06-142-5/+8
|
* - Update to 2.0.3.1wen2015-06-144-1346/+961
| | | | | - Update pkg-message - Fix files permissions
* - Upgrade to 0.19.kuriyama2015-06-142-8/+3
|
* - Remove the DEPRECATED mark since it is a LTS versionwen2015-06-141-3/+0
| | | | | PR: 200654 Submitted by: enitarzi@gmail.com
* - Update to 1.5.3sunpoet2015-06-142-5/+5
| | | | | | | | - While I'm here, update RUN_DEPENDS and sort USE_PYTHON Changes: https://github.com/aljosa/django-tinymce/commits/master PR: 200842 Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com> (maintainer)
* - Update bsd.redmine.mk: use @dir for PLIST generationsunpoet2015-06-141-1/+1
| | | | | PR: 200840 Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
* - Add NO_ARCHsunpoet2015-06-141-0/+1
|
* - Add NO_ARCHsunpoet2015-06-141-0/+1
|
* - Add NO_ARCHsunpoet2015-06-141-0/+1
|
* - Add NO_ARCHsunpoet2015-06-141-0/+1
|
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-141-1/+2
| | | | - Bump PORTREVISION for dependency change
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-141-1/+2
| | | | - Bump PORTREVISION for dependency change
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-141-1/+3
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-141-1/+3
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-141-1/+3
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-141-2/+3
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-141-1/+3
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-141-1/+3
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-141-1/+3
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-141-1/+3
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-141-1/+3
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-141-1/+2
| | | | - Bump PORTREVISION for dependency change
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-141-1/+3
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-141-1/+3
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-141-1/+3
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-141-1/+3
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change
* Add third-party ajp module.osa2015-06-144-0/+24
|
* Add third-party statsd module.osa2015-06-144-0/+24
| | | | PR: 178799
* Add third-party dynamic_upstream module, version 0.1.0.osa2015-06-142-0/+17
|
* Add third-party SPNEGO authentication module.osa2015-06-146-0/+56
| | | | PR: 192904
* Fix digest authentication fail on URLs with a querystring for third-party ↵osa2015-06-144-0/+62
| | | | | | http_auth_digest module. PR: 199758
* Add third-party small_light module, version 0.6.9.osa2015-06-144-0/+36
| | | | PR: 185816
* - Update WWWsunpoet2015-06-131-1/+1
| | | | With hat: ruby
* - Add LICENSE [1]sunpoet2015-06-132-2/+3
| | | | | | | | - Remove USE_RAKE - Update WWW Approved by: portmgr (blanket) [1] With hat: ruby
* - Add NO_ARCHsunpoet2015-06-132-2/+2
| | | | | - Remove USE_RAKE - Update WWW
* - Update WWWsunpoet2015-06-131-1/+1
| | | | With hat: ruby
* - Update WWWsunpoet2015-06-131-1/+1
| | | | With hat: ruby
* - Update WWWsunpoet2015-06-131-1/+1
| | | | With hat: ruby
* - Add PORTSCOUTsunpoet2015-06-131-0/+2
|
* - Add LICENSEsunpoet2015-06-132-7/+10
| | | | | | | - Add NO_ARCH - Reformat pkg-descr - Use single space after WWW: - Pass maintainership to perl@
* - Fix and sort RUN_DEPENDSsunpoet2015-06-131-3/+3
| | | | | - Add NO_ARCH - Remove contiguous blank lines
* - Add NO_ARCHsunpoet2015-06-131-0/+1
|
* - Sort RUN_DEPENDSsunpoet2015-06-131-13/+13
|
* - Add NO_ARCHsunpoet2015-06-132-5/+6
| | | | | | - Update comment - Cosmetic change - Fix WWW
* - Add NO_ARCHsunpoet2015-06-132-5/+6
| | | | | | - Update comment - Cosmetic change - Fix WWW
* - Add NO_ARCHsunpoet2015-06-132-5/+6
| | | | | | - Update comment - Cosmetic change - Update WWW
* - Update RUN_DEPENDSsunpoet2015-06-131-1/+3
| | | | | | - Add NO_ARCH - Remove USE_RAKE - Bump PORTREVISION for dependency change
* - Sort RUN_DEPENDSsunpoet2015-06-131-4/+4
| | | | | - Add NO_ARCH - Remove contiguous blank lines
* - Update to 0.64sunpoet2015-06-132-3/+4
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Toadfarm/Changes
* - Update to 1.0.1sunpoet2015-06-137-55/+17
| | | | | | | | | | | - Add my LOCAL to MASTER_SITES - Remove DOCS option - Use = instead of += - Reformat pkg-descr - Cleanup PLIST - Take maintainership Changes: http://www.measurement-factory.com/tmp/ecap/libecap_change.log
* - Update to 2.1.0sunpoet2015-06-132-6/+4
| | | | | | - Remove PORTSCOUT Changes: https://github.com/plataformatec/responders/blob/master/CHANGELOG.md
* Fix and simplify startup script so it works on boot.jlh2015-06-132-24/+2
| | | | Approved by: madpilot
* - Update Firefox to 38.0.6jbeich2015-06-136-187/+186
| | | | | | Changes: https://www.mozilla.org/firefox/38.0.6/releasenotes/ MFH: 2015Q2 X-MFH-With: r388230
* Sort entries.olgeni2015-06-131-4/+4
|
* www/p5-HTML-Perlinfo: 1.64 -> 1.68pi2015-06-132-4/+3
| | | | | - Fixed subroutine redefine errors (perlinfo script) #1 with patch from Baldur Kristinsson
* - Update to 1.3.2tota2015-06-133-7/+6
| | | | - Regenerate patch file with 'make makepatch'
* - Update to 1.2.0.7tota2015-06-132-4/+3
|
* www/chromium: update to 43.0.2357.125rene2015-06-132-4/+7
| | | | | | | | - re-enable the TEST option as the distfile is available - re-add DISTFILES to get distinfo correct Changelog: https://chromium.googlesource.com/chromium/src/+log/43.0.2357.124..43.0.2357.125 MFH: 2015Q2
* Welcome back third-party upload module.osa2015-06-134-0/+24
| | | | PR: 200809
* Reset maintainership for tmseckerwin2015-06-131-1/+1
| | | | Approved by: portmgr
* Reset dhn's portserwin2015-06-131-1/+1
| | | | | | PR: 197522 Submitted by: jbeich Approved by: portmgr
* Convert to MASTER_SITE_TORjbeich2015-06-131-1/+1
| | | | | | PR: 185150 (followup) Approved by: portmgr blanket MFH: 2015Q2
* Upgrade from 5.0.9 to 5.0.10:osa2015-06-128-13/+13
| | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel.
* www/chromium: update to 43.0.2357.124 (bugfix release).rene2015-06-122-4/+3
| | | | | | | While here remove spurious DISTFILES declaration. Changelog: https://chromium.googlesource.com/chromium/src/+log/43.0.2357.81..43.0.2357.124 MFH: 2015Q2
* www/linux-*-flashplugin11: update to 11.2r202.466xmj2015-06-112-5/+5
| | | | | | | | | | | | | | | | | | | | | | | - update to 11.2r202.466 - fix 13 CVEs. Reported by: kwm@ MFH: 2015Q2 Security: 1e63db88-1050-11e5-a4df-c485083ca99c Security: CVE-2015-3096 Security: CVE-2015-3097 Security: CVE-2015-3098 Security: CVE-2015-3099 Security: CVE-2015-3100 Security: CVE-2015-3101 Security: CVE-2015-3102 Security: CVE-2015-3103 Security: CVE-2015-3104 Security: CVE-2015-3105 Security: CVE-2015-3106 Security: CVE-2015-3107 Security: CVE-2015-3108 Sponsored by: Perceivon OÜ
* [NEW] www/py-django-voting: Generic voting application for Djangokoobs2015-06-114-0/+25
| | | | | | | | This is a generic voting application for Django projects WWW: https://github.com/pjdelport/django-voting Requested by: docsWG @ BSDCan (for pootle port)
* www/rubygem-actionpack4: fix version of rubygem-rails-dom-testing depswills2015-06-111-1/+1
|
* Add www/qt5-websockets.rakuco2015-06-113-0/+56
| | | | | | | | | The QtWebSockets module implements the WebSocket protocol as specified in RFC 6455. It solely depends on Qt (no external dependencies). http://doc.qt.io/qt-5/qtwebsockets-index.html Submitted by: Tobias Berner <tcberner@gmail.com>
* - Update to 1.3.3amdmi32015-06-112-5/+6
| | | | | | | | - Some minor changes to avoid portlint warnings PR: 200694 Submitted by: gasol.wu@gmail.com Approved by: mephius@gmail.com (maintainer)
* - Fix binary installationamdmi32015-06-112-15/+4
| | | | - Drop @dirrm* from plist
* - Strip binaryamdmi32015-06-112-14/+6
| | | | | - Pet portlint - Drop @dirrm* from plist
* - Add NO_ARCHamdmi32015-06-112-52/+1
| | | | - Drop @dirrm* from plist
* - Add NO_ARCHamdmi32015-06-112-39/+5
| | | | - Modernize plist
* - Add LICENSEamdmi32015-06-112-6/+4
| | | | | | - Add NO_ARCH - Simplify docs installation - Drop @dirrm* from plist
* - Add LICENSEamdmi32015-06-112-1/+3
| | | | - Drop @dirrm* from plist
* - Add NO_ARCHamdmi32015-06-111-3/+4
| | | | - Modernize plist
* - Add NO_ARCHamdmi32015-06-112-8/+1
| | | | - Drop @dirrm* from plist
* - Switch to USES=tar:tgzamdmi32015-06-112-9/+10
| | | | | - Add NO_ARCH - Modernize plist
* - Modernize plistamdmi32015-06-111-22/+21
|
* - Drop @dirrm* from plistamdmi32015-06-111-1/+0
|
* - Modernize plistamdmi32015-06-112-3/+2
|
* - Clarify LICENSEamdmi32015-06-112-18/+1495
| | | | | | | | | | | - Add LICENSE_FILE - Simplify installation: switch to static plist, use WWWDIR - Tweak CONFLICTS - Unsilence installation PR: 200345 Submitted by: amdmi3 Approved by: maintainer timeout (graudeejs@gmail.com, 3 weeks)
* - Modernize plist: use @sample, @dir and @owner/@groupamdmi32015-06-112-124/+58
| | | | | | PR: 200227 Submitted by: amdmi3 Approved by: maintainer timeout (joris.dedieu@gmail.com, 3 weeks)
* Upgrade to 4.9.35.thierry2015-06-112-4/+4
|
* www/rubygem-rails4: update to 4.2.1swills2015-06-1112-20/+71
| | | | Differential Revision: https://reviews.freebsd.org/D2710
* - Add LICENSEamdmi32015-06-112-1/+3
| | | | | - Add NO_ARCH - Drop @dirrm* from plist
* - Add LICENSEamdmi32015-06-112-3/+3
| | | | - Drop @dirrm* from plist
* Check that PERL exists before running it.mat2015-06-111-0/+5
| | | | | With hat: perl@ Sponsored by: Absolight
* - Update to 1.8.3sunpoet2015-06-112-4/+5
| | | | | | | - Update COMMENT - Add NO_ARCH Changes: https://github.com/rweng/underscore-rails/commits/master
* - Update RUN_DEPENDSsunpoet2015-06-112-22/+20
| | | | | | | | - Silence extract message - Simplify do-install: remove .bak and .orig files in post-patch: - Remove no-op CHMOD for WRKSRC/script - Use @(owner,group,mode) and @dir(owner,group,mode) syntax instead of CHMOD/CHOWN - Bump PORTREVISION for package change
* - Update to 1.13sunpoet2015-06-112-3/+3
| | | | Changes: http://search.cpan.org/dist/Flickr-API/Changes