aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Reset a few maintainersAntoine Brodin2014-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <adam.freebsd@fastmail.fm>: host in1-smtp.messagingengine.com[66.111.4.72] said: 550 5.1.1 <adam.freebsd@fastmail.fm>: Recipient address rejected: User unknown in local recipient table (in reply to RCPT TO command) <dnscheckengine-port@academ.com>: host ASPMX.L.GOOGLE.com[74.125.131.26] said: 550-5.1.1 The email account that you tried to reach does not exist. Please <kawahara@nlp.kuee.kyoto-u.ac.jp>: Sorry, no mailbox here by that name. (#5.1.1) <hnsmaster@h14m.org>: Host or domain name not found. Name service error for name=h14m.org type=AAAA: Host found but no data record of requested type <jre@vineyard.net>: Recipient address rejected: User unknown in virtual mailbox table (in reply to RCPT TO command) (in reply to RCPT TO command) <gawrilow@math.tu-berlin.de>: host mail.tu-berlin.de[130.149.7.33] said: 550 Recipient verify failed (in reply to RCPT TO command) <mico@bsd.hu>: host mail.datacast.hu[195.70.49.210] said: 550 5.1.1 <mico@bsd.hu>: Recipient address rejected: User unknown in virtual mailbox <gogo@cs.uni-sb.de>: host mail.cs.uni-sb.de[134.96.254.200] said: 550 5.1.1 <gogo@cs.uni-sb.de>... User unknown (in reply to RCPT TO command) <mickey@enforcer.cc>: Host or domain name not found. Name service error for name=keep.yourmail.yuk type=AAAA: Host not found <lucio@zetasolucoes.com.br>: host ASPMX.L.GOOGLE.COM[2607:f8b0:400c:c01::1a] said: 550-5.1.1 The email account that you tried to reach does not exist. <luke@novum.am.lublin.pl>: Host or domain name not found. Name service error for name=novum.am.lublin.pl type=AAAA: Host not found <aihal@users.sourceforge.net>: host mx.sourceforge.net[216.34.181.68] said: 550 unknown user (in reply to RCPT TO command) With hat: portmgr Notes: svn path=/head/; revision=353590
* Update to -dev25.Dmitry Sivachenko2014-05-102-3/+3
| | | | Notes: svn path=/head/; revision=353571
* - Support stagingDmitry Marakasov2014-05-102-12/+11
| | | | | | | | - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax Notes: svn path=/head/; revision=353552
* - Support stagingDmitry Marakasov2014-05-091-39/+21
| | | | | | | - Convert USE_GMAKE to USES Notes: svn path=/head/; revision=353545
* - Support stagingDmitry Marakasov2014-05-091-5/+3
| | | | Notes: svn path=/head/; revision=353544
* - Support stagingDmitry Marakasov2014-05-092-10/+4
| | | | Notes: svn path=/head/; revision=353543
* - Support stagingDmitry Marakasov2014-05-092-74/+71
| | | | | | | | | | - Don't remove mtree directory - Consistently use DATADIR placeholder in plist Approved by: portmgr blanket Notes: svn path=/head/; revision=353490
* Fix the behavior of sys_lgetxattr() so that it mimics that of Linux where aJoe Marcus Clarke2014-05-092-0/+14
| | | | | | | | | size argument of 0 will return the required size of the extended attribute. Submitted by: Sean Eric Fagan <sef@Kithrup.COM> Notes: svn path=/head/; revision=353481
* Add rubygem-netrc.Rui Paulo2014-05-094-0/+24
| | | | | | | | | | | This is a library for handling netrc files and is a pre-requisite for the Heroku CLI. Reviewed by: swills Approved by: swills Notes: svn path=/head/; revision=353443
* - Update MASTER_SITESAlex Kozlov2014-05-071-1/+1
| | | | | | | | | PR: ports/189020 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Approved by: Ilya Bakulin <webmaster@kibab.com> (maintainer) Notes: svn path=/head/; revision=353173
* Update to version 1.6.0.Dmitry Sivachenko2014-05-072-3/+3
| | | | Notes: svn path=/head/; revision=353149
* - Convert net/avahi-* to USES=libtool:keepla.Tijl Coosemans2014-05-0610-17/+21
| | | | | | | | - INSTALL_TARGET=install-strip. - Replace GMAKE with MAKE_CMD. Notes: svn path=/head/; revision=353132
* - Update to version 5.1.1Pawel Pekala2014-05-063-7/+7
| | | | | | | - Convert to USES=libtool Notes: svn path=/head/; revision=353128
* Fix unixODBC vs libiodbc conflictsBaptiste Daroussin2014-05-053-44/+10
| | | | | | | | | | | | | | | | | | | Always rely on unixODBC each time a port is looking for libodbc.so Remove odbc compat from libiodbc This allows to install both kde and gnome at the same time While here: - Convert libiodbc to USES=libtool - Convert a bunch of libiodbc dependencies to USES=libtool - Chase libiodbc.so shlib change - Stagify some ports - Convert some ports to USES=pgsql Discussed with: rakuco (kde) With hat: portmgr Notes: svn path=/head/; revision=353029
* Catch a couple of missing convertsion to :tu/:tlBaptiste Daroussin2014-05-051-7/+7
| | | | | | | | Submitted by: ak With hat: portmgr Notes: svn path=/head/; revision=352993
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-0510-18/+18
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* - Fix segfault when devel/ncurses installedSunpoet Po-Chuan Hsieh2014-05-041-1/+2
| | | | | | | | PR: ports/189326 Submitted by: ashish Notes: svn path=/head/; revision=352965
* - Pet portlint: rename patch filesSunpoet Po-Chuan Hsieh2014-05-0412-0/+0
| | | | Notes: svn path=/head/; revision=352960
* Remove expired ports:Rene Ladan2014-05-0472-11383/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher 2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14 2014-04-30 net/asterisk14: Broken and unsupported 2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14 2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg 2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile 2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef 2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef 2014-05-01 net/py-spreadmodule: Depends on expired net/spread 2014-05-01 net/p5-Spread-Message: Depends on expired net/spread 2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread 2014-05-01 net/p5-Spread-Session: Depends on expired net/spread 2014-05-01 sysutils/wmmemload: Broken 2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012 2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012 2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 x11-wm/stumpwm: Broken for more than 4 months 2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only supports ancient AMD K8. 2014-05-01 net/pchar: Obsolete, abandoned 2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts Notes: svn path=/head/; revision=352941
* Remove expired port:Rene Ladan2014-05-0410-132/+0
| | | | | | | 2014-05-01 net/wackamole: Depends on expired www/spread Notes: svn path=/head/; revision=352940
* # - Add LICENSESunpoet Po-Chuan Hsieh2014-05-031-1/+3
| | | | | | | | | | - Pass maintainership to submitter PR: ports/189238 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352929
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-032-4/+7
| | | | | | | | | | | | - Use single space after WWW: - Pass maintainership to submitter - While I'm here, sort *_DEPENDS PR: ports/189262 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352894
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-031-1/+4
| | | | | | | | | | - Pass maintainership to submitter PR: ports/189261 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352893
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-032-2/+5
| | | | | | | | | | | - Use single space after WWW: - Pass maintainership to submitter PR: ports/189260 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352892
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-031-2/+5
| | | | | | | | | | | - Pass maintainership to submitter - While I'm here, remove leading indefinite article from COMMENT PR: ports/189259 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352891
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-031-3/+6
| | | | | | | | | | - Pass maintainership to submitter PR: ports/189258 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352890
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-032-11/+11
| | | | | | | | | | | | | | | | - Use single space after WWW: - Pass maintainership to submitter - While I'm here: - Fix *_DEPENDS: remove p5-Module-Build - Sort *_DEPENDS - Remove .include <bsd.port.options.mk> - Bump PORTREVISION for dependency change PR: ports/189256 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352889
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-032-8/+11
| | | | | | | | | | | | | | - Use single space after WWW: - Pass maintainership to submitter - While I'm here: - Fix and sort *_DEPENDS - Bump PORTREVISION for dependency change PR: ports/189254 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352888
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-032-12/+15
| | | | | | | | | | | | - Use single space after WWW: - Pass maintainership to submitter - While I'm here, sort *_DEPENDS PR: ports/189253 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352887
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-031-1/+4
| | | | | | | | | | - Pass maintainership to submitter PR: ports/189252 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352886
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-031-1/+4
| | | | | | | | | | - Pass maintainership to submitter PR: ports/189251 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352885
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-031-1/+3
| | | | | | | | | | - Pass maintainership to submitter PR: ports/189250 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352884
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-031-1/+4
| | | | | | | | | | - Pass maintainership to submitter PR: ports/189247 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352883
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-031-2/+4
| | | | | | | | | | | - Pass maintainership to submitter - While I'm here, remove leading indefinite article from COMMENT PR: ports/189242 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352882
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-031-1/+4
| | | | | | | | | | - Pass maintainership to submitter PR: ports/189241 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352881
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-031-1/+4
| | | | | | | | | | - Pass maintainership to submitter PR: ports/189240 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352880
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-032-2/+4
| | | | | | | | | | | - Pass maintainership to submitter - While I'm here, remove Author line PR: ports/189237 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352879
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-032-5/+6
| | | | | | | | | | | | | | - Use single space after WWW: - Pass maintainership to submitter - While I'm here: - Remove leading indefinite article from COMMENT - Remove .include <bsd.port.options.mk> PR: ports/189232 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352878
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-031-1/+4
| | | | | | | | | | - Pass maintainership to submitter PR: ports/189231 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352877
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-031-1/+4
| | | | | | | | | | - Pass maintainership to submitter PR: ports/189229 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352876
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-031-3/+6
| | | | | | | | | | | - Pass maintainership to submitter - While I'm here, sort *_DEPENDS PR: ports/189228 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352875
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-031-1/+4
| | | | | | | | | | - Pass maintainership to submitter PR: ports/189226 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=352873
* Finish off the incomplete conversion from 'password_hash' toMatthew Seaman2014-05-038-6/+37
| | | | | | | | 'password_hash_custom' in the previous update. Locally written patches. Notes: svn path=/head/; revision=352866
* - Update to 1.16. For changes since 1.15 see:Marius Strobl2014-05-025-19/+85
| | | | | | | | | | | | | | http://rutschle.net/pipermail/sslh/2014-February/000489.html - Respect {C,LD}FLAGS. - Add an option for TCP wrapper support, enabled by default. - Correct path name of configuration file and startup script in man page. - Sanitize the startup script; mainly add ldconfig to REQUIRE to ensure that libconfig is found when starting sslh. Approved by: maintainer Notes: svn path=/head/; revision=352837
* 1: Upgrade jansson to 2.6.Vanilla I. Shu2014-05-012-0/+2
| | | | | | | 2: bump revision due shared library version. Notes: svn path=/head/; revision=352709
* - Update to 2.2.5Ryan Steinmetz2014-04-293-5/+6
| | | | Notes: svn path=/head/; revision=352657
* Upgrade to version 3.3.1.Jimmy Olgeni2014-04-293-5/+3
| | | | Notes: svn path=/head/; revision=352628
* - Update to 2.133420Sunpoet Po-Chuan Hsieh2014-04-293-5/+4
| | | | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Net-CLI-Interact/Changes Notes: svn path=/head/; revision=352608
* - Update to 0.050005Sunpoet Po-Chuan Hsieh2014-04-293-5/+3
| | | | | | | Changes: http://search.cpan.org/dist/MaxMind-DB-Reader/Changes Notes: svn path=/head/; revision=352607
* - Update to 0.031003Sunpoet Po-Chuan Hsieh2014-04-293-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/MaxMind-DB-Common/Changes Notes: svn path=/head/; revision=352606