Bartek Rutkowski
cc5ad9b8ef
sysutils/iocage: update 1.5.1 -> 1.6.1
...
- Update to new USE_GITHUB standard
2015-05-26 18:12:37 +00:00
Michael Moll
68bf3ab2bb
new port: security/rubygem-rack-oauth2
...
OAuth 2.0 Server & Client Library.
WWW: https://github.com/nov/rack-oauth2
PR: 199922
Differential Revision: https://reviews.freebsd.org/D2638
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: mat (mentor)
2015-05-26 18:11:32 +00:00
Michael Moll
613fce7669
net/rubygem-gitlab_omniauth-ldap: update to 1.2.1
...
PR: 199944
Differential Revision: https://reviews.freebsd.org/D2634
Submitted by: Michael Fausten <ports@michael-fausten.de>
Approved by: mat (mentor)
2015-05-26 18:07:52 +00:00
Michael Moll
5b02f5bb04
net/rubygem-net-ldap: update to 0.11
...
PR: 199945
Differential Revision: https://reviews.freebsd.org/D2633
Submitted by: Michael Fausten <ports@michael-fausten.de>
Approved by: mat (mentor)
2015-05-26 18:05:44 +00:00
Michael Moll
2886278242
www/redmine: allow newer net-ldap versions
...
Differential Revision: https://reviews.freebsd.org/D2632
Approved by: mat (mentor)
2015-05-26 18:03:59 +00:00
Michael Moll
3942fcb421
devel/rubygem-gitlab_git: update to 7.1.13
...
Differential Revision: https://reviews.freebsd.org/D2631
Approved by: mat (mentor)
2015-05-26 18:01:07 +00:00
Michael Moll
afb4f51d17
devel/rubygem-rugged: update to 0.22.2
...
Differential Revision: https://reviews.freebsd.org/D2630
Approved by: mat (mentor)
2015-05-26 17:59:02 +00:00
Michael Moll
e153d0c990
textproc/rubygem-gitlab-linguist: update to 3.0.1
...
PR: 199730
Differential Revision: https://reviews.freebsd.org/D2627
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: swills (mentor)
2015-05-26 17:56:08 +00:00
Michael Moll
e5229cb59e
textproc/rubygem-gitlab-grit: use rubygem-mime-types1
...
Differential Revision: https://reviews.freebsd.org/D2623
Approved by: swills (mentor)
2015-05-26 17:52:58 +00:00
Michael Moll
79720931fd
www/rubygem-gollum-lib: update to 4.0.3
...
PR: 199862
Differential Revision: https://reviews.freebsd.org/D2620
Submitted by: Michael Fausten <ports@michael-fausten.de>
Approved by: swills (mentor)
2015-05-26 17:48:14 +00:00
Roman Bogorodskiy
23b3cc8a05
Update to 1.22.2.
2015-05-26 17:42:45 +00:00
Jimmy Olgeni
b332164931
Upgrade to version 1.0.8.
...
Remove DOCS support, which according to portlint is kind of silly
here.
2015-05-26 17:35:27 +00:00
Kris Moore
90255a7921
- Add patch to fix bug with hanging when using nmdm as console
...
- Bump PORTREV
PR: 200460
Submitted by: olgeni@
2015-05-26 16:55:40 +00:00
Antoine Brodin
1b85bc9332
Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
...
python 2.7.10
Differential Revision: https://reviews.freebsd.org/D2639
Reviewed by: sunpoet, mva
2015-05-26 16:47:02 +00:00
Dmitry Marakasov
95870264a9
- Update to 0.16.1
...
PR: 200158
Submitted by: tobias.rehbein@web.de (maintainer)
2015-05-26 16:35:41 +00:00
Tilman Keskinoz
4bd81d3e5d
Attempt to work around pch related buildfailures on package cluster.
...
Disable precompiled headers if compiler is gcc
2015-05-26 16:29:24 +00:00
Dmitry Marakasov
4cae4c46b1
- Fix build with clang < 3.6 (which doesn't recognize -fforce-addr option)
...
- Strip binary
PR: 200035
Submitted by: amdmi3
Approved by: maintainer timeout (lasg@lasg.dk , 2 weeks)
2015-05-26 16:00:41 +00:00
Dmitry Marakasov
246d2efa62
- Add USE_GCC to fix build on FreeBSD 10+. Using clang doesn't work as the binary it produces also segfaults
...
- Add LICENSE_FILE
PR: 200049
Submitted by: amdmi3
Approved by: maintainer timeout (zont, 2 weeks)
2015-05-26 15:54:24 +00:00
Ryan Steinmetz
85d668cf0e
- Make X11 optional
...
- Bump PORTREVISION
2015-05-26 15:53:07 +00:00
Ryan Steinmetz
e908a62d62
New port: textproc/rubygem-jekyll-assets:
...
Jekyll plugin, that allows you to write javascript/css assets in other
languages such as CoffeeScript, Sass, Less and ERB, concatenate them,
respecting dependencies, minify and many more.
WWW: https://rubygems.org/gems/jekyll-assets/
2015-05-26 15:35:13 +00:00
Ryan Steinmetz
d1d7b8173f
New port: graphics/rubygem-mini_magick:
...
Manipulate images with minimal use of memory via ImageMagick / GraphicsMagick
WWW: https://rubygems.org/gems/mini_magick/
2015-05-26 15:32:41 +00:00
Ryan Steinmetz
526cbb09ac
- New port: devel/rubygem-sprockets-sass:
...
When using Sprockets 2.0 with Sass you will eventually run into a pretty big
issue. `//= require` directives will not allow Sass mixins, variables, etc.
to be shared between files. So you'll try to use `@import`, and that'll also
blow up in your face. `sprockets-sass` fixes all of this by creating a
Sass::Importer that is Sprockets aware.
WWW: https://rubygems.org/gems/sprockets-sass
2015-05-26 15:29:02 +00:00
Ryan Steinmetz
830474d23f
New port: devel/rubygem-sprockets-helpers:
...
Asset path helpers for Sprockets 2.x applications
WWW: https://rubygems.org/gems/sprockets-helpers/
2015-05-26 15:28:13 +00:00
Mathieu Arnold
ec940a12b6
Welcome lang/perl5.22 to te tree, currently at 5.22.0-RC2
...
Changes: https://metacpan.org/pod/release/RJBS/perl-5.22.0-RC2/pod/perldelta.pod
Sponsored by: Absolight
2015-05-26 14:44:06 +00:00
Johannes Jost Meixner
246fecbeac
net/nsscache: update to 0.30
...
- update to 0.30
PR: 200402
Submitted by: Kevin Bowling <kevin.bowling@kev009.com>
Obtained from: Limelight Networks
2015-05-26 14:33:23 +00:00
Jimmy Olgeni
1a68c810ae
Upgrade to version 2.1.2.
...
Use daemon(8) to redirect stdin, stdout, and stderr; start daemon in /.
PR: 200440
Submitted by: olgeni
Approved by: maintainer (email)
2015-05-26 14:15:22 +00:00
John Marino
085a29bc9d
devel/adacurses: work around FreeBSD 11 ncurses regression
...
The upgrade of ncurses on the -CURRENT version of FreeBSD resulted in an
regression (see PR) which results in multiple pkg-fallout mails to me
weekly. Since the PR isn't moving despite periodic pinging, I am
forcing the ports version of ncurses to be used with FreeBSD 11 rather
than the base like FreeBSD 10 and earlier, and DragonFly.
While here, tweak a makefile install target that was emitting a non-fatal
error.
PR: 199109
2015-05-26 14:12:39 +00:00
Jimmy Olgeni
88da729711
Add options for installing bash and zsh completions.
...
PR: 200430
Submitted by: olgeni
Approved by: maintainer
2015-05-26 13:56:06 +00:00
Dmitry Marakasov
b207f1e5c8
- Add USES=desktop-file-utils as suggested by stage-qa
...
- Add LICENSE_FILE
2015-05-26 13:32:36 +00:00
Dmitry Marakasov
4743a655d3
- Drop @dirrm* from plist
2015-05-26 13:14:45 +00:00
Dmitry Marakasov
cfd1b2bb28
- Add USES=desktop-file-utils as suggested by stage-qa
2015-05-26 13:14:24 +00:00
Dmitry Marakasov
7f53543afd
- Switch to USES=autoreconf
...
- Strip library
2015-05-26 13:13:55 +00:00
Dmitry Marakasov
b2e9f1de45
- Add USES=desktop-file-utils as suggested by stage-qa
2015-05-26 13:11:10 +00:00
Dmitry Marakasov
fd4f638c26
- Add USES=desktop-file-utils as suggested by stage-qa
2015-05-26 13:10:48 +00:00
Mark Felder
1e9bb71fcc
Update to 0.9.12.2.1124
2015-05-26 13:02:33 +00:00
Dmitry Marakasov
e1192e990f
- Fix shebangs
...
- Add USES=desktop-file-utils as suggested by stage-qa
2015-05-26 12:41:18 +00:00
John Marino
383cbff142
games/wesnoth: Revert version 1.13 => 1.12
...
This port is supposed to track stable releases. Those end in even
numbers, e.g. 1.10, 1.12, 1.14. The odd numbers are development
releases. The upgrade to 1.13 was due to a misunderstanding about the
version numbering scheme.
PR: 200236
Submitted by: maintainer (Torsten Zuehlsdorff)
2015-05-26 12:39:38 +00:00
Vsevolod Stakhov
4acbbe966d
- Require sane compiler to build
2015-05-26 12:30:23 +00:00
Dmitry Marakasov
bdd6f49460
- Mark BROKEN on pre-10.x:
...
Error expanding embedded variable.
- While here, add LICENSE_FILE
Reported by: pkg-fallout
2015-05-26 12:18:18 +00:00
Mathieu Arnold
14e7f7aba9
Update to v5.22.0-RC2-1-gdfd03a6.
...
Cleanup a bit the PKGNAMESUFFIX calculation.
Also force the PERL_PORT variable for the -devel one, in case there is more
than one with the same version.
Changes: https://github.com/Perl/perl5/compare/v5.22.0-RC1...v5.22.0-RC2-1-gdfd03a6
Sponsored by: Absolight
2015-05-26 12:10:11 +00:00
Dmitry Marakasov
daf8fec6c3
- Mark BROKEN: does not fetch
...
===> e3-2.8,3 depends on file: /usr/local/sbin/pkg - found
Certificate verification failed for /C=US/O=GeoTrust Inc./CN=GeoTrust Global CA
675131468:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s3_clnt.c:1180:
fetch: http://sites.google.com/site/e3editor/Home/e3-2.8.tgz?attredirects=0&d=1 : Authentication error
*** Error code 1
Reported by: pkg-fallout
2015-05-26 12:00:11 +00:00
John Marino
2fe0013ab7
shells/zsh: Fix runtime error when built by gcc-5 with upstream patch
...
The previous approved fix for building with gcc5 still didn't work right.
Sure enough, upstream updated their patch. When we take that update,
zshell finally behaves. Piggybacking on previous approval.
2015-05-26 10:54:36 +00:00
Gleb Smirnoff
0a7f2d6909
Update to 0.2.3, which fixed build with old gcc.
2015-05-26 09:08:58 +00:00
Muhammad Moinur Rahman
bbf4070830
databases/py-mysql-connector-python2: Fix PORTSCOUT variable
2015-05-26 08:42:39 +00:00
Muhammad Moinur Rahman
4648d694fc
databases/freetds: Fix PORTSCOUT variable
2015-05-26 08:41:40 +00:00
Muhammad Moinur Rahman
1b8baa87c5
textproc/yodl: Update version 3.05.00=>3.05.01
...
- Convert patch files to 'make makepatch' compatible
2015-05-26 08:31:03 +00:00
Johannes Jost Meixner
5d8bd8b3f5
math/py-pandas: update to 0.16.1
...
- update to 0.16.1
- add SQL storage option, and SQLalchemy dependency
- enable Bottleneck and Numexpr options by default
PR: 200451
Submitted by: John W. O'Brien <john@saltant.com>
2015-05-26 04:56:43 +00:00
David Naylor
78a67a25a8
emulators/i386-wine-devel: fix COMPHOLIO->STAGING rename issue
...
Changes:
a) Rename plist substitution for STAGING [1].
b) Rename extracted files for staging.
Impact:
a) Unbreak packaging for i386-wine-devel
b) Unbreak extraction for i386-wine-staging
PR: 200443 [1]
2015-05-26 04:33:08 +00:00
Steve Wills
75e63f689f
net/syncthing-inotify: add port
...
Provides inotify/kqueue support for Syncthing
WWW: https://github.com/syncthing/syncthing-inotify
2015-05-26 02:26:46 +00:00
Johannes Jost Meixner
dab7df9581
security/gnupg20: update signature file.
...
Similarly to r387262 (for security/gnupg), gnupg20 added
the signature of "NIIBE Yutaka (GnuPG Release Key) <gniibe@fsij.org>"
which makes the signature file 574 bytes instead of 287 bytes.
Reported by: allanjude@
2015-05-26 01:46:16 +00:00