Commit graph

368500 commits

Author SHA1 Message Date
Philippe Audeoud
8ca87488ab - Update to 2.58 2015-06-03 14:54:02 +00:00
Baptiste Daroussin
1d93bf6045 Update to 1.2.2 2015-06-03 14:47:57 +00:00
Dmitry Marakasov
ae19101e58 - Switch to USES=autoreconf
- Add LICENSE_FILE
2015-06-03 14:36:31 +00:00
Dmitry Marakasov
d098b06236 - Modernize plist
- Add NO_ARCH
2015-06-03 14:36:05 +00:00
Dmitry Marakasov
74816a593f - Add LICENSE
- Strip libraries
- Use options helpers
2015-06-03 14:34:23 +00:00
Dmitry Marakasov
cc981d13ca - Modernize plist 2015-06-03 14:33:08 +00:00
Philippe Audeoud
41e6a5bea8 - Update to 2.2.0 2015-06-03 12:07:34 +00:00
Michael Moll
5bd0a189b6 textproc/augeas: update to 1.4.0
Differential Revision:	https://reviews.freebsd.org/D2715
Approved by:	swills (mentor, maintainer)
2015-06-03 09:45:03 +00:00
Michael Moll
0d609d0453 sysutils/rubygem-hammer_cli_foreman_bootdisk: update to 0.1.3
Differential Revision:	https://reviews.freebsd.org/D2716
Approved by:	swills (mentor)
2015-06-03 09:43:24 +00:00
Antoine Brodin
7a69d3cb06 Backout r388283 and unbreak
Reported by:	pkg-fallout
Pointy hat:	sunpoet
2015-06-03 07:26:47 +00:00
Kubilay Kocak
220d744242 [NEW] devel/py-pytest-xdist: Py.test plugin for distributed testing
The pytest-xdist plugin extends py.test with some unique test execution modes:

  * Test run parallelization: if you have multiple CPUs or hosts you can use
    those for a combined test run. This allows to speed up development or to
    use special resources of remote machines.
  * --boxed: (not available on Windows) run each test in a boxed subprocess
    to survive SEGFAULTS or otherwise dying processes
  * --looponfail: run your tests repeatedly in a subprocess. After each run
    py.test waits until a file in your project changes and then re-runs the
    previously failing tests. This is repeated until all tests pass after
    which again a full run is performed.
  * Multi-Platform coverage: you can specify different Python interpreters
    or different platforms and run tests in parallel on all of them.

WWW: http://bitbucket.org/hpk42/pytest-xdist
2015-06-03 07:21:19 +00:00
Alexey Dokuchaev
d94c72f46d Update to version 1.5.1. 2015-06-03 06:27:55 +00:00
Kubilay Kocak
ea55187a08 devel/py-pytest: Update to 2.7.1
- Update to 2.7.1

Approved by: maintainer (koobs, python)
2015-06-03 04:41:22 +00:00
Sergey A. Osokin
1ea4271200 Fix build after lang/luajit upgrade to latest version.
Bump PORTREVISION.
2015-06-02 23:58:59 +00:00
Stephen Montgomery-Smith
402f859c5c - Add shells/bash as a build_depends.
Reference:	http://beefy2.nyi.freebsd.org/data/93amd64-default/388357/logs/librsb-1.2.0r1.log
2015-06-02 23:09:57 +00:00
Stephen Montgomery-Smith
0a5c2e68be - Make user of port understand information about memory heirarchy needs to
be provided.
- Bump portrevision.
2015-06-02 23:05:35 +00:00
John Marino
783f2a31a6 cad/ghdl: Support DragonFly - llvm back now jobs safe
The LLVM backend passes *all* tests on DragonFly (unlike FreeBSD which
fails at test 825)
2015-06-02 22:15:48 +00:00
John Marino
12a19c24bf bsd.port.mk: Implement BROKEN_${OPSYS} and BROKEN_${OPSYS}_${OSREL:R}
Examples of use:
  * BROKEN_FreeBSD=	does not link
  * BROKEN_DragonFly=	requires later jail
  * BROKEN_FreeBSD_8=	long type-name is invalid

The latter example could replace something like:

  .include <bsd.port.pre.mk>
  .if ${OPSYS} == FreeBSD && ${OSVERSION} <= 900000
  BROKEN=	long type-name is invalid
  .endif

Differential Revision:	https://reviews.freebsd.org/D2207
Reviewed by:		portmgr
Approved by:		portmgr (mat)
2015-06-02 21:17:00 +00:00
Dmitry Marakasov
6806137838 - Add LICENSE
- Strip library
2015-06-02 21:06:08 +00:00
Carlo Strub
7e63c9e4ea Update to 1.05.000 2015-06-02 21:03:53 +00:00
Baptiste Daroussin
784a48d73e Really fix the plist
Pointyhat to:	bapt
Reported by:	many
2015-06-02 20:52:49 +00:00
Carlo Strub
87cf634f14 Update to 2.9 2015-06-02 20:38:01 +00:00
Ryan Steinmetz
b5c5a01ef1 - Cleanup logjam patch (remove -rand call to openssl to fix build for libressl users)
- Cleanup logjam patch (ensure perl can find/replace the correct bits when re-rengerating)
- Bump PORTREVISION

