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

CVS log for ports/mail/autorespond/Makefile

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Feb 6 13:11:37 2004 UTC (8 years ago) by trevor
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_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_EOL, RELEASE_4_11_0, RELEASE_4_10_0, PRE_XORG_7, HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
Use PLIST_FILES (bento-tested, marcus-reviewed).

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Dec 29 15:06:53 2003 UTC (8 years, 1 month ago) by roam
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Update to 2.0.5, which contains important fixes to the autorespond
exit code in various situations; previously, mail may have been lost
in some circumstances.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Sep 2 13:46:36 2003 UTC (8 years, 5 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +10 -2 lines
Update to autorespond-2.0.4, which contains a couple of security fixes.
This version also includes the Debian manpage, which I converted to
-mdoc format; the WITHOUT_MDOC_MANPAGE knob makes the port install
the original Debian page.

PR:		56309, 56310
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Aug 29 16:04:41 2003 UTC (8 years, 5 months ago) by roam
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
Fix an off-by-one error in strncpy(3) usage.
Unquote the comment variable.

PR:		55700
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Apr 4 07:27:36 2003 UTC (8 years, 10 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -11 lines
Update to 2.0.3 and add my autoconfiguration patch which uses DJB's
mechanisms for detecting the availability of strcasestr(3) and only uses
autorespond's own strcasestr() version if needed.

NOTE: there is NO functionality change in autorespond-2.0.3 with respect
to 2.0.2.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Feb 19 16:07:26 2003 UTC (8 years, 11 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 lines
Remove pkg-comment files in my ports.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Nov 5 01:52:20 2002 UTC (9 years, 3 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Add -E to REINPLACE because it's a extended RE
Notified by: bento

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 4 05:46:30 2002 UTC (9 years, 3 months ago) by edwin
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1 lines
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 10 12:59:33 2002 UTC (9 years, 4 months ago) by knu
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' in
them when using a non-default compiler/linker, so do not use `/' as
delimiter for s///. (I picked `|' instead)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Feb 22 09:39:21 2002 UTC (9 years, 11 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +9 -3 lines
Make the strcasestr() definition conditional on OSVERSION.
Respect CFLAGS by patching them into the program Makefile.
No longer override the do-build target, let make(1) do its thing.

No PORTREVISION bump for the strcasestr() fix - this port simply
did not build at all on systems of olde :(

Reported by:	<root@lab.simerson.net>

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Feb 7 10:32:26 2002 UTC (10 years ago) by roam
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
Update autorespond to 2.0.2, adding a patch to comment out
a definition of strcasestr(), which is already provided by
our libc's <string.h>.

Take over maintainership from Neil Blakey-Milner with many
thanks for his work on this and other ports!

PR:		34024
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
Approved by:	nbm (former maintainer)

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

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

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jan 3 10:33:10 2001 UTC (11 years, 1 month ago) by nbm
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Use an alternative MASTER_SITE to find the distfile.

PR:		23928
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Apr 13 19:59:22 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.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Update to use PORTNAME/PORTVERSION

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Feb 3 15:16:23 2000 UTC (12 years ago) by nbm
Branches: NBM
CVS tags: autorespond_1_0_0, RELEASE_4_0_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of autorespond, a simple autoresponder, as needed for future
ports.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Feb 3 15:16:23 2000 UTC (12 years ago) by nbm
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