Commit Graph

31 Commits

Author SHA1 Message Date
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Pav Lucistnik
145be4426a - Add SHA256 2005-11-25 15:31:02 +00:00
Palle Girgensohn
34fa6c853e Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:35:55 +00:00
Mark Linimon
47194e8cfa Per dosirak run, correct plist. 2004-04-14 05:48:03 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Sergei Kolobov
313d74aaae - Updated to 0.3.8
PR:		59789
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-12-04 12:09:44 +00:00
Edwin Groothuis
a58129d3de - ECHO -> ECHO_MSG
for some ports:
- ECHO -> ECHO_CMD
- pre-fetch -> pre-everything

PR:		ports/56800-56819
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 00:50:09 +00:00
Edwin Groothuis
c55a2fd4cb [orphaned port] mail/teapop: use USE_OPENLDAP and USE_MYSQL
Use new USE_OPENLDAP and USE_MYSQL in mail/teapop Makefile

PR:		ports/56027
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-08-28 12:19:12 +00:00
Daichi GOTO
503daff82d update mail/teapop: 0.3.5 -> 0.3.7
PR:		55329
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-08-21 05:29:11 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Sean Chittenden
b2c46c868c Chase libpq version bump. 2003-01-04 15:53:39 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Jim Mock
bc6a683a07 Update to version 0.3.5. While I'm here, pass maintainership to
ports@FreeBSD.org.

Update requested by:	Gea-Suan Lin <gslin@Infomath.math.NCTU.edu.tw>
2002-06-30 21:48:41 +00:00
Jim Mock
c5fe748506 Fix a problem where teapop wasn't fully deleting messages and dumping
core.  Bump PORTREVISION.

Submitted by:	John Brooks <john@day-light.com>
2002-04-09 07:18:44 +00:00
Jim Mock
5b2ca8be5d Update to version 0.3.3.
PR:		30513
Submitted by:	Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
2001-09-15 01:19:17 +00:00
Jim Mock
12e72ca76b Update to version 0.3.2. 2001-08-31 00:31:21 +00:00
Jim Mock
62dbf0c035 Update to version 0.3.1. 2001-07-20 15:10:13 +00:00
Jim Mock
ab1f01876c Update to version 0.3.0 -- patch-ab is no longer needed. 2001-04-04 16:45:16 +00:00
Jim Mock
3d1f807d47 Bump PORTREVISION.
Reminded by:	kris
2001-03-28 21:51:46 +00:00
Jim Mock
1096d5b2bd Fix the following from the PR:
First, teapop fails to authentificate user if he logs in without
   specifying his domain (pop_auth calls pop_string_find and tests its
   result against being NULL, while NULL is returned only upon malloc()
   failures. On empty domain logins pop_string_find returns empty
   string). This makes APOP login method to always fail as teapop
   erroneously interprets command APOP avn
   d41d8cd98f00b204e9800998ecf8427e as an attempt of login for user
   avn@d41d8cd98f00b204e9800998ecf8427e without supplying MD5 hash
   value. Instead, return value should be tested against being empty
   string, while positive test for NULL should cause pop3 server error
   message to be printed.

   Second, if configured with WITHOUT_APOP arguments to 'make install',
   teapop incorrectly handles QUIT command while in authentification
   state. It's because a part of switch statement became commented out
   and there will be no branch for return value from
   pop_wait_for_commands with command "QUIT" (it will return 3, not 4
   when configured without APOP).

PR:		26181
Submitted by:	Alexey V. Neyman <avn@any.ru>
2001-03-28 20:51:19 +00:00
Jim Mock
389518e808 Don't install teapop.passwd -- only install teapop.passwd.sample, and
let the user know they need to copy it to teapop.passwd before using
teapop.
2001-03-11 01:08:47 +00:00
Jim Mock
a0357de7cd Add a WITH_DRAC knob to enable DRAC support.
Submitted by:	Anders Nordby <anders@fix.no>
2001-02-09 20:35:19 +00:00
Jimmy Olgeni
1be0301128 Spaces->tabs in the mail category.
(I know, I look boring and pedant :o)
2001-02-05 15:11:27 +00:00
Dirk Froemberg
88d74bc517 Switch from mysql322-{client,server} to mysql323-{client,server}.
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).

mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
2001-01-21 15:40:47 +00:00
Jim Mock
e2b1c71036 Update to version 0.28. 2000-12-22 17:58:48 +00:00
Jim Mock
77b43822b4 Update to version 0.27. 2000-12-04 05:50:25 +00:00
Andreas Klemm
fb9b5a39f4 old postgresql port has been removed.
use postgresql7, which has proven stability now.
2000-08-26 16:34:17 +00:00
Jim Mock
c0048336de Add a patch to install teapop.passwd as teapop.passwd.sample -- this
prevents evilness which would cause teapop.passwd to be overwritten when
installing a newer version of the port.

Submitted by:	Tobias Reifenberger <treif@mayn.de>
2000-08-13 09:39:52 +00:00
Jim Mock
967e42d6d2 Update to version 0.26. 2000-08-11 07:28:04 +00:00
Jim Mock
cbac3e7b85 Import of teapop.
Teapop is an RFC1939 compliant POP3 server.  It includes flexible
virtual domain support that distinguishes it from all other POP3
servers.
2000-07-10 15:33:16 +00:00