With hat:	ports-secteam
2015-06-02 19:55:03 +00:00
Baptiste Daroussin
98daa443af Forgot about the plist 2015-06-02 19:19:49 +00:00
Dmitry Marakasov
cd96eb0886 - Fix fetch
PR:		200521
Submitted by:	admin@lissyara.su
2015-06-02 19:19:16 +00:00
Dmitry Marakasov
b2639e30ca - Update to 3.5.6
PR:		200531
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2015-06-02 19:05:10 +00:00
Dmitry Marakasov
e71b621879 - Update to 3.5.6
PR:		200531
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2015-06-02 19:05:05 +00:00
Baptiste Daroussin
648b6ac962 Update to 5.0.8
Among the usual updates, users will be happy to discover plenty of new FreeBSD
related completion as well as zpty working out of box (which wasn't the case
anymore for a while)
2015-06-02 18:51:15 +00:00
Dmitry Marakasov
74f7c1bb9c - Update to 3958
PR:		200578
Submitted by:	vivek@khera.org (maintainer)
2015-06-02 18:43:09 +00:00
Dmitry Marakasov
8dcfcd3847 - Update to 20150522
PR:		200583
Submitted by:	howeyc@gmail.com (maintainer)
2015-06-02 18:42:14 +00:00
Sunpoet Po-Chuan Hsieh
7e91442015 - Update to 2.64
Changes:	http://search.cpan.org/dist/SVG/Changes
2015-06-02 18:38:54 +00:00
Sunpoet Po-Chuan Hsieh
95f97bfdf0 - Update to 2015.01
- Add LICENSE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Lingua-EN-Squeeze/Changes
2015-06-02 18:38:49 +00:00
Sunpoet Po-Chuan Hsieh
e3eb1a1e4c - Update to 5.20150520
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Module-CoreList/Changes
2015-06-02 18:38:44 +00:00
Sunpoet Po-Chuan Hsieh
d7a24c0208 - Update to 2.22
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/CPAN-Perl-Releases/Changes
2015-06-02 18:38:38 +00:00
Sunpoet Po-Chuan Hsieh
873de91038 - Update to 1.4.9
Changes:	http://savannah.gnu.org/forum/forum.php?forum_id=8285
2015-06-02 18:38:33 +00:00
Sunpoet Po-Chuan Hsieh
a0462dbf85 - Update to 1.6.1
Changes:	http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.6.1
2015-06-02 18:38:28 +00:00
Sunpoet Po-Chuan Hsieh
6c920039a7 - Update to 1.18.0
Changes:	https://github.com/DataDog/dogapi-rb/blob/master/CHANGELOG.md
2015-06-02 18:38:23 +00:00
Dmitry Marakasov
a29919b525 - Update to 5.5
PR:		200597
Submitted by:	jimmy@mammothcheese.ca (maintainer)
2015-06-02 18:27:45 +00:00
Jimmy Olgeni
a648b71ce5 Add devel/erlang-recon, a collection of functions and scripts to
debug Erlang in production.
2015-06-02 18:18:29 +00:00
David Naylor
c03b92abdd math/R-cran-stabledist: update to 0.7-0
ChangeLog:
 * R/dpqr-stable.R (qstable): check that xmin < xmax before using
   uniroot.  Fixes  qstable(0, .. beta=0)  bug found by Tobias Hudec.
 * R/utils.R (.unirootNA): build on newer uniroot() --> need R >= 3.1.0
2015-06-02 17:55:54 +00:00
Dmitry Marakasov
25d124cf92 - Drop maintainership by maintainer's request
PR:		200593, 200594
Submitted by:	avg
2015-06-02 17:53:32 +00:00
Antoine Brodin
5192211db9 Update to 1.3
PR:		200599
2015-06-02 17:38:00 +00:00
Jimmy Olgeni
fc93ac9de2 Add devel/erlang-gproc, a process dictionary for Erlang. 2015-06-02 15:37:04 +00:00
Kubilay Kocak
ed0e1afb67 devel/py-scripttest: Rename, Update to 1.3.0
- Update to 1.3.0
- Chase upstream rename from ScriptTest to "scripttest"
- USE_GITHUB to get tests until sdist includes it [1]
- Add python to CATEGORIES
- Add TEST_DEPENDS and regression-test target
- Sort USE_PYTHON
- Patch tests to include skipIf reasons. Send upstream [2]

While MOVE'ing:

- Update MOVED
- Update devel/Makefile
- Fix date going backwards bug in MOVED [3]

[1] https://github.com/pypa/scripttest/issues/11
[2] https://github.com/pypa/scripttest/pull/12
[3] 7597: date going backwards from 2015-05-24 to 2015-05-23

Approved by:	nivit (maintainer, via email)
2015-06-02 15:25:43 +00:00
Jimmy Olgeni
4dcf3afe10 Add devel/erlang-gen_leader, a leader election behavior for Erlang. 2015-06-02 15:11:54 +00:00
Bryan Drewery
661be7b08d Add openssh-portable-devel which is based on the upstream snapshots for staging and testing.
Its initial version is 20150602 which is nearly the upcoming 6.9 version.
2015-06-02 15:00:43 +00:00
Muhammad Moinur Rahman
ad200cb53f security/munge: Add munged_flags in rc file
PR:		200401
Submitted by:	jrm@ftfl.ca
2015-06-02 14:58:24 +00:00
Koop Mast
9fb4104666 Update ImageMagick to 6.9.1-4. 2015-06-02 14:53:23 +00:00
Dmitry Marakasov
ddb7266497 - Update to 2.0.2
PR:		200563
Submitted by:	franco@opnsense.org
Approved by:	linpct@gmail.com (maintainer)
2015-06-02 13:50:16 +00:00
Nicola Vitale
ca2c438f4a - Update to 0.7.2
Relnotes:	https://github.com/Guake/guake/releases
2015-06-02 13:48:51 +00:00