Philippe Audeoud
5afe1fb29b
- Update to 1.88
...
- Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Tar-1.88/CHANGES
- Convert to the new options framework
2012-06-05 07:19:14 +00:00
Sergey A. Osokin
59fe55e9fd
Register conflict with net/libproxy.
...
Submitted by: Sulev-Madis 'ketas' Silber <madis555@hot.ee>
2012-06-05 07:18:41 +00:00
Erwin Lansing
fc8a21fe6d
Register conflict with graphics/poppler-utils
...
Submitted by: Sulev-Madis 'ketas' Silber <madis555@hot.ee>
2012-06-05 07:14:09 +00:00
Baptiste Daroussin
fd50df4d6d
Reset maintainership due to maintainer multiple timeout, and being unresponsive
...
to multiple mails.
Thanks for the work done, hope to see him back.
2012-06-05 07:06:50 +00:00
Frederic Culot
bc08cdec76
- Remove SITE_PERL from *_DEPENDS
...
Submitted by: az@
2012-06-05 07:02:36 +00:00
Baptiste Daroussin
8408ccfbc3
Activate NO_OPTIONS_SORT by default when the ports still use the old framework,
...
that case user still get the exact same out as prior optionsng, for converter
ports NO_OPTIONS_SORT remains per port so that by default options are sorted but
maintainer can decided to unsort them.
2012-06-05 06:56:36 +00:00
Hiroki Sato
8d0f7ed247
Fix BROKEN and some styles.
2012-06-05 06:35:31 +00:00
Baptiste Daroussin
ed18e382be
Allow NO_OPTIONS_SORT to work with old OPTIONS
...
Requested by: dougb@
2012-06-05 06:03:36 +00:00
Martin Wilke
8d2bcfffda
Python libev interface.
...
WWW: http://packages.python.org/pyev/
PR: ports/168511
Submitted by: Denis Generalov <gd@rambler-co.ru>
2012-06-05 05:52:58 +00:00
Dirk Meyer
88995f7b6c
- add graphics/libungif
2012-06-05 05:14:58 +00:00
Dirk Meyer
6468df8c3d
- retire libungif
2012-06-05 05:11:15 +00:00
Dirk Meyer
d36e24589c
- fix offline build
...
Submitted by: Oliver Pinter
- fix option NOPORTDOCS
- fix QuantizeBuffer
Submitted by: Greg Lewis
2012-06-05 05:02:41 +00:00
Steve Wills
76149a9c4d
Bacon is a small RSpec clone weighing less than 350 LoC but nevertheless
...
providing all essential features.
WWW: http://rubygems.org/gems/bacon
2012-06-05 04:10:15 +00:00
Steve Wills
6ff449f4af
- Update to 3.0.0
2012-06-05 03:54:17 +00:00
Vanilla I. Shu
99f7bbb54f
Upgrade to 3.11.8.
2012-06-05 03:41:08 +00:00
Eitan Adler
bb5b20ddbd
Avoid the use of site perl
...
Submitted by: az
2012-06-05 03:23:25 +00:00
Eitan Adler
3ed807b342
Fix some nits:
...
The url in the cite attribute must appear as a reference
2012-06-05 03:19:37 +00:00
Andrej Zverev
177fda2433
- Remove SITE_PERL from *_DEPENDS
2012-06-05 03:10:23 +00:00
Mikhail Teterin
be7f9e6ff9
Upgrade from 0.6.0.1 to 0.6.2. Minor other tweaks.
2012-06-05 02:44:56 +00:00
Martin Wilke
15a86c9a20
- Update to 1.1a6
...
PR: 168496
Submitted by: Attila Nagy <bra@fsn.hu>
2012-06-05 02:38:19 +00:00
Martin Wilke
59aaf7d237
GRequests allows you to use Requests with Gevent to make asyncronous HTTP
...
Requests easily.
WWW: https://github.com/kennethreitz/grequests
PR: ports/168554
Submitted by: koobs <koobs.freebsd@gmail.com>
2012-06-05 02:36:38 +00:00
Martin Wilke
34841b9755
Python extension that wraps hiredis.
...
WWW: https://github.com/pietern/hiredis-py
PR: ports/168510
Submitted by: Denis Generalov <gd@rambler-co.ru>
2012-06-05 02:35:55 +00:00
Adam Weinberger
8c84e8baa8
Update to 3.6.
2012-06-05 02:26:49 +00:00
Steve Wills
5d32868b23
- Update to 2.6.1
...
- Removes Enumerable#join as it was removed in 1.9
- Fix exception when requiring backports in non-readable CWD
PR: ports/168502
Submitted by: "Bryan Drewery" <bryan@shatow.net>
2012-06-05 02:22:48 +00:00
Adam Weinberger
60ab655ac6
Fix typo to properly register conflict with mtools.
...
Submitted by: ketas (madis555 at hot dot ee)
I'm looking at you here, skreuzer ;-)
2012-06-05 02:21:20 +00:00
David E. O'Brien
e4a61eeb32
Correct CONFLICTS for vim-lite slave port.
2012-06-05 02:09:47 +00:00
David E. O'Brien
ec5a51ddf7
Update contact information.
...
Approved by: skreuzer
2012-06-05 02:00:19 +00:00
David E. O'Brien
aa4e597344
Fix bug for add_glob:
...
Do not stop scanning if we see '$' as it does more harm than good.
For $HOME/tm we should return $HOME/tm*
Set license to BSD (not "public domain" due to sigact.[ch]).
Submitted by: Simon Gerraty <sjg@juniper.net>
Obtained from: NetBSD
Approved by: skreuzer
2012-06-05 01:59:27 +00:00
Ion-Mihai Tetcu
59a9476e94
Fix run-time breackage:
...
- recent versions of p5-IO-Socket-SSL defaut to SSLv2, SSLv3 and TLSv1 support
for initial protocol handshakes, with SSLv2 not be accepted, actually leaving
only SSLv3 and TLSv1. So there's no need to set the SSL version explicitly when
calling IO::Socket::SSL->start_SSL() anymore (and actually this way we're a bit
more compatible with various server outhere).
- bump PORTREVISION
- drop a custom CVS keyword as I'm not using my CVS to maintain ports since ..
well, since I became a commiter :)
Reported by: Gerard Seibert <gerard@seibercom.net>,
"saberx.geo" <ollie@orobouros.net>,
Carmel <carmel_ny@hotmail.com>
2012-06-04 22:48:35 +00:00
Florian Smeets
1d2c6eab7a
- Update to 1.8.13.0
...
- Update conflicts [1]
Reported by: FreeBSD Ports conflicts checker [1]
2012-06-04 22:04:32 +00:00
Florian Smeets
401a67d0e5
- Update to 10.5.0
...
- Update conflicts [1]
Reported by: FreeBSD Ports conflicts checker [1]
2012-06-04 22:03:33 +00:00
Doug Barton
543df633d3
Upgrade to 9.6-ESV-R7-P1, 9.7.6-P1, 9.8.3-P1, and 9.9.1-P1, the latest
...
from ISC. These patched versions contain a critical bugfix:
Processing of DNS resource records where the rdata field is zero length
may cause various issues for the servers handling them.
Processing of these records may lead to unexpected outcomes. Recursive
servers may crash or disclose some portion of memory to the client.
Secondary servers may crash on restart after transferring a zone
containing these records. Master servers may corrupt zone data if the
zone option "auto-dnssec" is set to "maintain". Other unexpected
problems that are not listed here may also be encountered.
All BIND users are strongly encouraged to upgrade.
2012-06-04 21:51:34 +00:00
Carlo Strub
155d8efa68
Switch to OptionsNG
2012-06-04 21:21:00 +00:00
Florian Smeets
39add7b2ef
Update to 4.9.1
2012-06-04 21:17:59 +00:00
Florian Smeets
42c98f4045
- Update to 3.13.5
...
- Convert to optionsng
2012-06-04 21:14:30 +00:00
Florian Smeets
1919aac47d
Update to 3.13.5
2012-06-04 21:12:14 +00:00
Steve Wills
0c2b75bc74
- Update ruby-gnome ports to 1.1.3
...
PR: ports/168435
Submitted by: Makoto Kishimoto <ksmakoto@dd.iij4u.or.jp>
2012-06-04 21:02:59 +00:00
Lars Engels
cc1601f453
- Use the new options framework
...
- Correct plist
2012-06-04 21:02:02 +00:00
Koop Mast
07fa6516da
Convert to OptionsNG. [1]
...
With the compat code this port ignored the selected options and pulled in all
available plugins. [2]
Reported by: rakuto@ [2]
Patch by: bapt@ [1]
2012-06-04 20:57:31 +00:00
Martin Matuska
b954cef30f
Update to 1.2.2, rename zstat to zfs-mon
2012-06-04 20:42:02 +00:00
Matthew Seaman
bfcb7d8f3b
Update to OPTIONSng framework
...
Approved by: shaun (mentor)
2012-06-04 19:46:01 +00:00
Lars Engels
26a80e02ff
Use the new options framework.
2012-06-04 19:43:12 +00:00
Ruslan Makhmatkhanov
097ea4bc75
- make it build against PostgreSQL 9.0 by default, since
...
this is an default version in ports tree at the moment
- bump PORTREVISION
2012-06-04 19:27:20 +00:00
Matthew Seaman
ce2305af67
- Convert all my remaining ports to OPTIONSng
...
Files affected:
databases/mysql-connector-java/Makefile
databases/phpmyadmin/Makefile
mail/sa-utils/Makefile
net/phpldapadmin/Makefile
security/apg/Makefile
textproc/sphinxsearch/Makefile
www/p5-RT-Authen-ExternalAuth/Makefile
www/p5-RT-Extension-LDAPImport/Makefile
www/p5-RT-Extension-SLA/Makefile
www/p5-RTx-Calendar/Makefile
www/rt40/Makefile
www/rt40/Makefile.cpan
x11-fonts/gentium/Makefile
x11-fonts/gentium-basic/Makefile
Approved by: shaun (mentor)
2012-06-04 19:25:56 +00:00
Jung-uk Kim
d9ad877b7e
Remove unnecessary double-quotes from description.
...
Pointed by: bapt
2012-06-04 19:25:26 +00:00
Matthew Seaman
a9c642cc48
- Update to version 2.9
...
Changes:
http://www.infracaninophile.co.uk/portindex/
Adjust Endemic and Ubiquitous Makefile settings to account for
OPTIONSng
- Switch to OPTIONSng
Approved by: shaun (mentor)
2012-06-04 19:14:36 +00:00
Matthew Seaman
f415b69582
- Fix USE_APACHE syntax
...
- Set RUN_DEPENDS from BUILD_DEPENDS
- update to new OPTIONS framework
Approved by: shaun (mentor)
PR: ports/168143
Submitted by: me
2012-06-04 19:11:13 +00:00
Frederic Culot
b4e35ac78c
- Add a missing = after MASTER_SITE_SUBDIR
2012-06-04 18:16:30 +00:00
Jung-uk Kim
dd39ca93f4
Use the new options framework.
2012-06-04 18:09:14 +00:00
Sunpoet Po-Chuan Hsieh
bf5f3c5f83
- Cleanup Makefile and remove unneeded extra patch
2012-06-04 18:08:12 +00:00