Skip site navigation (1)Skip section navigation (2)

CVS log for ports/mail/smail/Makefile

[BACK] Up to [FreeBSD] / ports / mail / smail

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Apr 18 11:46:06 2007 UTC (4 years, 9 months ago) by gabor
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL, PRE_XORG_7, HEAD
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +0 -34 lines
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
  with letter i-m

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Mar 13 08:33:47 2007 UTC (4 years, 11 months ago) by miwi
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +82 -15 lines
- Update to 3.2.0.121
- fixed MASTER_SITES
- merged two CONFLICTS lines to one :-)
- support for NO_INSTALL_MANPAGES
- support for cyrus_imapd via OPTIONS
- /etc/mail/mailer.conf replacement configurable in OPTIONS
- updated definitions and support for 64-bit systems

PR:             110135
Submitted by:   Martin Matuska <martin@matuska.org>

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Apr 6 00:38:18 2006 UTC (5 years, 10 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -4 lines
[PATCH] mail/smail : fix unfetchable

	This old version of smail has been moved into OLD/ directory
	in smail's mirror. Update path on mastersites.

PR:		ports/95232
Submitted by:	Jean-Francois BOEUF <jfb@minet.net>

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jan 20 18:05:16 2005 UTC (7 years ago) by cperciva
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +0 -3 lines
Remove dependency on security/tcp_wrapper, since that port hasn't
existed since October 2002 (and has been part of the base system since
March 1999).

Approved by:	will
Found by:	make index (inside a very minimal chroot)

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Oct 13 04:03:41 2003 UTC (8 years, 4 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -0 lines
- add CONFLICTS
Submitted by:   eikemeier@fillmore-labs.com

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Oct 10 19:19:38 2003 UTC (8 years, 4 months ago) by naddy
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -0 lines
Mark bsmtp and smail as mutually conflicting.

Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Feb 22 04:54:08 2003 UTC (8 years, 11 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
Add missing files and directory

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Feb 20 18:40:37 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -0 lines
De-pkg-comment.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:46:59 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +0 -2 lines
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)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:45:57 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Jul 4 04:08:47 2002 UTC (9 years, 7 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -2 lines
upgrade to 3.2.0.114

PR:		40159
Submitted by:	Tilman Linneweh <tilman@arved.de>

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jan 29 11:45:23 2002 UTC (10 years ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +9 -9 lines
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
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.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Sep 21 17:14:35 2001 UTC (10 years, 4 months ago) by petef
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +21 -6 lines
- have 'make replace' modify mailer.conf if OSVERSION > 400014 (mostly
  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)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Sep 17 17:40:20 2001 UTC (10 years, 4 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long

Approved by:	will

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Feb 5 15:11:10 2001 UTC (11 years ago) by olgeni
Branches: MAIN
CVS tags: RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Spaces->tabs in the mail category.

(I know, I look boring and pedant :o)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Apr 13 20:00:47 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
Update to use PORTNAME/PORTVERSION

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Feb 27 10:41:56 2000 UTC (11 years, 11 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Portlint.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Feb 27 10:05:09 2000 UTC (11 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Unbreak by upgrading to smail-3.2.0.111

Noticed by:	bento

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Feb 12 19:23:43 2000 UTC (12 years ago) by torstenb
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Upgrade to smail 3.2.0.110

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Sep 10 11:44:40 1999 UTC (12 years, 5 months ago) by torstenb
Branches: MAIN
CVS tags: RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -3 lines
Upgrade to 3.2.0.107

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:47:41 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
FreeBSD.ORG -> FreeBSD.org

Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Aug 27 22:29:44 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +6 -6 lines
echo -> ${ECHO} or ${ECHO_MSG}  and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Aug 25 06:50:52 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Change Id->FreeBSD.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Aug 22 18:59:01 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +9 -7 lines
chmod -> ${CHMOD}
chown -> ${CHOWN}

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun May 2 20:27:11 1999 UTC (12 years, 9 months ago) by torstenb
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +12 -12 lines
upgrade to smail 3.2.0.106

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Sep 17 10:53:27 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_1_0, RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +5 -4 lines
tcp_wrapper is now converted to ELF.  While I'm here, fix smail Makefile:
libwrap is a shared library so it should be LIB_DEPENDS, and delete
some spaces and tab-only lines.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Jan 25 20:45:14 1998 UTC (14 years ago) by torstenb
Branches: MAIN
CVS tags: RELEASE_2_2_7, RELEASE_2_2_6
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -2 lines
upgrade to 3.2.0.101

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Oct 15 09:38:57 1997 UTC (14 years, 3 months ago) by torstenb
Branches: MAIN
CVS tags: RELEASE_2_2_5
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
fix typo in BUILD_DEPENDS

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Oct 15 09:16:03 1997 UTC (14 years, 3 months ago) by torstenb
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -4 lines
Upgrade to 3.2.0.97

This is still beta, but the latest release (3.2.0) is not able to prevent
spam-relaying...

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Nov 30 01:03:24 1996 UTC (15 years, 2 months ago) by torstenb
Branches: MAIN
CVS tags: RELEASE_2_2_2, RELEASE_2_2_1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +31 -18 lines
fix "replace" target

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Nov 19 11:16:37 1996 UTC (15 years, 2 months ago) by torstenb
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -4 lines
libident is no longer optional

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Nov 18 09:02:59 1996 UTC (15 years, 2 months ago) by torstenb
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
uncomment DEPENDS line

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Nov 17 23:42:40 1996 UTC (15 years, 2 months ago) by torstenb
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +35 -14 lines
Upgrade to 3.2

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Nov 17 07:42:56 1996 UTC (15 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +11 -18 lines
Convert to use MAN[1-8LN]

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Nov 10 21:32:45 1996 UTC (15 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
CATEGORIES+=  -->  CATEGORIES=
And clean up variable ordering (as shown in the handbook) as little.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Nov 9 06:01:03 1995 UTC (16 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
A few typos.  How in the hell did "BUILD_DEPENDS=${PREFIX}/..." slip
past me!?! ;)

Submitted by:	torstenb

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Oct 6 22:03:17 1995 UTC (16 years, 4 months ago) by torstenb
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -4 lines
change DEPENDS=${PORTSDIR}/shells/bash to
BUILD_DEPENDS=bash:${PORTSDIR}/shells/bash

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri May 12 07:25:12 1995 UTC (16 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -1 lines
Add pre-install target that creates directory ${PREFIX}/mail/smail.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri May 5 21:44:54 1995 UTC (16 years, 9 months ago) by torstenb
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1 lines
add myself as MAINTAINER

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri May 5 21:38:16 1995 UTC (16 years, 9 months ago) by torstenb
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +15 -4 lines
- use the post-install target to install sample configuration files
- compress manpages

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Apr 23 12:47:29 1995 UTC (16 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -5 lines
Updating mail Makefiles....

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Apr 11 20:28:32 1995 UTC (16 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -2 lines
Updated ports Makefiles for mails.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Apr 1 12:47:37 1995 UTC (16 years, 10 months ago) by jkh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Add CATEGORIES lines to a whole bunch of port Makefiles.  Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jan 15 05:32:30 1995 UTC (17 years ago) by gpalmer
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Update to 3.1.29.1

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Nov 11 02:25:54 1994 UTC (17 years, 3 months ago) by gpalmer
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -4 lines
Bump to version 3.1.29. Still seems to compile ok.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Oct 23 01:22:34 1994 UTC (17 years, 3 months ago) by torstenb
CVS tags: smail
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Reviewed by:	
Submitted by:	
Obtained from:

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Oct 23 01:22:33 1994 UTC (17 years, 3 months ago) by torstenb
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options