Commit graph

283510 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
b31fde931c - Update to 0.74
Changes:	http://search.cpan.org/dist/Devel-PatchPerl/Changes
2012-07-30 19:28:39 +00:00
Sunpoet Po-Chuan Hsieh
2c8fccefa8 - Update to 1.005
Changes:	http://search.cpan.org/dist/Acme-MetaSyntactic/Changes
2012-07-30 19:27:58 +00:00
Sunpoet Po-Chuan Hsieh
e62dcf817c - Update to 1.09
Changes:	http://search.cpan.org/dist/Astro-FITS-CFITSIO/ChangeLog
2012-07-30 19:27:18 +00:00
Sunpoet Po-Chuan Hsieh
e03aa71b33 - Add p5-Safe-Isa 1.000002
Since Perl allows us to provide a subroutine reference or a method name to the
-> operator when used as a method call, and a subroutine doesn't require the
invocant to actually be an object, we can create safe versions of isa, can and
friends by using a subroutine reference that only tries to call the method if
it's used on an object.

e.g. my $isa_Foo = $maybe_an_object->$_call_if_object(isa => 'Foo');

Note that we don't handle trying class names, because many things are valid
class names that you might not want to treat as one (like say "Matt") - the
is_module_name function from Module::Runtime is a good way to check for
something you might be able to call methods on if you want to do that.

WWW: http://search.cpan.org/dist/Safe-Isa/
2012-07-30 19:22:48 +00:00
Sunpoet Po-Chuan Hsieh
f742136b23 - Update to 0.09
Changes:	http://search.cpan.org/dist/MooX-Types-MooseLike/Changes
2012-07-30 19:19:07 +00:00
Sunpoet Po-Chuan Hsieh
b50acfd061 - Update to 1.000001
Changes:	http://search.cpan.org/dist/Moo/Changes
2012-07-30 19:18:10 +00:00
Sunpoet Po-Chuan Hsieh
07f77f073c - Update to 1.40.11
Changes:
- Add Croatian translation (thanks to Tomislav Krznar).
2012-07-30 19:17:19 +00:00
Frederic Culot
b9b61febb2 - Update to 2012.07
Changelog:	http://rakudo.org/2012/07/28/rakudo-star-2012-07-released/
PR:		ports/170277
Submitted by:	Aliaksandr Zahatski <zahatski@gmail.com>
2012-07-30 19:10:52 +00:00
Michael Scheidell
a8700ae4f8 - Update to 2.0.6.2
- Remove files/patch-soap (fixed upstream)

PR:		ports/169623
Submitted by:	Axel Gonzalez <loox@e-shell.net>
Approved by:	Mina R Waheeb <syncer@gmail.com> (maintainer)
2012-07-30 18:54:25 +00:00
Emanuel Haupt
6e4e7a3421 Remove pkgconf hack which isn't needed anymore with pkgconf 0.8.5. 2012-07-30 18:45:28 +00:00
Brooks Davis
55572fdbcd Install manpages even when docs are off.
Depend on devel/binutils on older OS versions which are missing a
require option

PR:		ports/170049, ports/170036
2012-07-30 18:41:17 +00:00
Michael Scheidell
6d117a2f5b - Correct wrong use of '&&' instead of '&' for logical "bit and"
- Bump PORTREVISION (cause failure on clang build)

PR:		ports/170079
Submitted by:	RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer)
2012-07-30 18:40:23 +00:00
Sunpoet Po-Chuan Hsieh
8627af7dbf - Fix format: add missing colon 2012-07-30 18:34:33 +00:00
Sunpoet Po-Chuan Hsieh
d34cdc99c9 - Update to 1.3.2
- Add LICENSE
- Convert to new options framework
- Do not silence installation message
- Remove license file from PLIST

