aboutsummaryrefslogtreecommitdiff
path: root/mail/pear-Net_IMAP/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Update to 1.1.0Rong-En Fan2009-04-251-2/+3
| | | | Notes: svn path=/head/; revision=232711
* Change to my FreeBSD.org email.Rong-En Fan2006-06-271-1/+1
| | | | | | | Approved by: delphij (mentor) Notes: svn path=/head/; revision=166420
* Remove pear ports obsolated by devel/pear and switchAlex Dupre2005-12-091-1/+1
| | | | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net Notes: svn path=/head/; revision=150745
* - Upgrade to 1.0.3.Thierry Thomas2004-11-111-2/+2
| | | | | | | | | | | - Take maintainership. PR: ports/73788 Submitted by: Rong-En Fan Approved by: maintainer. Notes: svn path=/head/; revision=121381
* Add pear-Net_IMAP, a PEAR class that provides an implementation of the IMAPPav Lucistnik2004-03-141-0/+23
protocol using PEAR's Net_Socket:: class. PR: ports/64165 Submitted by: <bra@fsn.hu> Notes: svn path=/head/; revision=104022