aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Update 4.3.67 --> 4.3.70cy2015-08-112-3/+3
|
* Update to version 5.14.5pawel2015-08-112-3/+3
| | | | | | | | | | | | | | | --- 5.14.5 2015/08/06 Stop building packages for obsolete Debian squeeze and use DH version 9. YAZ-854 rpn2cql diagnostics: provide use attribute addinfo YAZ-853 deb: deprecated substitution ${Source-Version} YAZ-852 Fix yaz-client: semicolon terminates arguments YAZ-851 --- 5.14.4 2015/07/29 Windows: Bundle VC runtime exe YAZ-848 Omit Content-Type for HTTP requests to Solr YAZ-850
* - Update to 2.0.6zi2015-08-102-5/+4
|
* Update deviceatlas extension to verion 2.1.demon2015-08-102-4/+4
| | | | Submitted by: David Carlier <dcarlier@afilias.info>
* Missed updated version requirements for the the supplimentary libs.timur2015-08-101-5/+5
|
* - Update to 1.1.9tota2015-08-103-8/+8
|
* - Update to 1.8.8danilo2015-08-103-6/+6
| | | | - Fix SLURM_LIB_DEPENDS, slurm-hpc was moved to slurm-wlm
* Fix the py-dbus dependency.marcus2015-08-101-2/+3
| | | | PR: 202003
* Upgrade port to the 4.2.3 revisiontimur2015-08-103-11/+11
|
* Re-commit ofnetchild2015-08-1011-6/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 64 bit linuxulator support (not activated by default): - most of the work was done by Alan Jude - all errors are mine - 64bit (may) have rough edges - I validated * that the 32bit part doesn't has deinstall regressions (incl. EXP runs by antoine) * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation later, when I dare to activate the 64bit linuxulator in the kernel) - the infrastructure part looks mature enough to let more test-bunnies get some experience with the new 64 bit parts - to use it you shall have no linux ports installed and have to specify (on your own risk) the following in make.conf before installing the ports: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits only, we decided to have it as an "overlay" instead of new ports. The 64bit part only installs 64bit executables, the 32bit ports can not be installed at the same time (if needed we can think of letting the 64bit overlay install the 32bit parts too, but given the CentOS 7 comment above...). Differential Revision: https://reviews.freebsd.org/D174 Submitted by: alanjude Sponsored by: Essen FreeBSD Hackathon 2015 Reviewed by: xmj, eadler (earlier versions) Approved by: portmgr (antoine after some EXP-runs)
* - editors/lazarus update to 1.4.2acm2015-08-092-2/+2
| | | | | | | | | | - Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise fpc units only are added like build dependencies (less dependencies registered when they are installed with pkg). - Remove GTK1 obsolete dependencies - Bump all ports with dependencies of fpc-* units - Bump all ports with dependencies of lazarus ports - Clean up
* * Add PORTSCOUT macros to only show stable gnome versions.kwm2015-08-081-0/+1
| | | | | | | | * Fix the PORTSCOUT macro in devel/glib20-reference/bsd.gnome-reference.mk so that all -reference ports get ignored. * Add some PORTSCOUT=ignore:1 here and there for software that won't get any updates anymore. Or are slave ports, so only the master port will get checked.
* - Update net/asterisk11 to 11.19.0madpilot2015-08-0824-201/+257
| | | | | | | | | | | | | - Update net/asterisk13 to 13.5.0 - Add SQLITE2 option default description - Rename SQLITE option to SQLITE2, which better describes what it really does - Clean up Makefile and sort option helpers [1] - Add missed dependencies on openssl, ncurses and iconv [1] - Add back shabangfix for sample agi scripts - Make build log verbose [1] - Regenerated some patches Suggested by: koobs (thanks!) [1]
* Remove expired ports:rene2015-08-085-63/+0
| | | | | 2015-08-07 net/py-xmlrpclib: This is part of standard library since python 2.2 2015-08-07 net-p2p/py-kenosis: Fails to run with modern python
* net/syncthing-discosrv: update db dirswills2015-08-072-5/+4
| | | | | | | | Pass flags to syncthing to set db dir instead of using HOME. While here, pick a better location. PR: 202131 Submitted by: wraul@dbox.se (partly)
* [NEW] net/py-python-bitcoinrpc: Enhanced version of python-jsonrpcloader2015-08-074-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | for use with Bitcoin AuthServiceProxy is an improved version of python-jsonrpc. It includes the following generic improvements: - HTTP connections persist for the life of the AuthServiceProxy object - sends protocol 'version', per JSON-RPC 1.1 - sends proper, incrementing 'id' - uses standard Python json lib - can optionally log all RPC calls and results - JSON-2.0 batch support It also includes the following bitcoin-specific details: - sends Basic HTTP authentication headers - parses all JSON numbers that look like floats as Decimal, and serializes Decimal values to JSON-RPC connections. WWW: https://github.com/jgarzik/python-bitcoinrpc Approved by: koobs Differential Revision: https://reviews.freebsd.org/D3317
* - Add a temp fix for zmq4 and ipv6lwhsu2015-08-072-0/+21
| | | | | | | | | | | | | | This patch is from https://github.com/freebsd/freebsd-ports/pull/31 which s based on https://github.com/zeromq/zeromq4-1/commit/81464652d2453c608bbbb52fd59e9e9f20857178 Submitted by: melvyn-sopacua (on github) Approved by: koobs (maintainer) MFH: 2015Q3
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-0633-796/+201
| | | | | | | | | | | | | | | | | | The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
* Update to 2.94crees2015-08-052-3/+3
| | | | | PR: ports/157683 Submitted by: N. J. Mann
* - Don't use / in sed regexps to allow paths, unbreaking cross-buildsamdmi32015-08-051-1/+1
| | | | Approved by: portmgr blanket
* Update to 1.2.1ehaupt2015-08-042-3/+3
|
* Cleanup some abusive use of GH_TAGNAME.mat2015-08-043-4/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* net/cf: update to 6.12.2swills2015-08-032-3/+3
|
* Horde package update:mm2015-08-032-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.28.5 -> 2.28.6 devel/pear-Horde_Alarm 2.2.4 -> 2.2.5 security/pear-Horde_Auth 2.1.8 -> 2.1.10 www/pear-Horde_Browser 2.0.9 -> 2.0.10 archivers/pear-Horde_Compress 2.1.2 -> 2.1.3 devel/pear-Horde_Core 2.20.5 -> 2.20.8 security/pear-Horde_Crypt 2.5.3 -> 2.6.0 www/pear-Horde_Css_Parser 1.0.6 -> 1.0.7 devel/pear-Horde_Data 2.1.2 -> 2.1.3 devel/pear-Horde_Date 2.1.0 -> 2.1.1 devel/pear-Horde_Exception 2.0.5 -> 2.0.6 www/pear-Horde_Form 2.0.9 -> 2.0.11 devel/pear-Horde_History 2.3.4 -> 2.3.5 devel/pear-Horde_Icalendar 2.1.0 -> 2.1.1 graphics/pear-Horde_Image 2.3.1 -> 2.3.2 mail/pear-Horde_Imap_Client 2.29.0 -> 2.29.1 devel/pear-Horde_LoginTasks 2.0.4 -> 2.0.5 mail/pear-Horde_Mail 2.6.0 -> 2.6.2 mail/pear-Horde_Mime_Viewer 2.1.0 -> 2.1.1 security/pear-Horde_Perms 2.1.4 -> 2.1.5 devel/pear-Horde_Prefs 2.7.3 -> 2.7.4 net/pear-Horde_Rpc 2.1.4 -> 2.1.5 devel/pear-Horde_Serialize 2.0.3 -> 2.0.4 devel/pear-Horde_Support 2.1.3 -> 2.1.4 textproc/pear-Horde_Text_Filter 2.3.1 -> 2.3.2 devel/pear-Horde_Util 2.5.5 -> 2.5.6 sysutils/pear-Horde_Vfs 2.2.2 -> 2.3.0 www/horde-ansel 3.0.2 -> 3.0.3 ftp/horde-gollem 3.0.3 -> 3.0.4 www/horde-base 5.2.6 -> 5.2.7 mail/horde-imp 6.2.9 -> 6.2.10 mail/horde-ingo 3.2.5 -> 3.2.6 deskutils/horde-kronolith 4.2.8 -> 4.2.9 deskutils/horde-mnemo 4.2.6 -> 4.2.7 www/horde-passwd 5.0.2 -> 5.0.3 www/horde-trean 1.1.1 -> 1.1.2 mail/horde-turba 4.2.7 -> 4.2.8 mail/horde-webmail 5.2.7 -> 5.2.9 deskutils/horde-groupware 5.2.7 -> 5.2.9 www/horde-wicked 2.0.3 -> 2.0.4
* net/syncthing-inotify: update to 0.6.7swills2015-08-032-3/+3
|
* net/syncthing-discosrv: update for syncthing 0.11.18swills2015-08-032-4/+4
|
* net/syncthing-cli: update for syncthing 0.11.18swills2015-08-032-3/+4
|
* net/syncthing: update to 0.11.18swills2015-08-032-3/+3
|
* Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-036-6/+7
| | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
* net/librdkafka: fix build on 9.3-i386pi2015-08-031-1/+7
| | | | | | | - Adding -march=pentium to CFLAGS on this arch PR: 201521 Submitted by: Victor Yagofarov <xnasx@yandex.ru> (maintainer)
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-028-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
* Case after avahi-app changes that removed :keepla from libtool USES.kwm2015-08-022-2/+4
| | | | | | While here resolve a stage qa issue. Submitted by: pkg-fallout
* Drop :keepla from libtool USES.kwm2015-08-029-16/+14
| | | | While here fix some stage qa issues, in a couple of these ports.
* net/py-impacket: update WWW, sort USE_PYTHONrm2015-08-022-2/+3
|
* net/py-pcapy: fix portlint warningsrm2015-08-022-4/+4
| | | | Fix second WWW entry and regenerate patch with make makepatch.
* Drop backports.ssl-match-hostname from requirements. We're not using itnovel2015-08-022-1/+30
| | | | | | | since r389589 anyway. PR: 201901 Submitted by: Kurt Jaeger
* net/py-pcapy: update to 0.10.9rm2015-08-023-23/+15
| | | | | | | | | | - switch to PyPi - convert to autoplist and limit python version to 2.x - update WWW urls and package description Changelog: 2015-05-19 Andres Blanco <ablanco@coresecurity.com> * Added sendpacket support by default
* Remove expired ports:rene2015-08-015-61/+0
| | | | | | | | | | 2015-07-31 japanese/p5-Acme-Lou: Needs ja-p5-Text-MeCab that does not work with 5.18 or above 2015-07-31 mail/maildirsync: Requires an unsupported version of Perl 2015-07-31 mail/qar-bufo: Requires an unsupported version of Perl 2015-08-01 net/py-soapy: Abandonware depending on ancient py-xml. Please use net/py-soappy instead 2015-08-01 net-p2p/btqueue: Runtime broken (does not download anything) 2015-07-31 sysutils/vhdtool: Use mkimg(1) instead 2015-07-31 www/rubygem-modernizr: This gem has been removed from rubygems.org by upstream
* - Update to 1.2.1sunpoet2015-08-012-4/+3
| | | | Changes: https://github.com/arunagw/omniauth-twitter/commits/master
* - Update to 0.7.4sunpoet2015-08-012-3/+3
| | | | Changes: https://github.com/fog/fog-aws/commits/master
* - Update to 1.6.5sunpoet2015-08-012-3/+3
|
* - Update to 1.20.0sunpoet2015-08-012-3/+3
| | | | Changes: https://github.com/DataDog/dogapi-rb/blob/master/CHANGELOG.md
* Update 4.3.66 --> 4.3.67.cy2015-07-302-3/+3
|
* Update to upstream openafs security release 1.6.13bjk2015-07-306-65/+5
| | | | | | | | | | | | | | | | | | | OPENAFS-SA-2015-001 - vos leaks stack data onto the wire in the clear when creating vldb entries OPENAFS-SA-2015-002 - bos commands can be spoofed, including some which alter server state OPENAFS-SA-2015-003 - pioctls leak kernel memory contents OPENAFS-SA-2015-004 - kernel pioctl support for OSD command passing can trigger a panic OPENAFS-SA-2015-006 - Buffer overflow in OpenAFS vlserver Approved by: delphij (ports committer) MFH: 2015Q3 Security: CVE-2015-3282, CVE-2015-3283, CVE-2015-3284, CVE-2015-3285
* - Fix installation from non-rootamdmi32015-07-301-0/+11
| | | | Approved by: portmgr blanket
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsantoine2015-07-3010-13/+3
| | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955
* - Fix shebangsamdmi32015-07-302-1/+4
| | | | | | | - Readd missing directory to plist Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* net/py-netif: Python network configuration library for FreeBSDwg2015-07-294-0/+40
| | | | WWW: https://github.com/freenas/py-netif
* Update 4.3.48 --> 4.3.66cy2015-07-292-3/+3
|
* Update to 2.3.2kevlo2015-07-294-32/+11
|
* - Fix shebangsamdmi32015-07-291-1/+4
| | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* Update MATE DE to 1.10.0.kwm2015-07-283-3/+4
| | | | | | | | | | | This MATE is still build agains GTK+2. Sort USES here and there. Replace mate-dialogs with zenity and mate-calc with galculator. This update fixes the following PR's: PR: 193942, 191885 Submitted by: Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo Obtained from: gnome devel repo.
* Update devel/doxygen to 1.8.10antoine2015-07-281-1/+2
| | | | | PR: 201365 exp-run: self
* Upgrade to version 3.5.4.olgeni2015-07-273-7/+7
| | | | | | | - Make sure that all content of /var/db/rabbitmq is owned by rabbitmq at startup. - Only set HOME when actually starting the rabbitmq process.
* Update to 0.15erwin2015-07-272-5/+5
| | | | | | | | | The current version has a problem with auto-configuration when used for the first time. PR: 201420 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> Approved by: maintainer timeout Sponsored by: DK Hostmaster A/S
* net/py-ldap: fix build with alternate LOCALBASErm2015-07-271-1/+2
| | | | | | | Not bumping PORTREVISION because default builds are not affected. PR: 201882 Submitted by: jhujhiti@adjectivism.org
* - Update to 0.0.5sunpoet2015-07-262-3/+3
| | | | Changes: https://github.com/fog/fog-profitbricks/releases
* Unbreak INDEX, reverting r392921antoine2015-07-2611-50/+6
| | | | With hat: portmgr
* 64 bit linuxulator support (not activated by default):netchild2015-07-2611-6/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - most of the work was done by Alan Jude - all errors are mine - 64bit (may) have rough edges - I validated * that the 32bit part doesn't has deinstall regressions * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation later, when I dare to activate the 64bit linuxulator in the kernel) - the infrastructure part looks mature enough to let more test-bunnies get some experience with it - to use it you shall have no linux ports installed and have to specify (on your own risk) the following in make.conf before installing the ports: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits only, we decided to have it as an "overlay" instead of new ports. The 64bit part only installs 64bit executables, the 32bit ports can not be installed at the same time (if needed we can think of letting the 64bit overlay install the 32bit parts too, but given the CentOS 7 comment above...). Differential Revision: https://reviews.freebsd.org/D174 Submitted by: alanjude Sponsored by: Essen FreeBSD Hackathon 2015 Reviewed by: xmj, eadler (earlier versions) Approved by: portmgr (implicit, I remember blanked approval for linux parts loooong ago, punish me if you don't agree anymore)
* Update to 6.0nivit2015-07-267-53/+135
| | | | Relnotes: https://spideroak.com/articles/release-notes-for-17-july-2015-spideroakone-60
* - Update to 3.09sunpoet2015-07-262-4/+5
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/XML-Compile-SOAP/ChangeLog
* - Update to 1.69sunpoet2015-07-252-3/+4
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/URI/Changes
* - Update to 0.0.4sunpoet2015-07-252-3/+3
| | | | Changes: https://github.com/fog/fog-profitbricks/releases
* Fix packaging after sphinx updateantoine2015-07-252-4/+4
| | | | Reported by: pkg-fallout
* - Update to 4.9sem2015-07-242-5/+4
| | | | * Fix segfault when a few servers using (bapt@)
* Fix dependency on p5-Net.mat2015-07-241-1/+2
| | | | Sponsored by: Absolight
* New port: net/librdkafkapi2015-07-245-0/+52
| | | | | | | | | | | | | | This is a port of librdkafka, a C library implementation of the Apache Kafka protocol, containing both Producer and Consumer support. It was designed with message delivery reliability and high performance in mind, current figures exceed 800000 msgs/second for the producer and 3 million msgs/second for the consumer. WWW: https://github.com/edenhill/librdkafka/ PR: 201521 Submitted by: Victor Yagofarov <xnasx@yandex.ru>
* - Update to 3.6.0sunpoet2015-07-242-5/+4
| | | | Changes: https://github.com/weppos/whois/blob/master/CHANGELOG.markdown
* - Update to 0.5.2sunpoet2015-07-242-3/+3
| | | | Changes: https://github.com/WinRb/rubyntlm/commits/master
* net/syncthing-cli: update to new snapshotswills2015-07-242-8/+7
| | | | | PR: 201771 Submitted by: peter
* net/syncthing: update to 0.11.16swills2015-07-242-3/+3
| | | | | PR: 201771 Submitted by: peter
* - Update to 1.2.5zi2015-07-232-5/+4
|
* Update to 1.11olivierd2015-07-232-4/+6
|
* Update to -dev3.demon2015-07-232-3/+3
|
* - fix and undeprecaterene2015-07-227-49/+43
| | | | | | | | | | | - add license (GPLv2) - update MASTER_SITES and CONFLICTS - tidy up pkg-descr - pass maintainership to submitter PR: 197495 Submitted by: Chris Hutchinson MFH: 2015Q3
* This module signs an HTTP::Request to Amazon Web Services by appendingkuriyama2015-07-215-0/+36
| | | | | | | an Authorization header. Amazon Web Services signature version 4, AWS4-HMAC-SHA256, is used. WWW: http://search.cpan.org/dist/Net-Amazon-Signature-V4/
* Amazon requires authentication when interfacing with its web services.kuriyama2015-07-215-0/+35
| | | | | | This package implements V3 of Amazon's authentication schemes. WWW: http://search.cpan.org/dist/Net-Amazon-Signature-V3/
* Add elixir-kafka_ex, Apache Kafka client for elixir.vanilla2015-07-216-0/+83
|
* Remove expired ports:rene2015-07-214-31/+0
| | | | | | | | 2015-07-20 devel/rubygem-builder31: not used by other ports anymore 2015-07-20 devel/rubygem-timers1: not used by other ports anymore 2015-07-20 net/rubygem-rubyntlm01: not used by other ports anymore 2015-07-20 security/rubygem-net-scp11: not used by other ports anymore 2015-07-20 security/rubygem-net-ssh27: not used by other ports anymore
* Add elixir-oauth2.vanilla2015-07-206-0/+63
|
* Fix with custom SYSCONF_DIR and fix qa testsbapt2015-07-202-3/+3
| | | | | | | | | | | | Change the home directory of the quagga user to /var/empty which prevent QA First the home does not need to be harcoded to /usr/local/etc/quagga, second it fixes issues where the home created by the user addition is 755 then the plist modifies it to 750 Reviewed by: mat Approved by: mat (maintainer) Sponsored by: gandi.net Differential Revision: https://reviews.freebsd.org/D3135
* - Bump PORTREVISION after previous changeamdmi32015-07-201-0/+1
| | | | Requested by: sunpoet
* - Update to 3.07sunpoet2015-07-182-5/+5
| | | | Changes: http://search.cpan.org/dist/Net/Changes
* - Update to 0.100004sunpoet2015-07-172-4/+4
| | | | Changes: http://search.cpan.org/dist/MaxMind-DB-Writer/Changes
* - Update to 1.8.7danilo2015-07-173-7/+7
|
* Fix runtime error: Packet type identification on big-endianriggs2015-07-163-3/+14
| | | | | | | | | | machines which prevented it from working correctly on e.g. MIPS-based routers. PR: 201382 Submitted by: kp@freebsd.org Approved by: edwin@mavetju.org (maintainer) MFH: 2015Q3
* Since 4.2.8/4.3.2 isc-dhcp-server started to check if prefix6 range isgarga2015-07-164-2/+88
| | | | | | | | | | | | within declared subnet and if prefix6 network mask is bigger or equal subnet mask. Remove these checks and make prefix delegation work as expected. For reference - https://redmine.pfsense.org/issues/4829 PR: 201601 Approved by: zi (maintainer) Sponsored by: Netgate
* Un-break build on armv6riggs2015-07-163-6/+12
| | | | | | | | | | | | While on it: - Un-break build on 32 bit architectures (plist issue) - Add LICENSE* - pet portlint PR: 201275 Submitted by: mikael.urankar@gmail.com Reviewed by: riggs MFH: 2015Q3
* - Use | as separator in sed regexps to not stumble on ${CC} containing slashesamdmi32015-07-161-5/+7
| | | | | | | | | | | - Add LICENSE_FILE - Sort USES - Strip libraries - Unsilence INSTALL_* PR: 201269 Submitted by: amdmi3 Approved by: maintainer timeout (lx, 2 weeks)
* - Fix shebangsamdmi32015-07-161-1/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* Update to version 5.14.3pawel2015-07-162-3/+3
| | | | | | Fix rpn2cql: structure, relation problem for serverChoice YAZ-849 Problem was that for things mapped to cql.serverChoice the relation would sometimes be omitted when it should not. Eg for relation "all".
* Switch opal to newer ffmpeg.kwm2015-07-152-7/+401
| | | | | Noticed by: bapt@ Obtained from: ffmpeg 2.x patch obtained from linuxfromscratch.
* - Fix shebangsamdmi32015-07-151-2/+5
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Fix shebangsamdmi32015-07-151-2/+4
| | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Update to 1.5.0amdmi32015-07-153-7/+12
| | | | | | | | | | | | | | | | Release note: https://github.com/TigerVNC/tigervnc/releases/tag/v1.5.0 Change highlights: - IPv6 support in the servers - You can now have two passwords, for full access and for "view only" - syslog support in Xvnc - GnuTLS priority configuration - Performance fixes - You can now easily start more clients on OS X - More translations PR: 201548 Submitted by: meta+ports@vmeta.jp (maintainer)
* net/py-ldap3: update to 0.9.8.6rm2015-07-152-3/+3
|
* net/py-ldap: update to 2.4.20rm2015-07-152-3/+3
|
* - Fix shebangsamdmi32015-07-141-2/+5
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Fix shebangsamdmi32015-07-141-5/+6
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Fix shebangsamdmi32015-07-141-2/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* r285140 introduced a fdclose(3) function which shadows a net/drawterm functionskreuzer2015-07-143-4/+17
| | | | | | | | | | | | definition. Shadow the stdio prototype with a macro and undef it after including stdio.h Convert port to the USES framework Regenerate the patch-Make.pthread file using makepatch PR: 201444 Submitted by: winston@ml1.net (maintainer)
* Fix plist, when the X264 option is unset.kwm2015-07-141-2/+2
| | | | | PR: 200800 Submitted by: lumiwa@gmail.com
* Convert to USES=metaport and OptionsNG.kwm2015-07-141-32/+8
| | | | | PR: 201505 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
* Update liferea to 1.10.16. [1]kwm2015-07-142-4/+4
| | | | | | | | Add dconf as a run dependancy. So liferea can safe it settings, in non-gnome based DE's. [2] PR: 201555 [1] Submitted by: Olivierd@ [1], Serpent7776 (ports@ ML) [2]
* - Fix shebangsamdmi32015-07-141-2/+2
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Fix shebangsamdmi32015-07-141-1/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Update to 3.0.9zi2015-07-133-48/+10
|
* - Update to 2.2.8zi2015-07-132-3/+3
|
* - Add NO_ARCHsunpoet2015-07-131-0/+1
| | | | | | PR: 201021 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 3 weeks)
* - Fix RUN_DEPENDSsunpoet2015-07-131-2/+3
| | | | - Bump PORTREVISION for dependency change
* - Update to 2.85sunpoet2015-07-112-4/+4
| | | | | | | - Remove MASTER_SITE_SUBDIR - Add NO_ARCH Changes: http://search.cpan.org/dist/Net-Whois-Raw/Changes
* - Update to 0.7.3sunpoet2015-07-112-3/+3
| | | | Changes: https://github.com/fog/fog-aws/commits/master
* Make 'wfica' executable.ehaupt2015-07-102-1/+2
|
* Update to 13.2.0ehaupt2015-07-095-245/+554
|
* net/syncthing-discosrv: update for syncthing 0.11.13swills2015-07-092-3/+4
|
* net/syncthing-cli: update for syncthing 0.11.13swills2015-07-092-3/+4
|
* net/syncthing: update to 0.11.13swills2015-07-092-3/+3
|
* - Update to 0.7.0sunpoet2015-07-092-3/+3
| | | | Changes: https://github.com/fog/fog-aws/commits/master
* net/py-xmlrpclib: set for deprecationrm2015-07-091-0/+3
| | | | | | | xmlrpclib is available in standard library since python 2.2. Last consumer of this port is broken and marked deprecated, so mark this port deprecated too. Set expiration date to 2015-08-07 (adjust to expiration date of it's only consumer - net-p2p/py-kenosis).
* - Update to 0.0.7sunpoet2015-07-082-3/+3
| | | | Changes: https://github.com/fog/fog-google/commits/master
* net/turses: Update to 0.3.0, Unbreak.koobs2015-07-073-24/+60
| | | | | | | | | | | | | | | | | | | - Update to 0.3.0, unbreaking due to 2.3+ versions of net/py-tweepy in the ports tree - Patch setup.py to relax py-tweepy version requirement - oauth2 is no longer required - Set USES=python to 2.7, since this doesnt need the meta-port - Patch in setuptools test command support (setup.py) - Update TEST_DEPENDS and TESTS option description - Sort USE_PYTHON values - Add NO_ARCH Second half of: PR: 200621 Reported by: Patrick P. <freebsdbug patpro net> MFH: 2015Q3
* net/py-tweepy: Update to 3.3.0, Enable Python 3koobs2015-07-074-7/+42
| | | | | | | | | | | | | | | | | | | | | - Update to 3.3.0 - Take MAINTAINER'ship - Switch to GITHUB to get access to the tests & test suite - Allow building with Python 3 (now supported) - Update BUILD_DEPENDS and RUN_DEPENDS - Sort USE_PYTHON values - Patch setup.py to correctly set test dependencies and hook in the setuptools test command - Patch out unnecessary (tox) test dependency. Changes: https://github.com/tweepy/tweepy/blob/v3.3.0/CHANGELOG.md First part of: PR: 200621 Reported by: Patrick P. <freebsdbug patpro net>
* Update the remaining Erlang ports to use erlang.mk.olgeni2015-07-074-37/+24
| | | | | | A few mistakes in plists came up, so these ports get a PORTREVISION bump. Some of the older ports are still left out.
* - Remove blank line between NO_ARCH and USE_RUBYsunpoet2015-07-0711-11/+0
|
* Some patch files were meant to get rid of {vsn, git} in rebar.config;olgeni2015-07-061-2/+1
| | | | replace them with REINPLACE_CMD.
* Update to version 1.5.14.demon2015-07-062-3/+3
|
* deprecate unused rubygem- portsmmoll2015-07-061-0/+3
| | | | | | | these ports are not used by any other ports anymore Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D2997
* Change maintainer to mmoll@FreeBSD.orgmm2015-07-061-1/+1
| | | | Approved by: mmoll (private e-mail)
* - Update to 1.8.6danilo2015-07-053-4/+4
|
* Update to 3.5.0.32bapt2015-07-052-5/+6
| | | | Drop maintainership
* - Add rubygem-trollop1 1.16.2 (copied from rubygem-trollop)sunpoet2015-07-051-2/+2
| | | | - Bump PORTREVISION for dependent ports
* - use NSLCD_PIDFILE from Makefile instead hard coding PIDohauer2015-07-042-3/+4
| | | | Approved by: zi@ (via PM)
* - update to 1.4.2ohauer2015-07-0410-40/+25
| | | | | | | | | | The Python driver is now provided by net/py-paho-mqtt! More drivers can be found at http://eclipse.org/paho PR: 200540 Submitted by: ohauer Approved by: Joseph Benden <joe@thrallingpenguin.com> (maintainer, via PM)
* - add port py-paho-mqttohauer2015-07-044-0/+29
| | | | | | | | | | | | | | | | | This port replace the replace mosquitto python driver Python MQTT version 3.1/3.1.1 client class The MQTT protocol is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. Designed as an extremely lightweight publish/subscribe messaging transport, it is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium. WWW: http://eclipse.org/paho PR: 200540 Submitted by: ohauer Approved by: Joseph Benden <joe@thrallingpenguin.com> (maintainer, via PM)
* - Fix rc script when running nslcd on host and within a jailzi2015-07-042-4/+5
| | | | | PR: 201298 Submitted by: Kan Sasaki (sasaki@fcc.ad.jp)
* net/py-soapy: set for deprecationrm2015-07-041-0/+3
| | | | | | | | | | | | | | | | | This library didn't get any updates for 14 years and it depends upon ancient textproc/py-xml, that should be kicked from the ports tree. No ports in the tree depending upon this one and we have dozen of modern and actively developed alternatives: - net/py-soapy - net/py-suds - net/py-simplesoap etc. So mark it deprecated and set expiration date to 2015-08-01 (to conform expiration date of another py-xml consumer - net-p2p/btqueue, so we can kick them both in the same day). Discussed with: sbz (maintainer)
* net/py-google: remove expired portrm2015-07-045-61/+0
|
* Update to 3.8.5tijl2015-07-032-3/+3
|
* Add USES=alias to 11 ports (non-invasive DragonFly support)marino2015-07-032-2/+2
|
* multimedia/{lib}x264: Update to 0.144.2533 and major refactorkoobs2015-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 0.144.2533 (from upstream stable branch) [1] - Switch x264 and libx264 ports to master/slave ports respectively - Bump PORTREVISION for dependent ports as the shared library version has changed. multimedia/x264: - Clean up and update "updating instructions" in Makefile header - Tweak COMMENT - Only LIB_DEPENDS on libx264 and add PLIST_FILES if this isn't the libx264 port. - Allow COMMENT, USES, OPTIONS_*, CONFIGURE_ARGS to be overriden in libx264 port. - Place common configure arguments in a CONFIGURE_COMMON_ARGS variable to make overriding values without duplication easier. - Use --prefix configure argument over post-patch replacements - Enable stripping of binaries and libraries if DEBUG is off. Remove post-install target STRIP_CMD accordingly. - Delete patch-Makefile in favour of patching WRKSRC/configure to identify amd64, arm64 and mipsn32. powerpc and powerpc64 are now covered upstream without needing patches. - Patch out a bogus compiler argument check (cc_check) that results in -Wno-maybe-uninitialized being added to CFLAGS causing causes warnings when clang is cc. The cc_check function checks for basename $CC to identify compiler type (icl, clang, gcc, etc). multimedia/libx264: - Remove all Makefile entries that are duplicated or common and found in the master port (x264). - Set lib as the PKGNAMEPREFIX - Tweak COMMENT - Delete upstreamed ARM patches [1] - Delete all but one patch, as they duplicate those in x264. - Dont remove pkgconfig/libdata directory Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=refs/heads/stable Based on: PR: 201260 [1] Submitted by: Andrey Cherkashin <andoriyu gmail com> [1]
* Replace deprecated des_ with DES_ and fix LibreSSL build.cy2015-07-032-17/+87
| | | | | PR: PR/198345 Submitted by: brnrd
* Remove net/ptpd2-devel since net/ptpd2 has been upgraded to 2.3.1skreuzer2015-07-035-67/+0
| | | | Approved by: gnn@ (maintainer)
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filespgollucci2015-07-0343-0/+86
| | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb
* Update to 1.12.6. Seemarcus2015-07-023-7/+6
| | | | | https://www.wireshark.org/docs/relnotes/wireshark-1.12.6.html for a list of changes in this release.
* - Fix gemspecsunpoet2015-07-022-6/+8
| | | | | | | - Bump PORTREVISION for package change PR: 201271 Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de>
* Update to 2.4.41.delphij2015-07-024-66/+10
|
* - Update to 0.10.4sunpoet2015-07-023-5/+5
| | | | | | | | | - While I'm here, fix WWW Changes: https://bitbucket.org/al45tair/netifaces/src/default/CHANGELOG PR: 200875 Submitted by: Gasol Wu <gasol.wu@gmail.com> Approved by: maintainer (timeout, 16 days)
* - Update to 4.0.1sunpoet2015-07-022-3/+3
| | | | Changes: https://github.com/octokit/octokit.rb/releases
* - Update to 1.36sunpoet2015-07-022-3/+3
| | | | Changes: http://search.cpan.org/dist/POE-Component-Client-Whois/Changes
* - Update to 2.002000sunpoet2015-07-022-4/+5
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/GeoIP2/Changes
* - Update to 1.0.0amdmi32015-07-024-43/+31
| | | | | | | | - Refresh patch files - Add LICENSE_FILE PR: 201206 Submitted by: gasol.wu@gmail.com (maintainer)
* - Update to 4.0.4.0amdmi32015-07-015-22/+31
| | | | | | | | | - Unbreak - Regenerate patches PR: 201177 Submitted by: tkato432@yahoo.com Differential Revision:
* Update to version 2.3.1skreuzer2015-07-013-3/+7
|
* net/turnserver: update to 4.4.5.3xmj2015-07-013-4/+4
| | | | | | | | | | | | | | | | | | Upstream announcement: IMPORTANT: coturn-4.4.5.3 issued with SQL injection security hole fixed The new version features: - Third-party authorization STUN attributes adjusted according to the values assigned by IANA; - SQL injection security hole fixed; - Amazon EC2 AMI security strengthened. The upgrade is a MUST for all production systems. PR: 201231 Submitted by: Bradley T. Hughes <bradleythughes@fastmail.com> Approved by: maintainer <mom040267@gmail.com>
* ntp 4.2.8p3 has gone GA. ntp-rc has become redundant.cy2015-07-017-781/+0
|
* net/rubygem-rye: update to 0.9.13swills2015-07-012-3/+3
|
* Update 4.3.47 --> 4.3.48cy2015-07-012-3/+3
|
* Update 4.2.8p2 --> 4.2.8p3cy2015-07-013-6/+6
| | | | | | | | | Special thanks to delphij@ for the prep work. Security: VuXML: 0d0f3050-1f69-11e5-9ba9-d050996490d0 Security: http://bugs.ntp.org/show_bug.cgi?id=2853 Security: https://www.kb.cert.org/vuls/id/668167 Security: http://support.ntp.org/bin/view/Main/SecurityNotice#June_2015_NTP_Security_Vulnerabi
* - Fix build on 10.x i386:amdmi32015-07-011-3/+8
| | | | | | | | | | gsm0610_rpe.c:81:10: error: invalid operand for instruction " movq %[gsm_H],%%mm1;\n" ^ Submitted by: pkg-fallout Approved by: portmgr blanket Differential Revision:
* net/foreman-proxy: update to 1.8.2mmoll2015-07-012-5/+5
| | | | | | | | | - upstream code was unchanged, except the version bump - fix dependency after renaming of rubygem-augeas - use www/rubygem-rack16 Approved by: swills (mentor), mm (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D2826
* Remove expired ports:rene2015-07-014-44/+0
| | | | | | | 2015-06-30 devel/rubygem-mash: Deprecated by upstream. Use devel/rubygem-hashie instead 2015-06-30 net/rubygem-bunny060: Use net/rubygem-bunny instead 2015-06-30 security/rubygem-hmac: Duplicate of security/rubygem-ruby-hmac 2015-06-30 www/ruby-amazon: Rendered obsolete by upstream since Amazon shut down access to AWS API v3 (2008-03-31). Use www/ruby-aws instead
* Upgrade to version 1.1.0.olgeni2015-06-302-4/+3
|
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,adamw2015-06-293-6/+0
| | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports.
* - Cleanup CHMOD after r390893sunpoet2015-06-291-2/+0
|
* - Fix RUN_DEPENDSsunpoet2015-06-291-3/+4
| | | | - Bump PORTREVISION for dependency change
* - Sort *_DEPENDSsunpoet2015-06-291-2/+3
| | | | - Add NO_ARCH
* - Sort *_DEPENDSsunpoet2015-06-291-4/+5
| | | | - Add NO_ARCH
* - Update to 4.0.0sunpoet2015-06-292-3/+4
| | | | | | - Add NO_ARCH Changes: https://github.com/octokit/octokit.rb/releases
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* MAKE_JOBS_SAFE=yes is a nop since july 2013antoine2015-06-281-1/+0
|
* - Update to 0.5.1sunpoet2015-06-282-3/+3
| | | | | Changes: https://github.com/WinRb/rubyntlm/blob/master/CHANGELOG.md https://github.com/WinRb/rubyntlm/commits/master
* - Update to 0.3.0sunpoet2015-06-282-3/+3
| | | | Changes: https://github.com/fog/fog-ecloud/commits/master
* - Update to 2.020sunpoet2015-06-282-3/+3
| | | | Changes: http://search.cpan.org/dist/Socket/Changes
* Revert r390700 and r390719, some pkgconfig fixes were reverted and theantoine2015-06-2810-63/+272
| | | | | | | update breaks net/vinagre (and gnome3) Pointy hat: pi@ With hat: portmgr
* Update 4.3.44 --> 4.3.47cy2015-06-282-3/+3
|
* net/miniupnpd: properly link against ports OpenSSL/LibreSSLpgollucci2015-06-282-0/+14
| | | | | | PR: 199390 Submitted by: franco@opnsense.org and brnrd@ Approved by: maintainer timeout (squat@squat.no ; 76 days)
* net/freerdp: fix pkg-plist conditionalspi2015-06-272-15/+19
| | | | | PR: 198618 Pointy hat to: pi
* net/syncthing-inotify: update to 0.6.5swills2015-06-272-3/+3
|
* net/syncthing-cli: update to latest snapshotswills2015-06-272-8/+7
|
* net/syncthing-discosrv: update to latest snapshotswills2015-06-272-34/+11
|
* net/syncthing: update to 0.11.10swills2015-06-272-7/+9
|
* net/freerdp: update to a newer GIT version which builds without patchespi2015-06-2710-276/+63
| | | | | | | | | | | https://github.com/FreeRDP/FreeRDP/pull/2719 OSS: audin fixes, tsmf added cmdline: syntax samples added improve BSD support: devd detection and support, urbdrc usb: fixes PR: 198618 Submitted by: Rozhuk Ivan <rozhuk.im@gmail.com>
* Sorting out some Erlang stuff:olgeni2015-06-2712-19/+19
| | | | | | | | | | | | | - Rename a few Erlang-related ports using the erlang- prefix; it will avoid confusion with elixir- ports. - Remove DOCS and EXAMPLES where not actually useful. - Simplify RUN_DEPENDS where possible. - Move textproc/exmpp to devel/erlang-exmpp. - Add missing R18 compatibility fix for devel/erlang-oserl. - Upgrade erlang-cuttlefish to 2.0.3. The idea is that libraries ("deps") have the "erlang-" prefix, while larger projects (rabbitmq, yaws, couchdb, etc) keep their usual names.
* x11-servers/x11rdppgollucci2015-06-271-1/+1
| | | | | | | | - fix JP106 OPTION (non default) Note: OPTION handling needs a cleanup Reported by: Wolfgang Schraml <wschraml@rwg-bayreuth.de>
* net/xrdp: cleanuppgollucci2015-06-273-35/+22
| | | | | | | | | | | | | - Add LICENSE_FILE - Convert to options helpers - Do not use unnecessary GH_TAGNAME - Fix whitespaces - Remove @stopdaemon - Resurrect DIST_SUBDIR - Bump PORTREVISION for plist change PR: 201067 Submitted by: meta+ports@vmeta.jp (maintainer)
* Update to version 1.5.13.demon2015-06-262-3/+3
|
* Update to 1.68, and sort plist.adamw2015-06-263-15/+15
| | | | Changes: https://metacpan.org/changes/distribution/URI
* - Disable precompiled headers to fix build with old gcc on -current kernelamdmi32015-06-261-0/+79
| | | | Approved by: portmgr blanket
* net/py-soappy-devel: removerm2015-06-265-99/+0
| | | | | | | Now, when net/py-soappy was updated to latest version, it is now fresher than this -devel port. There is released development branch and no ports depending on this one, so remove it without deprecation period, and suggest users to switch to net/py-soappy instead.
* net/py-soappy: Update version 0.11.6=>0.12.22bofh2015-06-264-70/+12
| | | | | | | | | | | - Change MASTER_SITES to CHEESESHOP as SF is no longer maintained - Limit python version to 2.x only (still not compatible with 3.x) - Remove dependency on py-fpconst - it was dropped in 0.12.6 - Update offsite url - Although there is no LICENSE file in CHEESESHOP distfile but the actual LICENSE file is maintained in GH repo Submitted by: rm
* Switch back to lua 5.1, the two consumers of those ports (audio/lua51-mpdantoine2015-06-261-1/+1
| | | | | | and net-im/prosody) need it Pointy hat: sunpoet
* Remove USES=fakeroot, it hangs when building as a regular user and doesn'tantoine2015-06-261-1/+1
| | | | seem necessary
* net/czmq: Backport fix for build failure on 8.xkoobs2015-06-251-0/+222
| | | | | | | | | | | | | | | | pkg-fallout reported the following build failure on 8.4 (GCC) src/zactor.c:1: error: stray '\357' in program src/zactor.c:1: error: stray '\273' in program src/zactor.c:1: error: stray '\277' in program Back port the fix [1] removing BOM headers after creating an issue [2] upstream. [1] https://github.com/zeromq/czmq/pull/1031 [2] https://github.com/zeromq/czmq/issues/1029 Reported by: pkg-fallout
* - Update to 0.4.7sunpoet2015-06-242-3/+3
| | | | Changes: https://github.com/fog/fog-softlayer/commits/master
* - Update to 0.0.6sunpoet2015-06-242-3/+4
| | | | | | - Add NO_ARCH Changes: https://github.com/fog/fog-google/commits/master
* - Update to 0.6.0sunpoet2015-06-242-3/+3
| | | | Changes: https://github.com/fog/fog-aws/commits/master
* - Add NO_ARCHsunpoet2015-06-231-0/+1
|
* - Add NO_ARCHsunpoet2015-06-231-0/+1
|
* - Update to 1.5.1sunpoet2015-06-231-0/+1
| | | | | | - Add NO_ARCH Changes: https://github.com/progrium/ruby-jwt/commits/master
* - Update to 1.3.1sunpoet2015-06-232-6/+4
| | | | | | - Fix RUN_DEPENDS Changes: https://github.com/intridea/omniauth-oauth2/commits/master
* - Update to 0.2.0sunpoet2015-06-232-3/+3
| | | | Changes: https://github.com/fog/fog-ecloud/commits/master
* - Update to 1.19.0sunpoet2015-06-232-3/+3
| | | | Changes: https://github.com/DataDog/dogapi-rb/blob/master/CHANGELOG.md
* Add p5-Net-TacacsPlus.vanilla2015-06-235-0/+52
|
* net/py-soappy-devel: drop dependency on py-xmlrm2015-06-231-5/+6
| | | | | | | py-xml dependency has been eliminated upstream since version 0.10.3, so remove it from the port too. While here, do some clean up: add NO_ARCH, limit python version to 2.x, modernize dependency on py-fpconst. Bump PORTREVISION to chase dependencies update.
* net/py-soappy-devel: trim excess whitespacerm2015-06-231-15/+15
| | | | No functional changes.
* Convert to USES=jpegantoine2015-06-2312-26/+18
|
* net/py-terminado: NEW PORT - Terminals served to term.js using Tornado ↵robak2015-06-234-0/+30
| | | | | | | | | | | | | | websockets This is a Tornado websocket backend for the term.js terminal emulator library. It evolved out of pyxterm, which was part of GraphTerm (as lineterm.py), v0.57.0 (2014-07-18), and ultimately derived from the public-domain Ajaxterm code, v0.11 (2008-11-13) (also on Github as part of QWeb). WWW: https://github.com/takluyver/terminado Submitted by: robak@FreeBSD.org
* Update 4.3.42 --> 4.3.44cy2015-06-222-3/+3
|
* textproc/xmlada: Upgrade version 4.5.0.0 => 4.6.0.0, overhaul make systemmarino2015-06-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the unavailability of a public repository, this version uses Adacores 2015 distribution of xmlada. It's probably a minor update from the previous one. The major change, however, is the creation of a custom makefile to build and install xmlada. Why? because gnatmake will lose the ability to build project files in the near future, so xmlada makefiles were changed to use gprbuild to build and itself it. One problem: gprbuild needs xmlada as a build dependency. (and it also needs gprbuild to build itself!!) I could have chosen to keep using gnatmake, but I decided to bite the bullet, fix it correctly now and not have to get stuck by it by future versions of gnat that remove project management from gnatmake. Having to support a bootstrap gprbuild is nonsense in my opinion, so both will have to be built manually. Morever, the GPL 2015 distinfo file removed all the vital *.gpr files which other packages' configure script absolutely depends on. These had to be recreated from scratch as well. Noticeable changes: - no more .lgpr files, these are incorporated in generated *.gpr now - xmlada_input.gpr renamed to xmlada_input_sources.gpr as expected since we had to create it anyway - xmlada_shared.gpr no longer exists; it was incorporated into each gpr that pulled it in - RPATH hack no longer necessary - symlinks of 5 libraries at $LOCALBASE/lib were removed (useless) - rpaths are now correct and have $LOCALBASE/lib/xmlada/relocatable as path (this was big fix made possible by new Makefile) - xmlada seems to build a lot faster, fully jobs safe - GNU configure not longer performed - GNU make no longer a build dependency I verified packages that depend on xmlada build as expected. I also verified that the manually generated libraries look very similar in size to the gnatmake generated libraries. Since the library version changed, I'm also bumping ports directly dependent on xmlada.
* - Fix manpage linksamdmi32015-06-222-5/+6
| | | | | | | | - Add empty directory to plist PR: 200666 Submitted by: admin@vladiom.com.ua Approved by: portmgr blanket
* - Allow build with lua52 and lua53sunpoet2015-06-222-3/+34
| | | | | | | | - Space/tab fix PR: 200407 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 4 weeks)
* Convert to USES=autoreconfbapt2015-06-211-3/+1
|
* Convert to USES=autoreconfbapt2015-06-211-3/+1
|
* - Add LICENSEsunpoet2015-06-212-3/+9
| | | | | | - Strip shared library - Sort PLIST - Bump PORTREVISION for package change
* Upgrade to version 0.7.0.olgeni2015-06-214-4/+17
| | | | | | PR: 201004 Submitted by: olgeni Approved by: maintainer
* Deprecate ports broken for more than 6 monthsantoine2015-06-211-0/+2
|
* Add OPTIONal DeviceAtlas support.demon2015-06-192-1/+23
| | | | Submitted by: David Carlier <dcarlier@afilias.info>
* - Switch to USES=autoreconfamdmi32015-06-191-5/+2
|
* Chase py-ldap2 rename in more ports that I missed.rm2015-06-191-1/+2
| | | | Do not bump PORTREVISION in security/py-crits because it marked BROKEN.
* net/py-ldap2: rename to py-ldaprm2015-06-195-6/+6
| | | | To better match upstream name
* - Strip binariesamdmi32015-06-191-1/+7
|
* - Update to 0.5.0sunpoet2015-06-192-3/+3
| | | | Changes: https://github.com/fog/fog-aws/commits/master
* update to version 5.14.2pawel2015-06-192-3/+3
| | | | | | | | | | | --- 5.14.2 2015/06/15 Document zoom extraArgs YAZ-817 Fix ZOOM: crash extended services diagnostics YAZ-846 The immediate fix is to prevent ZOOM_set_dset_error from removing current task from connection. This, however, has been assumed in a number of places so this fix is rather large unfortunately.
* ldap3 is a pure Python LDAP 3 client library strictly conforming to RFC4511rm2015-06-184-0/+30
| | | | | | | | released under the LGPL v3 open source license. RFC4511 is the current LDAP specification (June 2006) from IETF and obsoletes the previous LDAP RFCs 2251, 2830, 3771 (December 1997) WWW: https://github.com/cannatag/ldap3
* Update 4.3.37 --> 4.3.42cy2015-06-182-3/+3
|
* Mark BROKEN: Fails to buildantoine2015-06-181-0/+2
| | | | | | | | | | | | NetworkInterface.cpp:138:5: error: no matching function for call to 'ndpi_set_proto_defaults' ndpi_set_proto_defaults(ndpi_struct, NTOPNG_NDPI_OS_PROTO_ID, ^~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/libndpi-1.6.0/libndpi/ndpi_main.h:120:13: note: candidate function not viable: requires 8 arguments, but 5 were provided extern void ndpi_set_proto_defaults(struct ndpi_detection_module_struct *ndpi_mod, ^ 1 error generated. Reported by: pkg-fallout
* Update to -dev2.demon2015-06-171-0/+2
|
* Update to -dev2.demon2015-06-172-3/+3
|
* - Fix shebangsamdmi32015-06-171-2/+3
|
* - Update to 0.4.1sunpoet2015-06-162-3/+3
| | | | Changes: https://github.com/fog/fog-aws/commits/master
* net/czmq: Remove pathfix (no longer necessary)koobs2015-06-161-1/+1
| | | | | Deprecate USES=pathfix since we're now setting (overriding) the pkg-config path via configure (pkgconfigdir)
* net/czmq: Update to 3.0.2, fix buildkoobs2015-06-164-21/+58
| | | | | | | | | | | | | | | | | czmq 2.2.x is no longer compatible with libzmq4 (4.1.x) - Update to 3.0.2 - Update pkg-plist - Update LICENSE (MPL) - Add LICENSE_FILE - Add pkg-config to USES - Override pkgconfig install path via configure - Backport fix not building MAN pages when BUILD_DOCS is off [1] - Use autoreconf to regenerate Makefiles until next release [1] https://github.com/zeromq/czmq/pull/1027 Reported by: olgeni
* - Add LICENSEamdmi32015-06-161-0/+8
| | | | - Strip library
* net/libzmq4: Update to 4.1.2, Fixes CVE-2014-9721koobs2015-06-157-25/+27
| | | | | | | | | | | | | | | | | | | | | | | | | - Update to 4.1.2 - Update pkg-plist - USES: pkg-config is now a global dependency - OPTIONS: with-sytem-pgm is now with-pgm, update helpers - OPTIONS: with-libsodium no longer takes args, update helpers - Override pkgconfigdir via configure, deprecate USES: pathfix - Bump PORTREVISION for dependent ports for shared library version change While I'm here: - Whitespace align Makefile Based on: PR: 200502 Reported by: Sevan Janiyan <venture37 geeklan co uk> Submitted by: Jason Unovitch <jason.unovitch gmail com> MFH: 2015Q2 Security: 10a6d0aa-0b1c-11e5-bb90-002590263bf5 Security: CVE-2014-9721
* net/3proxy: bring back some files, renamed to avoid conflictspi2015-06-143-42/+202
| | | | | | | | - rename bin/proxy to bin/httppr (similar to fedora RPMs) - patched man pages PR: 188374 Submitted by: Igor Zabelin <igorz@yandex.ru>
* - Update to 1.3.2sunpoet2015-06-142-25/+13
| | | | | | | | - Use USE_PYTHON=autoplist - Strip shared library - Fix shebang Changes: https://github.com/maxmind/geoip-api-python/blob/master/ChangeLog.md
* net/sslh is not jobs safemarino2015-06-141-0/+2
| | | | | | This port has failed on me twice so far. The problem is that version.h is generated, but common.c doesn't want for that to finish, and it includes the header incomplete.
* Drop usage of py-backports.ssl_match_hostname.novel2015-06-142-0/+12
| | | | | | | | | | The net/py-libcloud port doesn't work without security/py-backports.ssl_match_hostname being installed. But security/py-backports.ssl_match_hostname is scheduled for deletion, so make libcloud work without the backport. PR: 200834 Submitted by: swills
* - Upgrade to 3.03.kuriyama2015-06-142-4/+7
|
* - Upgrade to 0.30.kuriyama2015-06-142-3/+7
|
* - Add NO_ARCHsunpoet2015-06-141-0/+1
|
* - Add NO_ARCHsunpoet2015-06-141-0/+1
|
* - Add NO_ARCHsunpoet2015-06-141-0/+1
|
* - Update RUN_DEPENDS: use newer rubygem-racksunpoet2015-06-141-1/+3
| | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change
* - Add NO_ARCHsunpoet2015-06-141-0/+1
|
* - Update to 1.0.9sunpoet2015-06-143-15/+4
| | | | Changes: http://search.cpan.org/dist/Net-ARP/Changes
* - Updated libsodium to 1.0.3 [1]vsevolod2015-06-141-0/+1
| | | | | | | - Bump revision for dependent ports PR: 200548 [1] Submitted by: rsimmons0 at gmail.com [1]
* - Add NO_ARCHsunpoet2015-06-132-1/+2
| | | | - Update WWW
* - Add NO_ARCHsunpoet2015-06-132-1/+2
| | | | - Update WWW
* - Add LICENSEsunpoet2015-06-131-2/+10
| | | | | | - Strip shared library - Bump PORTREVISION for package change - Pass maintainership to perl@