Changes:	http://sourceforge.net/projects/dict/files/libmaa/libmaa-1.3.2/README/view
2012-07-30 18:28:07 +00:00
Sunpoet Po-Chuan Hsieh
c1fcb629e0 - Update to 2012.07.30 2012-07-30 18:25:31 +00:00
Sunpoet Po-Chuan Hsieh
65da995947 - Update to 2012.07.29 2012-07-30 18:25:13 +00:00
Sunpoet Po-Chuan Hsieh
3a26d84899 - Update to 2012.07.29 2012-07-30 18:23:41 +00:00
Sunpoet Po-Chuan Hsieh
9d4f62cc79 - Update to 2012.07.29 2012-07-30 18:23:24 +00:00
Sunpoet Po-Chuan Hsieh
44f66f5e5d - Update to 20120729 2012-07-30 18:22:50 +00:00
Michael Scheidell
d9258d62e7 - New port: p0f2 Passive OS fingerprinting tool p0f version 2 gives better 3
PR:		ports/169855
Submitted by:	Denis Pokataev <catone@cpan.org>
2012-07-30 18:16:59 +00:00
Doug Barton
ec407ff47c Add USE_PKGCONFIG= build, otherwise configure fails 2012-07-30 17:47:53 +00:00
Doug Barton
c0f3d76dc1 /usr/local/share/applications should be PLIST_DIRSTRY 2012-07-30 17:24:18 +00:00
Doug Barton
0832ea4598 Add explicit build depends on pkgconf 2012-07-30 17:23:34 +00:00
Baptiste Daroussin
407b74d9fd - update to 2.0.4
- direct download from github, stop mirroring the distfile
2012-07-30 17:18:48 +00:00
Baptiste Daroussin
277db8f7fa - update to 0.8.5
- changes:
  * Fix parsing multiline definitions which could lead to segfault [1]
  * --variable output compatibility with pkg-config has been improved
  * Fix --modversion showing sometime multiple version [2]

Reported by:	dougb [1], Adam McDougall (via private mail) [2]
2012-07-30 17:04:31 +00:00
Brooks Davis
151f1b6bb5 Upgrade to 2.3.1. [0]
Fix a few outstanding plist bugs.

PR:		ports/166509 [0]
Submitted by:	Paul Procacci <pprocacci at gmail.com> [0]
2012-07-30 16:04:39 +00:00
Niclas Zeising
f563f2bf22 Misc. fixes:
- Remove pre/post include
- No need for ARCH check since ONLY_FOR_ARCHS is used
- Use USERS/GROUPS
- Fix invalid @exec in plist causing directory to be created in the wrong
  place with pkgng

Add nogroup to GIDs since this port uses it.

PR:		ports/169984
Submitted by:	maintainer
Approved by:	kwm (mentor)
2012-07-30 15:38:16 +00:00
Niclas Zeising
7c5660124a Fix package building.
Pass maintanership to submitter

PR:		ports/169980 (minor modifications)
Submitted by:	Bryan Drewery <bryan@shatow.net>
2012-07-30 15:30:35 +00:00
Gerald Pfeifer
449f804913 Convert to the new options framework.
On the way update to the 20120728 snapshot of GCC 4.7.2.
2012-07-30 14:39:58 +00:00
Gerald Pfeifer
1e86b5a214 Convert to the new options framework.
On the way update to the 20120729 snapshot of GCC 4.8.0.
2012-07-30 12:47:27 +00:00
Ryan Steinmetz
8e1a9e3a0b - Update net/isc-dhcp41-server to 4.1-ESV-R6 [1]
- Document vulnerabilities in net/isc-dhcp41-server
- Cleanup formatting in vuxml

PR:		ports/170245 [1]
Submitted by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer) [1]
Security:	c7fa3618-d5ff-11e1-90a2-000c299b62e1
2012-07-30 12:42:32 +00:00
Ryan Steinmetz
4f0b31d350 - Fix grant statement when using PgSQL [1]
- Pacify portlint

PR:		ports/170253 [1]
Submitted by:	ohauer [1]
2012-07-30 12:10:39 +00:00
Marcus von Appen
cdffcb1103 Tox as is a generic virtualenv management and test command line tool you
can use for:

* checking your package installs correctly with different Python
  versions and interpreters
* running your tests in each of the environments, configuring your test
  tool of choice
* acting as a frontend to Continuous Integration servers, greatly
  reducing boilerplate and merging CI and shell-based testing.

WWW:	http://tox.testrun.org/

