1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

385899 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
af0436ff6d - Update to 0.5.0
Changes:	https://github.com/fog/fog-vsphere/blob/master/CHANGELOG.md
2016-01-19 14:04:26 +00:00
Sunpoet Po-Chuan Hsieh
3d97d0a838 - Update to 0.17.3
Changes:	https://github.com/celluloid/celluloid-io/blob/master/CHANGES.md
2016-01-19 14:04:22 +00:00
Sunpoet Po-Chuan Hsieh
ccf03af60c - Update to 0.17.3
Changes:	https://github.com/celluloid/celluloid/blob/master/CHANGES.md
2016-01-19 14:04:17 +00:00
Sunpoet Po-Chuan Hsieh
9d0f793022 - Update to 0.100006
Changes:	http://search.cpan.org/dist/MaxMind-DB-Writer/Changes
2016-01-19 14:04:12 +00:00
Sunpoet Po-Chuan Hsieh
0ff354bf27 - Update to 0.43
Changes:	http://search.cpan.org/dist/Math-GMPz/CHANGES
2016-01-19 14:04:07 +00:00
Sunpoet Po-Chuan Hsieh
21b67cb366 - Update to 1.02
Changes:	http://search.cpan.org/dist/Log-Report-Optional/ChangeLog
2016-01-19 14:04:03 +00:00
Dmitry Marakasov
b1e0256deb - Make the tor ports create /var/run/tor and /var/log/tor directories, so it can work without any manual actions
- Remove note of these manual actions from pkg-message
- Change mentions of /var/lib/tor to /var/db/tor in example configs and documentation
- Mention in UPDATING that if /var/log/tor _file_ was created before it should be now moved away

PR:		206235
Submitted by:	amdmi3
Approved by:	bf (maintainer)
2016-01-19 13:54:54 +00:00
Fukang Chen
b7ac3b07e3 - Disable TCP_FASTOPEN to fix build on 11.0-CURRENT
- Pet portlint (PORTVERSION appears out-of-order)

PR:             206338
Approved by:    koobs
Approved by:    Xiaoding Liu <xiaoding xiaoding org> (maintainer)
Submitted by:   loader
MFH:            2016Q1
2016-01-19 13:53:24 +00:00
Wen Heping
f0c902ab07 - Update to 4.5.14
PR:		204445
Submitted by:	tkato432@yahoo.com
2016-01-19 13:04:47 +00:00
Emanuel Haupt
106522c098 Fix build with ports version of OpenSSL. This broke when SSLv3 support was
removed.

Submitted by:	Hervé Commowick <herve.commowick@adobe.com>
2016-01-19 12:33:06 +00:00
Jimmy Olgeni
ea11100e81 Fix formatting in man page for xinetd.conf.
PR:		200416
Submitted by:	olgeni
Approved by:	maintainer timeout (14+ days)
2016-01-19 11:41:57 +00:00
Gerald Pfeifer
b320f0c15a Update to the 20160112 snapshot of GCC 5. 2016-01-19 11:08:12 +00:00
Raphael Kubo da Costa
13d74ef592 Update libproxy and its slave ports to 0.4.12.
After being dormant since 2013, libproxy development picked up some steam at
the end of last year, and the project moved from Google Code to GitHub,
where its releases are also being hosted. A summary of changes between 0.4.6
and 0.4.12 can be found here:
    https://github.com/libproxy/libproxy/blob/0.4.12/NEWS

The libproxy ports themselves have undergone several changes too:
* net/libproxy
  - Drop a lot of patches that are no longer necessary.
  - Add a few patches that I have sent upstream, and add some context to the
    0.4.6 patches that are still required.
  - Explicitly disable a few build options (.NET bindings, for example).
  - Switch to an out-of-source CMake build (also applies to the slave
    ports).
  - Drop the unnecessary post-install target, likely added before pkg and
    our ports system got smart enough to remove directories when needed.
* net/libproxy-gnome
  - Explicitly add dependency on devel/glib20 as the code links against
    GObject.
  - Make it clear that this plug-in targets GNOME2 desktops and uses GConf
    to read proxy settings.
* net/libproxy-gnome3
  - New port. Similar to libproxy-gnome, but targets GNOME3/Mate and reads
    proxy settings via GSettings instead. libproxy-gnome retained its name
    to avoid confusing users and requiring instructions in UPDATING.
* net/libproxy-kde
  - The KDE configuration plug-in has been rewritten upstream and no longer
    links against Qt or any KDE libraries. Instead, it just has a run-time
    dependency on either kreadconfig (from KDE4) or kreadconfig5 (from KDE
    Frameworks 5).
* net/libproxy-mozjs
  - Resurrect the port; the plug-in has been rewritten and now uses
    lang/spidermonkey185 to parse the JavaScript in .pac files.
