CVS log for ports/mail/postfix1/Attic/Makefile
Up to [FreeBSD] / ports / mail / postfix1
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.96
Mon Mar 9 21:44:04 2009 UTC (2 years, 11 months ago) by miwi
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.95: +1 -1 lines
2009-02-15 ftp/downloader: sources unavailable - website dissappeared 2009-03-04 devel/rubygem-mojombo-grit: Obsolete, use devel/rubygem-grit instead 2009-03-08 mail/postfix1: Not supported anymore by vendor. Please choose a new one version. 2009-03-08 mail/postfix21: Not supported anymore by vendor. Please choose a new one version. 2009-03-08 mail/postfix22: Not supported anymore by vendor. Please choose a new one version. 2009-03-01 www/rubygem-actionwebservice: from rails 2.0 www/rubygem-rails use www/rubygem-activeresource instead
Revision 1.95: download - view: text, markup, annotated - select for diffs
Sun Feb 22 22:50:52 2009 UTC (2 years, 11 months ago) by mnag
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +0 -1 lines
- Since it still compile, remove BROKEN. Reported by: pav
Revision 1.94: download - view: text, markup, annotated - select for diffs
Sun Feb 22 03:54:34 2009 UTC (2 years, 11 months ago) by mnag
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +4 -0 lines
- Mark as deprecated and broken. It will be removed at 2009-03-08.
Revision 1.93: download - view: text, markup, annotated - select for diffs
Mon Jul 21 22:29:22 2008 UTC (3 years, 6 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +0 -3 lines
- Separate OpenLDAP related code into bsd.ldap.mk - Change default OpenLDAP version to 2.4 - Remove OpenLDAP 2.2 support, the port has been gone for some time now - Add -DDEPRECATED to CFLAGS for all OpenLDAP using ports PR: ports/123602, ports/124115, ports/125605 Submitted by: delphij, Jens Rehsack <rehsack@web.de>, Yuri Pankov <yuri.pankov@gmail.com> - Remove USE_GTK, it's no longer used PR: ports/123528 Submitted by: mezz - Use PATCH_WRKSRC instead of WRKSRC in do-patch target PR: ports/124169 Submitted by: Max Brazhnikov <makc@issp.ac.ru> - Remove USE_XPM, it's been replaced by USE_XORG+=xpm PR: ports/124506 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> - Minor fixups for bsd.port.mk PR: ports/122675 Submitted by: linimon - Remove stale comment about USE_GETOPT_LONG PR: ports/124521 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> - Correct comment about default fetch arguments PR: ports/125334 Submitted by: Gary Palmer <freebsd-gnats@in-addr.com>
Revision 1.92: download - view: text, markup, annotated - select for diffs
Sat Apr 14 16:45:07 2007 UTC (4 years, 9 months ago) by mnag
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL, PRE_XORG_7
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +0 -7 lines
- Remove SASL1 support. security/cyrus-sasl will be removed soon. PR: 111564, 111565, 111566 Submitted by: gabor (partially) Notified by: gabor
Revision 1.91: download - view: text, markup, annotated - select for diffs
Wed Jul 19 12:59:11 2006 UTC (5 years, 6 months ago) by mnag
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +2 -1 lines
* UPDATING Add entry about OPTIONS and SPF patch in mail/postfix * mail/Makefile Add postfix22 * mail/postfix [1] Update to 2.3.0 Use OPTIONS instead of scripts Add message about unsupported POSTFIX_OPTIONS Remove SPF patch since that's not apply clean Update pkg-descr Change rcNG to rc only Update CONFLICTS * mail/postfix-current Now postfix-current are called postfix-current instead of postfix. Update CONFLICTS Bump PORTREVISION Store OPTIONSFILE in another local to not conflict with mail/postfix Change rcNG to rc only * mail/postfix1 Update CONFLICTS * mail/postfix21 Update CONFLICTS Change rcNG to rc only * mail/postfix22 [2] Update CONFLICTS Change rcNG to rc only Approved by: maintainer [1] Repocopy by: marcus [2]
Revision 1.90: download - view: text, markup, annotated - select for diffs
Wed Feb 15 03:04:57 2006 UTC (5 years, 11 months ago) by mnag
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +133 -60 lines
- Convert scripts/configure.postfix to OPTIONS and unBROKEN [1] - Convert scripts/fix-files-list to REINPLACE_CMD - s/rcNG/rc.d/ - portlint(1) - Reorganize Makefile - Bump PORTREVISION - Mark OPENLDAP was BROKEN Requested by: kris [1]
Revision 1.89: download - view: text, markup, annotated - select for diffs
Fri Feb 3 06:21:41 2006 UTC (6 years ago) by kris
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +2 -0 lines
BROKEN: Needs to be converted to OPTIONS instead of home-brewed configure script
Revision 1.88: download - view: text, markup, annotated - select for diffs
Tue Jan 24 20:11:07 2006 UTC (6 years ago) by mnag
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +16 -17 lines
- Linker fix when use OPENSSL from ports - portlint(1) PR: 92282 Reported by: dinoex Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
Revision 1.87: download - view: text, markup, annotated - select for diffs
Thu Jan 12 20:38:27 2006 UTC (6 years ago) by mnag
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -1 lines
Fix rc.d/postfix.sh restart adding pidfile and procname Bump PORTREVISION PR: 91721 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Revision 1.86: download - view: text, markup, annotated - select for diffs
Thu Jan 12 16:23:08 2006 UTC (6 years ago) by mnag
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +24 -11 lines
Add rcNG script to start postfix Remove scripts/configure. USE_REINPLACE do change !!PREFIX!! Update pkg-message to reflect rcNG script Bump PORTREVISION
Revision 1.85: download - view: text, markup, annotated - select for diffs
Fri Sep 16 17:58:30 2005 UTC (6 years, 4 months ago) by mnag
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +1 -1 lines
Update my email Approved by: pav (mentor)
Revision 1.84: download - view: text, markup, annotated - select for diffs
Mon Aug 29 06:36:12 2005 UTC (6 years, 5 months ago) by novel
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -2 lines
Anti Unmaintained Ports Campaign by Marcus Grando. PR: 854[06-15] Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu Aug 11 22:03:06 2005 UTC (6 years, 6 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -6 lines
- Update to 1.1.13 - Remove BROKEN to 6.0 - Update patch files to use PATCH_STRIP=-p1 - Backport pkg-message from mail/postfix PR: ports/84781 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: portmgr (erwin)
Revision 1.82: download - view: text, markup, annotated - select for diffs
Fri Aug 20 19:55:47 2004 UTC (7 years, 5 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +7 -1 lines
BROKEN on 6.x: Does not build (Doesn't understand FreeBSD 6.0)
Revision 1.81: download - view: text, markup, annotated - select for diffs
Mon Mar 8 11:57:13 2004 UTC (7 years, 11 months ago) by clement
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -0 lines
Fix LATEST_LINK conflicts: graphics/flip: NO_LATEST_LINK (since biology/flip exists and has maintainer) graphics/gkrellkam2: LATEST_LINK=gkrellkam2 sysutils/nwclient602: LATEST_LINK=nwclient602 graphics/p5-GD1: LATEST_LINK=p5-GD1 mail/postfix1: LATEST_LINK=postfix1 textproc/rubber: NO_LATEST_LINK (since print/rubber exists and has maintainer)
Revision 1.80: 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_2_1, RELEASE_5_2_0
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +1 -0 lines
- add CONFLICTS Submitted by: eikemeier@fillmore-labs.com
Revision 1.79: download - view: text, markup, annotated - select for diffs
Sat Sep 27 00:50:08 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -1 lines
- ECHO -> ECHO_MSG for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Aug 4 00:16:50 2003 UTC (8 years, 6 months ago) by nectar
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -0 lines
Fix remote denial-of-service bug in address parser. <URL:http://archives.neohapsis.com/archives/fulldisclosure/2003-q3/1377.html>
Revision 1.77: download - view: text, markup, annotated - select for diffs
Thu Jul 31 12:19:52 2003 UTC (8 years, 6 months ago) by nectar
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +8 -20 lines
After a repo-copy from ports/mail/postfix, time warp back to 2003/01/08 and Postfix version 1.1.12. Some folks haven't moved on to Postfix 2.x it seems. Requested by: diviner17@yahoo.com
Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Jul 2 11:23:10 2003 UTC (8 years, 7 months ago) by daichi
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -2 lines
update mail/postfix: 2.0.12 --> 2.0.13 PR: 53984 Submitted by: Vivek Khera <khera@kcilink.com> (maintainer)
Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Jun 27 17:41:09 2003 UTC (8 years, 7 months ago) by obraun
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -1 lines
Upgrade to 2.0.12. PR: ports/53846 Submitted by: maintainer
Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Jun 2 15:32:39 2003 UTC (8 years, 8 months ago) by naddy
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -1 lines
- Update postfix to 2.0.10 release - Add option for using Postgres 7.2 in addition to 7.3 PR: 52620 Submitted by: Vivek Khera <khera@kcilink.com>
Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon May 12 21:02:52 2003 UTC (8 years, 9 months ago) by obraun
Branches: MAIN
CVS tags: old_RELEASE_5_1_0
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -1 lines
* Upgrade to 2.0.9. * Re-enable IPv6 without TLS as an option. PR: ports/52133 Submitted by: maintainer
Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Apr 15 07:44:41 2003 UTC (8 years, 9 months ago) by leeym
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -1 lines
update postfix to 2.0.7 1. SSL linking fix 2. specific openldap depedency (ports/48621) 3. Kerberos linking fix PR: 50964 Submitted by: Vivek Khera <khera@kcilink.com> Obtained from: 1. dirk.meyer@dinoex.sub.org 2. Christian Kratzer <ck@cksoft.de> 3. Miles Egan <miles@caddr.com>
Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Mar 10 17:20:24 2003 UTC (8 years, 11 months ago) by leeym
Branches: MAIN
CVS tags: old_RELEASE_4_8_0
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -3 lines
update postfix to 2.0.6 this is a security critical release -- it works around the same bug that was recently patched in sendmail to protect any unpatched sendmail servers behind a postfix gateway. this fix allows one to leave postfix as the gateway machine when there are unpatched sendmail servers, rather than having to install sendmail on your gateway. PR: 49006 Submitted by: Vivek Khera <khera@kcilink.com> Approved by: kris
Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Mar 4 07:31:25 2003 UTC (8 years, 11 months ago) by leeym
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +12 -1 lines
Batch building of packages for postfix is failing due to PCRE issues. PR: 48896 Submitted by: Vivek Khera <khera@kcilink.com>
Revision 1.69: download - view: text, markup, annotated - select for diffs
Sat Feb 22 23:51:23 2003 UTC (8 years, 11 months ago) by leeym
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -0 lines
add PORTEPOCH=1, which was removed by maintainer in rev 1.67
Revision 1.68: download - view: text, markup, annotated - select for diffs
Sat Feb 22 18:01:55 2003 UTC (8 years, 11 months ago) by demon
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2 lines
Add missing manpage.
Revision 1.67: download - view: text, markup, annotated - select for diffs
Sat Feb 22 16:14:57 2003 UTC (8 years, 11 months ago) by leeym
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -2 lines
update postfix to 2.0.4 PR: 48531 Submitted by: Vivek Khera <khera@kcilink.com>
Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Feb 21 12:42:22 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -0 lines
De-pkg-comment.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun Jan 19 07:25:46 2003 UTC (9 years ago) by sada
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2 lines
upgrade to version 2.0.2 PR: ports/47110 Submitted by: maintainer
Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Jan 9 05:10:39 2003 UTC (9 years, 1 month ago) by petef
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +5 -2 lines
Update to 2.0.0.2. PR: 46691 Submitted by: maintainer
Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Jan 2 15:50:42 2003 UTC (9 years, 1 month ago) by ijliao
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +27 -1 lines
upgrade to 1.1.12 PR: 45802 Submitted by: maintainer
Revision 1.62: download - view: text, markup, annotated - select for diffs
Mon Aug 26 21:33:57 2002 UTC (9 years, 5 months ago) by dwcjr
Branches: MAIN
CVS tags: old_RELEASE_5_0_0, old_RELEASE_4_7_0
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +7 -0 lines
Add hooks to preselect postfix options Update TLS PR: 42047 Submitted by: maintainer, knu
Revision 1.61: download - view: text, markup, annotated - select for diffs
Thu Jun 20 01:32:19 2002 UTC (9 years, 7 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
Update to 1.1.11 PR: 3954 Submitted by: maintainer
Revision 1.60: download - view: text, markup, annotated - select for diffs
Thu May 16 17:58:20 2002 UTC (9 years, 8 months ago) by dwcjr
Branches: MAIN
CVS tags: old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
Update to latest PR: 38153 Submitted by: maintainer
Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue May 14 19:38:53 2002 UTC (9 years, 9 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
Update to 1.1.9 make PCRE and SASL libs dynamically linked PR: 38081 Submitted by: maintainer
Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon May 6 19:59:29 2002 UTC (9 years, 9 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -1 lines
Update to 1.1.8 Re-enable IPv6 with non official patch PR: 37798 Submitted by: maintainer
Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat Apr 20 18:27:11 2002 UTC (9 years, 9 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -3 lines
handle batch builds PR: 37259 Submitted by: maintainer
Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Apr 1 18:01:26 2002 UTC (9 years, 10 months ago) by dwcjr
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -1 lines
Update postfix to 1.1.7 PR: 36621 Submitted by: maintainer
Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Mar 25 09:19:18 2002 UTC (9 years, 10 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -0 lines
Add USE_SUBMAKE, where it might be necessary.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Mar 18 21:23:12 2002 UTC (9 years, 10 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
Update to 1.1.5 PR: 36058 Submitted by: maintainer
Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Feb 26 19:34:37 2002 UTC (9 years, 11 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
Update postfix to 1.1.4 PR: 35347 Submitted by: maintainer
Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Feb 11 17:48:50 2002 UTC (10 years ago) by dwcjr
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +9 -8 lines
Update to 1.1.3 Update to latest TLS Give Vivek Khera Maintainership Fix loss of config files during upgrade PR: 34837 Submitted by: maintainer
Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Jan 31 21:08:48 2002 UTC (10 years ago) by dwcjr
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +7 -0 lines
Add missing files to pkg-plist Fix config files from being erased. Submitted by: Vivek Khera
Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Jan 30 19:59:34 2002 UTC (10 years ago) by dwcjr
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +43 -147 lines
Update to 1.1.2 (yes they are finally using versions) Submitted by: Vivek Khera
Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Jan 29 11:45:20 2002 UTC (10 years ago) by knu
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +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.48: download - view: text, markup, annotated - select for diffs
Tue Nov 27 15:48:49 2001 UTC (10 years, 2 months ago) by dwcjr
Branches: MAIN
CVS tags: old_RELEASE_4_5_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -0 lines
Add header/body_check warnings command Bump PORTREVISION Submitted by: osa@freebsd.org.ru
Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu Nov 15 16:31:09 2001 UTC (10 years, 2 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
Update to pl08 and tls to go with it. PR: 32007 Submitted by: osa@FreeBSD.org.ru
Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Nov 15 15:54:22 2001 UTC (10 years, 2 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
Update to pl07 PR: 32000 Submitted by: osa@FreeBSD.org.ru
Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Nov 6 14:33:15 2001 UTC (10 years, 3 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -3 lines
Update postfix to 20010228-pl06 and update tls to go with it.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Sep 23 17:52:03 2001 UTC (10 years, 4 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +6 -2 lines
Install install.cf to ensure spool is created with correct permissions Bump PORTREVISION PR: 30751 Submitted by: Yen-Ming Lee
Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Sep 23 02:53:35 2001 UTC (10 years, 4 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -4 lines
Update to pl05 Change DISTNAME to use regex Update tls and ipv6 to pl04 Pointed out by: petef
Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Sep 14 03:22:07 2001 UTC (10 years, 4 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
Fix path on main.cf in reference to prefix Bump PORTREVISION PR: 30547 Submitted by: hanahara@meiko.co.jp
Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Aug 1 11:56:18 2001 UTC (10 years, 6 months ago) by knu
Branches: MAIN
CVS tags: old_RELEASE_4_4_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
Back out the db3 port update because some of these dependent ports had been broken by the incompatibility between db3.2 and db3.3. I am unconditionally bumping the PORTREVISION's to eliminate possible troubles that should not happen before the coming release. Sorry for inconvenience. I'll try to check compatibility hard before committing next time.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Jul 25 15:05:09 2001 UTC (10 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -1 lines
Reflect databases/db3's shlib version bump from 2 to 3.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Jun 17 22:18:43 2001 UTC (10 years, 7 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -3 lines
Update to pl3 of postfix Update TLS and IPv6 to go with new postfix version
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Jun 17 21:49:56 2001 UTC (10 years, 7 months ago) by dwcjr
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
I'm taking over this port for Blaz since he can't dedicate time to it and I am already maintaining postfix-current. Submitted by: maintainer
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon May 21 06:52:08 2001 UTC (10 years, 8 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -4 lines
Update port to 20010228 pl02. pkg-plist cleanup. Update to TLS patch 0.7.2. Update to IPv6 patch 20010228pl02-v6-20010503a. Complain if user tries to compile with both TLS and IPv6 enabled. Complain if user tries to compile with IPv6 on non-i386 platform (ie alpha). Change maintainer e-mail address. Submitted by: blaz@si.FreeBSD.org (maintainer) PR: ports/27098
Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Apr 2 06:50:26 2001 UTC (10 years, 10 months ago) by mharo
Branches: MAIN
CVS tags: old_RELEASE_4_3_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3 lines
update postfix to 20010228-pl01 PR: 26211 Submitted by: maintainer
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Mar 11 00:26:20 2001 UTC (10 years, 11 months ago) by billf
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -5 lines
remove BROKEN for alpha, the unaligned access errors are a red herring. I'm getting the same "unknown mail transport error" on my i386 at work.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Mar 10 17:20:56 2001 UTC (10 years, 11 months ago) by alex
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +5 -1 lines
Mark BROKEN for alpha: Unaligned access problems in postsuper and postlog
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Mar 5 14:21:35 2001 UTC (10 years, 11 months ago) by sf
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -1 lines
use DIST_SUBDIR=postfix due to both release and snapshot don't have specific name in their tarballs. Approved by: maintainers
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Mar 4 19:34:54 2001 UTC (10 years, 11 months ago) by sf
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +59 -60 lines
update to NON BETA release, 20010228. PR: 25493 Submitted by: maintainer
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Feb 17 07:13:08 2001 UTC (10 years, 11 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Add -lz to be compiled with MySQL. Requested by: Blaz Zupan <blaz@amis.net>
Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Feb 5 17:29:37 2001 UTC (11 years ago) by sf
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -2 lines
add MASTER_SITE_RINGSERVER to MASTER_SITES. Approved by: maintainers
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Feb 5 15:11:03 2001 UTC (11 years ago) by olgeni
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Spaces->tabs in the mail category. (I know, I look boring and pedant :o)
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Jan 21 15:40:41 2001 UTC (11 years ago) by dirk
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
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).
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Dec 23 15:08:19 2000 UTC (11 years, 1 month ago) by dannyboy
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
Unbreak use with rmail and bump PORTREVISION. PR: 22598 Submitted by: MAINTAINER
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Dec 23 00:56:26 2000 UTC (11 years, 1 month ago) by dannyboy
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3 lines
Update to 19991231-pl13. PR: 23696 Submitted by: MAINTAINER
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Nov 14 06:28:54 2000 UTC (11 years, 2 months ago) by will
Branches: MAIN
CVS tags: old_RELEASE_4_2_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +139 -82 lines
Update to postfix 19991231-pl10. Install LDAP_README and MYSQL_README along with documentation. Fix manpage generation. Consistently use INSTALL_* macros (from postfix-current). Modify packaging list using WITH_PCRE and WITH_LDAP PLIST_SUBs (as per postfix-current). Add knob to enable PCRE (again from postfix-current). Use better package description (postfix-current). Fix PLIST. Conditionally remove main.cf and master.cf when they are unmodified from default (postfix-current). Fully institute new maintainer as a real one. :-) PR: 17777, 19185, 20565, 21819, 22613 (also postfix-current) Submitted by: maintainer (THANKS!)
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Nov 7 20:29:37 2000 UTC (11 years, 3 months ago) by will
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Hand MAINTAINER to Blaz Zupan <blaz@amis.net>.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Nov 7 20:15:14 2000 UTC (11 years, 3 months ago) by will
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Remove Torsten Blum by due effect of not being a maintainer - many reports of patches being ignored and lack of interest being shown towards this port have brought this about. Who wants to revive this port?
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Oct 8 10:22:03 2000 UTC (11 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Jun 4 05:57:50 2000 UTC (11 years, 8 months ago) by vanilla
Branches: MAIN
CVS tags: old_RELEASE_4_1_1, old_RELEASE_4_1_0, old_RELEASE_3_5_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
Upgrade to 19991231pl8.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Jun 1 19:55:33 2000 UTC (11 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
Upgrade the 19991231 release to patchlevel 07.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Apr 17 00:18:14 2000 UTC (11 years, 9 months ago) by reg
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Apr 13 20:00:32 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4 lines
Update to use PORTNAME/PORTVERSION
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Apr 3 01:58:08 2000 UTC (11 years, 10 months ago) by peter
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -3 lines
Ack, what was I thinking? it's not safe to assume the system sendmail was the last active mailer.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Apr 3 01:54:16 2000 UTC (11 years, 10 months ago) by peter
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +11 -2 lines
Fix 'make replace' to correctly use mailer.conf
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Apr 3 01:25:58 2000 UTC (11 years, 10 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +9 -4 lines
Upgrade to latest version, fix PR 16472, 16753, 17078 too. PR: ports/17749 Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net>
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Feb 13 20:17:39 2000 UTC (11 years, 11 months ago) by torstenb
Branches: MAIN
CVS tags: old_RELEASE_4_0_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +17 -22 lines
- Upgrade to Postfix 19991231pl04 - Stylistic changes in Makefile - Changes in packaging, esp. pkg/INSTALL
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Jan 29 14:13:21 2000 UTC (12 years ago) by torstenb
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
Oops, forgot to change ALL_TARGET ;-( Noticed by: <Blaz Zupan <blaz@amis.net>
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jan 28 21:07:43 2000 UTC (12 years ago) by torstenb
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +19 -2 lines
- Upgrade to patchlevel 3 - Add support for MySQL and LDAP support MySQL + LDAP Patches submitted by Blaz Zupan <blaz@amis.net> and re-used with minor cleanups.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Jan 2 14:00:03 2000 UTC (12 years, 1 month ago) by vanilla
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -4 lines
Upgrade to 19991231.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Dec 30 20:54:22 1999 UTC (12 years, 1 month ago) by joe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Upgrade the postfix port from 19990906-pl02 to 19990906-pl09. PR: ports/15544 Submitted by: khetan@freebsd.os.org.za
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Sep 10 21:48:58 1999 UTC (12 years, 5 months ago) by torstenb
Branches: MAIN
CVS tags: old_RELEASE_3_4_0, old_RELEASE_3_3_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
Strip the binaries
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Sep 10 20:41:44 1999 UTC (12 years, 5 months ago) by torstenb
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -3 lines
Upgrade to postfix 19990906 pl 02
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:47:37 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Aug 25 06:50:42 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Change Id->FreeBSD.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Aug 22 23:32:59 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Aug 22 18:59:00 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5 lines
chmod -> ${CHMOD}
chown -> ${CHOWN}
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 4 13:52:58 1999 UTC (12 years, 6 months ago) by billf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +20 -22 lines
o Upgrade to 19990601 PR: ports/12603 Submitted by: Hoss Firooznia <hfir@math.rochester.edu> o Put CFLAGS in the proper place (not in ALL_TARGET)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun May 2 20:26:38 1999 UTC (12 years, 9 months ago) by torstenb
Branches: MAIN
CVS tags: old_RELEASE_3_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +25 -23 lines
mv -> ${MV}
cp -> ${CP}
install -> ${INSTALL}
mkdir -> ${MKDIR}
PR: ports/10934
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Mar 29 20:15:08 1999 UTC (12 years, 10 months ago) by torstenb
Branches: old_VENEMA
CVS tags: old_alpha19990317_03
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Port of Wietse Venema's postfix, yet another mail transport agent that tries to replace sendmail.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Mar 29 20:15:08 1999 UTC (12 years, 10 months ago) by torstenb
Branches: MAIN
Initial revision