PR:		ports/170022
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
2012-07-30 12:03:36 +00:00
Emanuel Haupt
c5274f9bdb configure requires ftgl 2.1.3 but we have 2.1.3~rc5 which makes configure fail.
Trick configure into thinking to require ftgl 2.0.0. While here use the new
PKG_CONFIG macro.
2012-07-30 10:29:32 +00:00
Baptiste Daroussin
ba7b51e86d Fix build with pkgconf
Reported by:	pointyhat (erwin)
2012-07-30 08:30:17 +00:00
Baptiste Daroussin
80a49985ce Fix a regression appending newline to commments
Reported by:	avilla
2012-07-30 08:25:34 +00:00
Baptiste Daroussin
bb5177b4fb Remove useless post-patch now that pkgconf mimic pkg-config version 2012-07-30 08:10:00 +00:00
Erwin Lansing
44e5916cd9 Mark BROKEN: does not build
Submitted by:	pointyhat
2012-07-30 08:07:44 +00:00
Erwin Lansing
867cd4f84c Mark BROKEN: does not build
Submitted by:	pointyhat
2012-07-30 07:33:21 +00:00
Erwin Lansing
449d2d0f7d Mark BROKEN: does not build
Submitted by:	pointyhat
2012-07-30 07:26:09 +00:00
Erwin Lansing
bed3af06e2 - Attempt to fix plist
- Pet portlint (whitespace)

Submitted by:	pointyhat
Approved by:	maintainer timeout
2012-07-30 07:17:53 +00:00
Baptiste Daroussin
8cf9526831 - update to 1.0-rc5
- changes:
  * speed improvements in pkg repo on multi core boxes
  * fix pkg upgrade proposing to downgrade dependencies
  * fix pkg2ng losing seom origin from dependencies
  * fix losing new line informations in descriptions
  * new -A option to track a new installation as automatically installed
2012-07-30 06:23:26 +00:00
Doug Barton
e9cfaef621 Use the same method for github downloads as portupgrade-devel
Thanks for the pointer:	bryan@shatow.net
2012-07-30 05:59:08 +00:00
Jason Helfman
b81b99c657 - Update to 2.4.9.6, and add DOCS option to port
-- Fix `portsdb -U` crash
-- Show new version when upgrading ports
-- Show recursive depends when upgrading
-- Respect LOCALBASE [ports/146858]
-- Fix crash on duplicated origins

PR:	ports/170266
Submitted by:	maintainer, bryan@shatow.net
2012-07-30 05:02:33 +00:00
Jason Helfman
07f5546d3f - update to 2.25.0
Selenium 2.25
* Jython 2.7 Support - Bug 3988
* EventFiringWebDriver added to Support module - Bug 2267
* Added IEDriverServer logging that can be accessed via desired capabilities
* Fixed by data being passed into find_elements - bug 3735
* Removed deprecated ChromeDriver items around desiredcapabilites in favour of chrome options
* Added default values for a number of action_chains calls

Selenium 2.24
* Removing the ctypes approach of invoking IEDriver, you will need to download the IEDriverServer from
https://code.google.com/p/selenium/downloads/list

PR:	ports/170251
Submitted by:	maintainer, douglas@douglasthrift.net
2012-07-30 04:58:01 +00:00
Mark Linimon
3a764317c4 Attempt to fix build of dri, libGL, and libdrm on tier-2 archs.
PR:		ports/169874
Submitted by:	marius, linimon
Tested on:	amd64, arm, i386, powerpc, sparc
Thanks to:	bz, andyt
2012-07-30 04:36:31 +00:00
Steve Wills
36624543ed - Update to 0.7.2
- Convert to OptionsNG

PR:		ports/170260
Submitted by:	Mark Felder <feld@feld.me>
Approved by:	David Brooks <dab@rj45.org> (maintainer)
2012-07-30 01:13:11 +00:00
Soeren Straarup
304df214df MASTER_SITES updated + two minor items
PR:		ports/163643
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
2012-07-30 01:03:04 +00:00
Hiroki Sato
2d33b5d699 Update to 1.2.2. 2012-07-29 23:33:52 +00:00
Baptiste Daroussin
a8c3f84f55 - update to 0.8.4 which include all the changes added in 0.8.3_1 + some code
cleanups
2012-07-29 22:26:20 +00:00