The NetBSD Project

CVS log for pkgsrc/mail/courier-maildir/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / mail / courier-maildir

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.24 / (download) - annotate - [select for diffs], Sat Mar 3 00:14:26 2012 UTC (2 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

Recursive bump for pcre-8.30* (shlib major change)

Revision 1.23 / (download) - annotate - [select for diffs], Fri Nov 5 14:05:24 2010 UTC (18 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored)

Changes 0.65.1:
This is a bugfix release.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Mar 21 16:29:40 2010 UTC (2 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Reset maintainer, developer lost his commit bit.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Nov 3 19:23:55 2006 UTC (5 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.20: +18 -16 lines
Diff to previous 1.20 (colored)

DESTDIR support.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jun 9 22:11:42 2006 UTC (5 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.19: +2 -3 lines
Diff to previous 1.19 (colored)

Update mail/courier-maildir to track code from courier-0.53.2.  No
changes from code in version 0.53.1.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Apr 28 18:13:25 2006 UTC (6 years ago) by jlam
Branch: MAIN
Changes since 1.18: +31 -27 lines
Diff to previous 1.18 (colored)

Update courier-maildir to 0.53.1.  Changes from version 0.52.2 include:

  + Install some of the HTML documentation in the locations expected by
    courier-mta.

  * fixes to the Maildir+ quota support.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Mar 14 01:14:30 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.17: +1 -2 lines
Diff to previous 1.17 (colored)

Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:54 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jan 19 02:14:13 2006 UTC (6 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.15: +13 -4 lines
Diff to previous 1.15 (colored)

Replace FILES_SUBST_SED usage with SUBST framework.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jan 3 05:33:11 2006 UTC (6 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Update mail/courier-maildir to 0.52.2.  This update uses the maildir
code from courier-0.52.2 which has no changes from the code in 0.52.1.
The only change is that "fam" is no longer a package option (or a
dependency) for courier-maildir.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:48 2005 UTC (6 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.13: +1 -2 lines
Diff to previous 1.13 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Dec 17 05:20:22 2005 UTC (6 years, 5 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Change my MAINTAINER email address to the one I've been using for
pkgsrc work.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Nov 5 17:19:36 2005 UTC (6 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored)

Removed invalid definition for the read-only variable PKGBASE.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Oct 20 20:26:15 2005 UTC (6 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Update mail/courier-maildir to 0.52.1.  Changes from version 0.51 include
switching to use PCRE instead of a home-grown regexp package.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Aug 11 00:03:32 2005 UTC (6 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.9: +9 -8 lines
Diff to previous 1.9 (colored)

Updated mail/courier-maildir to the utilities from the courier-0.51.0
distribution.  Changes include teaching courier-maildiracl about
account groups and the administrator group for IMAP ACLs, which are
understood by courier-imap>=4.0.4 and sqwebmail>=5.0.4.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Aug 6 06:19:21 2005 UTC (6 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:12 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.7: +2 -3 lines
Diff to previous 1.7 (colored)

Get rid of USE_PERL5.  The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.

Revision 1.7 / (download) - annotate - [select for diffs], Sun May 22 20:08:11 2005 UTC (7 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.6 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:18 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Mar 22 04:21:25 2005 UTC (7 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored)

Update mail/courier-maildir to 0.49.0.  Changes from version 0.48.2
include:

    * maildir/maildirquota.c (docheckquota): Memory used after being freed.

    * maildir/deliverquota.c (deliver): Overquota condition is now a
      temporary delivery failure, in accordance with the new backscatter
      suppression logic.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 28 21:18:16 2005 UTC (7 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Refer to "sharedindexinstall" and "sharedindexsplit" by their correct
paths.  Bump the PKGREVISION to 1.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Feb 18 22:12:50 2005 UTC (7 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.2: +69 -31 lines
Diff to previous 1.2 (colored)

Update mail/courier-maildir to 0.48.2.  Changes from version 0.45.6
include minor bugfixes, and fixing a major typo where the maildiracl
and maildirkw utilities were actually just copies of the maildirmake
utility.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 15 06:49:33 2004 UTC (7 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

Fix error in sharedindexupdate script where @DATADIR@ wasn't being
substituted with any value.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Jul 14 20:05:50 2004 UTC (7 years, 10 months ago) by jlam
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Re-add "courier-maildirmake" as "courier-maildir" and update to utilities
from courier-0.45.6.  Changes from version 0.44.2 include:

  * Renamed maildir* programs and manpages to be courier-maildir* to avoid
    conflicts with other maildir packages (notably, qmail).
  * New utilities to handle maildirs with ACLs to support ACL IMAP in
    courier-imap and sqwebmail.
  * Added scripts to build indices of shared maildirs on the system for
    courier-imap and sqwebmail.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jul 14 20:05:50 2004 UTC (7 years, 10 months ago) by jlam
Branch: MAIN

Initial revision

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>