* net/libproxy-webkit
  - Switch to depending www/webkit-gtk3 instead of www/webkit-gtk2. In
    practice, there is no huge difference since libproxy only uses the
    JavaScriptCore layer (which is toolkit-independent) to parse .pac files.

Finally, thanks to mat@ for answering some questions about libproxy-perl and
which Perl patches still needed to be retained or rewritten.

Approved by:	gnome (kwm)
2016-01-19 10:00:25 +00:00
Raphael Kubo da Costa
e799f2f50a Modernize net/libproxy-python and fix dependencies.
In preparation for updating the libproxy ports to 0.4.12, first land some
changes that also apply to 0.4.6 and can be MFH'ed.

- Make net/libproxy a run-time dependency: we only install .py files in this
  port, and they only load libproxy.so when being run. Consequently, also set
  NO_ARCH=yes.
- Set NO_BUILD=yes and modernize the installation. Instead of having an empty
  do-build target and invoking Python's compileall.py in post-build, do it like
  most other ports and call it in post-install (this requires guarding the
  post-install target in net/libproxy's Makefile).
  We also pass -d to compileall.py to avoid having ${STAGEDIR} in the .pyc and
  .pyo files (and shown in exception tracebacks).
- Let the port handle installation instead of defining do-install. We just need
  to set INSTALL_WRKSRC appropriately to avoid installing more files than we
  want.

Approved by:	gnome (kwm)
2016-01-19 09:50:10 +00:00
Wen Heping
9411038eac The bedtools utilities are a suite of tools for performing a wide range of
genomics analysis tasks.  The most widely-used of these tools enable genome
arithmetic, i.e., set theory on the genome.  For example, with bedtools one
can intersect, merge, count, complement, and shuffle genomic intervals from
multiple files in common genomic formats such as BAM, BED, GFF/GTF, and VCF.

Although each individual utility is designed to do a relatively simple task,
e.g., intersect two interval files, more sophisticated analyses can be
conducted by stringing together multiple bedtools operations on the command
line or in shell scripts.

WWW: http://bedtools.readthedocs.org/

PR:		204536
Submitted by:	scottcheloha@gmail.com
2016-01-19 08:56:34 +00:00
Sunpoet Po-Chuan Hsieh
8381ffac6e - Update to 3.5.0
Changes:	https://github.com/soveran/cuba/blob/master/CHANGELOG
2016-01-19 08:38:47 +00:00
Sunpoet Po-Chuan Hsieh
2e1a3b277b - Update to 1.2.1
Changes:	https://github.com/raggi/async_sinatra/blob/master/CHANGELOG.rdoc
2016-01-19 08:38:42 +00:00
Sunpoet Po-Chuan Hsieh
474ab7d536 - Update to 2.2.4
- Update RUN_DEPENDS: use Rails 4

Changes:	https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md
2016-01-19 08:38:37 +00:00
Sunpoet Po-Chuan Hsieh
b038bfccf4 - Update to 4.7.4
Changes:	https://github.com/github/linguist/releases
		https://github.com/github/linguist/commits/master
2016-01-19 08:38:32 +00:00
Sunpoet Po-Chuan Hsieh
99869f04d1 - Update to 0.0.11
- Sort PLIST_FILES
- Fix indent

Changes:	https://github.com/theforeman/smart_proxy_remote_execution_ssh/commits/master
2016-01-19 08:38:27 +00:00
Sunpoet Po-Chuan Hsieh
ec28a492d4 - Add LICENSE_FILE
- Add NO_ARCH

Approved by:	portmgr (blanket)
2016-01-19 08:38:23 +00:00
Sunpoet Po-Chuan Hsieh
0c450ca76d - Update to 0.8.2
- Add LICENSE_FILE

Changes:	https://github.com/bluemonk/ipaddress/blob/master/CHANGELOG.rdoc
2016-01-19 08:38:18 +00:00
Sunpoet Po-Chuan Hsieh
71775b3b43 - Add LICENSE_FILE
Approved by:	portmgr (blanket)
2016-01-19 08:38:14 +00:00
Sunpoet Po-Chuan Hsieh
f868ea5bfd - Update to 2.1.0
- Add LICENSE_FILE

Changes:	https://github.com/bkeepers/dotenv/blob/master/Changelog.md
2016-01-19 08:38:09 +00:00
Sunpoet Po-Chuan Hsieh
2820159571 - Update to 1.1.2
Changes:	https://github.com/terceiro/rmail/blob/master/ChangeLog
2016-01-19 08:38:04 +00:00
Sunpoet Po-Chuan Hsieh
57b52c7846 - Update to 6.7.0
- Add LICENSE_FILE

Changes:	https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
2016-01-19 08:38:00 +00:00
Sunpoet Po-Chuan Hsieh
91594aed15 - Update to 1.59.1
Changes:	https://github.com/alexdalitz/dnsruby/blob/master/RELEASE_NOTES.md
2016-01-19 08:37:55 +00:00
Sunpoet Po-Chuan Hsieh
f652e33de1 - Update to 3.1.6
- Fix LICENSE

Changes:	https://github.com/test-unit/test-unit/blob/master/doc/text/news.md
2016-01-19 08:37:50 +00:00
Sunpoet Po-Chuan Hsieh
ed0640a9f3 - Update to 1.0.17
Changes:	https://github.com/busyloop/powerbar/commits/master
2016-01-19 08:37:46 +00:00
Sunpoet Po-Chuan Hsieh
d09e01b157 - Update to 0.36.0
Changes:	https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md
2016-01-19 08:37:41 +00:00
Sunpoet Po-Chuan Hsieh
63a6101e9f - Update to 2.3.0.1
Changes:	https://github.com/whitequark/parser/blob/master/CHANGELOG.md
2016-01-19 08:37:35 +00:00
Sunpoet Po-Chuan Hsieh
9a69ad208e - Add LICENSE_FILE 2016-01-19 08:37:31 +00:00
Sunpoet Po-Chuan Hsieh
bb9f2dcf21 - Add LICENSE_FILE 2016-01-19 08:37:26 +00:00
Sunpoet Po-Chuan Hsieh
105d0d2bd5 - Mark DEPRECATED and set EXPIRATION_DATE to 2016-02-29 2016-01-19 08:37:22 +00:00
Sunpoet Po-Chuan Hsieh
fba4bcdf5e - Fix gemspec for rubygem-eventmachine 1.0.9 update
- Bump PORTREVISION for package change
2016-01-19 08:37:17 +00:00
Sunpoet Po-Chuan Hsieh
84e4fc43c9 - Update to 1.0.9
Changes:	https://github.com/eventmachine/eventmachine/blob/master/CHANGELOG.md
2016-01-19 08:37:12 +00:00
Sunpoet Po-Chuan Hsieh
202cf946fd - Update to 2.6.0
Changes:	https://github.com/jnicklas/capybara/blob/master/History.md
2016-01-19 08:37:07 +00:00
Sunpoet Po-Chuan Hsieh
ff46f61f7e - Update to 2.2.11
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
2016-01-19 08:37:02 +00:00
Sunpoet Po-Chuan Hsieh
6fbc7f1724 - Update to 2.2.11
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
2016-01-19 08:36:57 +00:00
Sunpoet Po-Chuan Hsieh
a8fc7be0de - Update to 2.2.11
Changes:	https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md
2016-01-19 08:36:52 +00:00
Sunpoet Po-Chuan Hsieh
3eca35a50f - Update to 1.0.2
Changes:	https://github.com/httprb/http/blob/master/CHANGES.md
2016-01-19 08:36:47 +00:00
Sunpoet Po-Chuan Hsieh
8dde091d4e - Update to 6.3.1
Changes:	https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
2016-01-19 08:36:42 +00:00
Sunpoet Po-Chuan Hsieh
13c1b7fca8 - Add NODE010, NODE012 and NODE4 options 2016-01-19 08:36:38 +00:00
Sunpoet Po-Chuan Hsieh
11dadb882d - Update to 0.20.15
Changes:	https://git.gnome.org/browse/gupnp/tree/NEWS
2016-01-19 08:36:33 +00:00
Sunpoet Po-Chuan Hsieh
b01da9368b - Update to 0.14.13
Changes:	https://git.gnome.org/browse/gssdp/tree/NEWS
2016-01-19 08:36:28 +00:00
Sunpoet Po-Chuan Hsieh
cc8e90e68a - Update to 20160116
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20160116.diff
2016-01-19 08:36:23 +00:00
Sunpoet Po-Chuan Hsieh
f1cbf27992 - Update to 0.6.66
- Reformat pkg-descr

Changes:	http://hg.five-ten-sg.com/libpst/file/default/ChangeLog
		http://hg.five-ten-sg.com/libpst/file/default/NEWS
2016-01-19 08:36:18 +00:00
Sunpoet Po-Chuan Hsieh
3c6fda4f5a - Simplify Makefile:
- Remove SPATIALITE_DESC (added to Mk/bsd.options.desc.mk)
  - Use USES=localbase
  - Remove -L${ICONV_PREFIX}/lib from LDFLAGS
  - Use *_CONFIGURE_WITH
- Bump PORTREVISION for package change
2016-01-19 08:36:13 +00:00
Sunpoet Po-Chuan Hsieh
0fef39ad5c - Update to 3.4.1
Changes:	http://git.kernel.org/cgit/utils/pciutils/pciutils.git/tree/ChangeLog
2016-01-19 08:36:08 +00:00
Sunpoet Po-Chuan Hsieh
e9ec674521 - Update to 3.4.1
Changes:	http://git.kernel.org/cgit/utils/pciutils/pciutils.git/tree/ChangeLog
2016-01-19 08:36:03 +00:00