aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.07Sunpoet Po-Chuan Hsieh2015-07-182-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/Net/Changes Notes: svn path=/head/; revision=392411
* - Update to 0.100004Sunpoet Po-Chuan Hsieh2015-07-172-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/MaxMind-DB-Writer/Changes Notes: svn path=/head/; revision=392348
* - Update to 1.8.7Danilo Egea Gondolfo2015-07-173-7/+7
| | | | Notes: svn path=/head/; revision=392330
* Fix runtime error: Packet type identification on big-endianThomas Zander2015-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 Notes: svn path=/head/; revision=392296
* Since 4.2.8/4.3.2 isc-dhcp-server started to check if prefix6 range isRenato Botelho2015-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 Notes: svn path=/head/; revision=392293
* Un-break build on armv6Thomas Zander2015-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 Notes: svn path=/head/; revision=392287
* - Use | as separator in sed regexps to not stumble on ${CC} containing slashesDmitry Marakasov2015-07-151-5/+7
| | | | | | | | | | | | | | - Add LICENSE_FILE - Sort USES - Strip libraries - Unsilence INSTALL_* PR: 201269 Submitted by: amdmi3 Approved by: maintainer timeout (lx, 2 weeks) Notes: svn path=/head/; revision=392212
* - Fix shebangsDmitry Marakasov2015-07-151-1/+3
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=392179
* Update to version 5.14.3Pawel Pekala2015-07-152-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". Notes: svn path=/head/; revision=392168
* Switch opal to newer ffmpeg.Koop Mast2015-07-142-7/+401
| | | | | | | | Noticed by: bapt@ Obtained from: ffmpeg 2.x patch obtained from linuxfromscratch. Notes: svn path=/head/; revision=392099
* - Fix shebangsDmitry Marakasov2015-07-141-2/+5
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=392061
* - Fix shebangsDmitry Marakasov2015-07-141-2/+4
| | | | | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=392051
* - Update to 1.5.0Dmitry Marakasov2015-07-143-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) Notes: svn path=/head/; revision=392048
* net/py-ldap3: update to 0.9.8.6Ruslan Makhmatkhanov2015-07-142-3/+3
| | | | Notes: svn path=/head/; revision=392040
* net/py-ldap: update to 2.4.20Ruslan Makhmatkhanov2015-07-142-3/+3
| | | | Notes: svn path=/head/; revision=392039
* - Fix shebangsDmitry Marakasov2015-07-141-2/+5
| | | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=392025
* - Fix shebangsDmitry Marakasov2015-07-141-5/+6
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=392024
* - Fix shebangsDmitry Marakasov2015-07-141-2/+3
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=392015
* r285140 introduced a fdclose(3) function which shadows a net/drawterm functionSteven Kreuzer2015-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) Notes: svn path=/head/; revision=392009
* Fix plist, when the X264 option is unset.Koop Mast2015-07-141-2/+2
| | | | | | | | PR: 200800 Submitted by: lumiwa@gmail.com Notes: svn path=/head/; revision=392001
* Convert to USES=metaport and OptionsNG.Koop Mast2015-07-141-32/+8
| | | | | | | | PR: 201505 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> Notes: svn path=/head/; revision=391996
* Update liferea to 1.10.16. [1]Koop Mast2015-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] Notes: svn path=/head/; revision=391995
* - Fix shebangsDmitry Marakasov2015-07-131-2/+2
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=391947
* - Fix shebangsDmitry Marakasov2015-07-131-1/+3
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=391945
* - Update to 3.0.9Ryan Steinmetz2015-07-133-48/+10
| | | | Notes: svn path=/head/; revision=391878
* - Update to 2.2.8Ryan Steinmetz2015-07-132-3/+3
| | | | Notes: svn path=/head/; revision=391874
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-07-121-0/+1
| | | | | | | | | PR: 201021 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 3 weeks) Notes: svn path=/head/; revision=391818
* - Fix RUN_DEPENDSSunpoet Po-Chuan Hsieh2015-07-121-2/+3
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=391798
* - Update to 2.85Sunpoet Po-Chuan Hsieh2015-07-112-4/+4
| | | | | | | | | | - Remove MASTER_SITE_SUBDIR - Add NO_ARCH Changes: http://search.cpan.org/dist/Net-Whois-Raw/Changes Notes: svn path=/head/; revision=391752
* - Update to 0.7.3Sunpoet Po-Chuan Hsieh2015-07-112-3/+3
| | | | | | | Changes: https://github.com/fog/fog-aws/commits/master Notes: svn path=/head/; revision=391748
* Make 'wfica' executable.Emanuel Haupt2015-07-102-1/+2
| | | | Notes: svn path=/head/; revision=391694
* Update to 13.2.0Emanuel Haupt2015-07-095-245/+554
| | | | Notes: svn path=/head/; revision=391627
* net/syncthing-discosrv: update for syncthing 0.11.13Steve Wills2015-07-092-3/+4
| | | | Notes: svn path=/head/; revision=391611
* net/syncthing-cli: update for syncthing 0.11.13Steve Wills2015-07-092-3/+4
| | | | Notes: svn path=/head/; revision=391610
* net/syncthing: update to 0.11.13Steve Wills2015-07-092-3/+3
| | | | Notes: svn path=/head/; revision=391609
* - Update to 0.7.0Sunpoet Po-Chuan Hsieh2015-07-082-3/+3
| | | | | | | Changes: https://github.com/fog/fog-aws/commits/master Notes: svn path=/head/; revision=391593
* net/py-xmlrpclib: set for deprecationRuslan Makhmatkhanov2015-07-081-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). Notes: svn path=/head/; revision=391569
* - Update to 0.0.7Sunpoet Po-Chuan Hsieh2015-07-072-3/+3
| | | | | | | Changes: https://github.com/fog/fog-google/commits/master Notes: svn path=/head/; revision=391524
* net/turses: Update to 0.3.0, Unbreak.Kubilay Kocak2015-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 Notes: svn path=/head/; revision=391502
* net/py-tweepy: Update to 3.3.0, Enable Python 3Kubilay Kocak2015-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> Notes: svn path=/head/; revision=391498
* Update the remaining Erlang ports to use erlang.mk.Jimmy Olgeni2015-07-064-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. Notes: svn path=/head/; revision=391484
* - Remove blank line between NO_ARCH and USE_RUBYSunpoet Po-Chuan Hsieh2015-07-0611-11/+0
| | | | Notes: svn path=/head/; revision=391473
* Some patch files were meant to get rid of {vsn, git} in rebar.config;Jimmy Olgeni2015-07-061-2/+1
| | | | | | | replace them with REINPLACE_CMD. Notes: svn path=/head/; revision=391398
* Update to version 1.5.14.Dmitry Sivachenko2015-07-052-3/+3
| | | | Notes: svn path=/head/; revision=391377
* deprecate unused rubygem- portsMichael Moll2015-07-051-0/+3
| | | | | | | | | | these ports are not used by any other ports anymore Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D2997 Notes: svn path=/head/; revision=391375
* Change maintainer to mmoll@FreeBSD.orgMartin Matuska2015-07-051-1/+1
| | | | | | | Approved by: mmoll (private e-mail) Notes: svn path=/head/; revision=391373
* - Update to 1.8.6Danilo Egea Gondolfo2015-07-053-4/+4
| | | | Notes: svn path=/head/; revision=391343
* Update to 3.5.0.32Baptiste Daroussin2015-07-042-5/+6
| | | | | | | Drop maintainership Notes: svn path=/head/; revision=391338
* - Add rubygem-trollop1 1.16.2 (copied from rubygem-trollop)Sunpoet Po-Chuan Hsieh2015-07-041-2/+2
| | | | | | | - Bump PORTREVISION for dependent ports Notes: svn path=/head/; revision=391313
* - use NSLCD_PIDFILE from Makefile instead hard coding PIDOlli Hauer2015-07-042-3/+4
| | | | | | | Approved by: zi@ (via PM) Notes: svn path=/head/; revision=391305