Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename net/ patch-xy patches to reflect the files they modify. | Adam Weinberger | 2014-07-29 | 6 | -0/+0 |
| | | | | | Approve by: portmgr (not really, but one of these is modifying an unstaged port) | ||||
* | GNU_CONFIGURE is not needed in conjunction with HAS_CONFIGURE which is suitable | Emanuel Haupt | 2014-03-13 | 1 | -4/+6 |
| | | | | here. Also support staging. | ||||
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | Baptiste Daroussin | 2013-09-21 | 1 | -5/+2 |
| | | | | net) | ||||
* | - Get Rid MD5 support | Martin Wilke | 2011-03-20 | 1 | -1/+0 |
| | |||||
* | SHA256ify | Edwin Groothuis | 2006-01-23 | 1 | -0/+1 |
| | | | | Approved by: krion@ | ||||
* | Remove ${MASTER_SITE_LOCAL}; we will still use the standard fallback | Bill Fenner | 2005-10-10 | 1 | -2/+1 |
| | | | | | | to the distfile mirrors. Approved by: Lasse Johnsen <lasse@freebsdcluster.org> (MAINTAINER) | ||||
* | SIZEify (maintainer timeout) | Trevor Johnson | 2004-03-31 | 1 | -0/+1 |
| | |||||
* | Unbreak build on alpha 5.x | Michael Landin | 2003-08-22 | 3 | -0/+32 |
| | | | | | | | bump PORTREVISION Approved by: roberto (mentor) Reviewed by: maintainer | ||||
* | The program forwards all IMAP traffic between the client and the server, but | Michael Landin | 2003-07-30 | 8 | -0/+81 |
keeps the connection to the server alive after the client logs out. When the same user attempts to log in again, the proxy will use the cached username/password pair to authenticate the client, and tie the new client to the old server connection (which was kept alive) PR: 54977 Submitted by: Lasse L. Johnsen Approved by: roberto (mentor) |