aboutsummaryrefslogtreecommitdiffstats
path: root/mail/smail
Commit message (Collapse)AuthorAgeFilesLines
* SIZEify.trevor2004-01-291-0/+1
|
* - add CONFLICTSdinoex2003-10-131-0/+1
| | | | Submitted by: eikemeier@fillmore-labs.com
* Mark bsmtp and smail as mutually conflicting.naddy2003-10-111-0/+2
| | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Oops, correct error in previouskris2003-02-221-1/+0
|
* Add missing files and directorykris2003-02-222-1/+4
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix build for GCC3 (-CURRENT).naddy2002-12-311-0/+13
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* upgrade to 3.2.0.114ijliao2002-07-044-3/+10
| | | | | PR: 40159 Submitted by: Tilman Linneweh <tilman@arved.de>
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-8/+8
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* - have 'make replace' modify mailer.conf if OSVERSION > 400014 (mostlypetef2001-09-222-5/+22
| | | | | | | | borrowed from mail/posfix) - instead of copying the smail binary around, use symlinks - add @execs to pkg-plist to create empty directories the port needs PR: 21900 (mailer.conf)
* Remove jseger and torstenb from maintainership of their ports, theydwcjr2001-09-181-1/+1
| | | | | | have been inactive for too long Approved by: will
* Spaces->tabs in the mail category.olgeni2001-02-051-1/+1
| | | | (I know, I look boring and pedant :o)
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-2/+2
|
* Portlint.kris2000-02-271-1/+1
|
* Unbreak by upgrading to smail-3.2.0.111kris2000-02-273-4/+10
| | | | Noticed by: bento
* Upgrade to smail 3.2.0.110torstenb2000-02-133-2/+7
|
* remove duplicated entries from PLISTtorstenb2000-01-291-2/+0
| | | | Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
* Upgrade to 3.2.0.107torstenb1999-09-103-32/+35
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-5/+5
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-7/+9
| | | | chown -> ${CHOWN}
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* upgrade to smail 3.2.0.106torstenb1999-05-034-35/+32
|
* tcp_wrapper is now converted to ELF. While I'm here, fix smail Makefile:asami1998-09-171-4/+5
| | | | | libwrap is a shared library so it should be LIB_DEPENDS, and delete some spaces and tab-only lines.
* Remove more manpages, as part of the great manpage removal project.hoek1998-08-171-30/+0
|
* upgrade to 3.2.0.101torstenb1998-01-264-24/+37
|
* fix typo in BUILD_DEPENDStorstenb1997-10-151-2/+2
|
* New checksumtorstenb1997-10-151-1/+1
|
* Upgrade to 3.2.0.97torstenb1997-10-152-6/+11
| | | | | This is still beta, but the latest release (3.2.0) is not able to prevent spam-relaying...
* fix "replace" targettorstenb1996-11-301-18/+31
|
* libident is no longer optionaltorstenb1996-11-193-10/+4
|
* uncomment DEPENDS linetorstenb1996-11-181-4/+4
|
* Upgrade to 3.2torstenb1996-11-187-1334/+135
|
* Convert to use MAN[1-8LN]obrien1996-11-171-18/+11
|
* CATEGORIES+= --> CATEGORIES=obrien1996-11-111-2/+2
| | | | And clean up variable ordering (as shown in the handbook) as little.
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* A few typos. How in the hell did "BUILD_DEPENDS=${PREFIX}/..." slipasami1995-11-091-3/+3
| | | | | | past me!?! ;) Submitted by: torstenb
* change DEPENDS=${PORTSDIR}/shells/bash totorstenb1995-10-071-4/+2
| | | | BUILD_DEPENDS=bash:${PORTSDIR}/shells/bash
* Add pre-install target that creates directory ${PREFIX}/mail/smail.asami1995-05-121-1/+4
|
* add myself as MAINTAINERtorstenb1995-05-061-1/+3
|
* use compressed manpagestorstenb1995-05-061-34/+35
|
* - compile with -O2torstenb1995-05-062-5/+4
| | | | | | - remove DOMAINS=uucp - change DRIVER_CONFIGURATION from bsd-network to arpa-network (bind)
* - use the post-install target to install sample configuration filestorstenb1995-05-061-4/+15
| | | | - compress manpages
* Updating mail Makefiles....asami1995-04-231-5/+1
|
* Updated ports Makefiles for mails.asami1995-04-121-2/+4
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Update to 3.1.29.1gpalmer1995-01-152-3/+3
|
* First batch of MD5 checksum files. Only did through to the end of netgpalmer1994-12-181-0/+1
| | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later
* Update to reflect the fact that it is smail 3.1.29gpalmer1994-12-152-2/+2
|
* Bump to version 3.1.29. Still seems to compile ok.gpalmer1994-11-111-4/+3
|
* Reviewed by: torstenb1994-10-237-0/+1399
Submitted by: Obtained from: