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

CVS log for ports/databases/courier-authlib-pgsql/Makefile

[BACK] Up to [FreeBSD] / ports / databases / courier-authlib-pgsql

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jul 16 07:39:29 2008 UTC (3 years, 6 months ago) by oliver
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_6_EOL, RELEASE_6_4_0, HEAD
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +0 -1 lines
update to 0.61.0

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:16:45 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -0 lines
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Apr 26 19:17:29 2005 UTC (6 years, 9 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_7_0_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_4_EOL, PRE_XORG_7
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +8 -170 lines
move mail/courier-authlib to security/courier-authlib which is a meta-port now.

Submitted by:		Yarema <yds@CoolRat.org>
In corporation with:	Jose M Rodriguez <josemi@freebsd.jazztel.es>, Milan Obuch <ports@dino.sk>, myself

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:25:55 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:03:13 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Apr 2 14:28:05 2005 UTC (6 years, 10 months ago) by oliver
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +14 -3 lines
- Merge sysconfdir and userdb configurable from courier-imap [1]
- Make the port conflicts with mail/courier [1]
- add an option to disable make install-configure to merge new otpions into old cfg files

PR:		ports/79062 [1]
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es> [1]

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Mar 15 19:41:40 2005 UTC (6 years, 10 months ago) by oliver
Branches: MAIN
CVS tags: old_RELEASE_5_4_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -4 lines
- stop  creatng /var/run/authdaemond during the package installation
- create /var/run/authdaemond within the rc.subr Script in case the
  directory doesn't exist.
- Bump PORTREVISION

Suggested By:	brooks

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Mar 15 17:13:49 2005 UTC (6 years, 10 months ago) by oliver
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -9 lines
- change socket and pid location from /usr/local/var/spool/authdaemon/ to /var/run/authdaemond/
- fix default user/group premissions.

PR:		78866
Submitted by:	Artis Caune <Artis.Caune@latnet.lv>

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Mar 12 17:24:14 2005 UTC (6 years, 11 months ago) by oliver
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -0 lines
fix building for cases where WRKDIR is a nfs mount

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Mar 5 14:00:58 2005 UTC (6 years, 11 months ago) by oliver
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +19 -14 lines
update to 0.55
migrate to OPTIONS [1]
add WITH_SYSLOG_FACILITY knob [2]

PR:		78362 [1]
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br> [1]
		Sascha Holzleiter <sascha@daemonground.de> [2]

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Mar 1 21:02:00 2005 UTC (6 years, 11 months ago) by oliver
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Add BSD master.passwd processing to pw2userdb
Bump PORTREVISION

PR:		ports/78163
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Mar 1 19:39:52 2005 UTC (6 years, 11 months ago) by oliver
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
- fix Makefile [1]
- Bump PORTREVISION
- create and remove PREFIX/var/spool/authdaemon on (de)installation [2]

PR:		ports/78613 [1] - partly
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es> [1]
Noted by:	Gustavo A. Baratto <gbaratto@superb.net> [2]

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Feb 13 13:50:40 2005 UTC (6 years, 11 months ago) by oliver
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
update to 0.54

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Feb 4 18:44:48 2005 UTC (7 years ago) by oliver
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +21 -2 lines
VPOPMAILDIR?=   ${LOCALBASE}/vpopmail

update to 0.53
new knobs: WITH_MAILUSER WITH_MAILGROUP WITHOUT_AUTHUSERDB

Submitted by:	"Gustavo A. Baratto" <gbaratto@superb.net>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jan 31 00:35:48 2005 UTC (7 years ago) by girgen
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2 lines
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 21 06:11:02 2005 UTC (7 years ago) by oliver
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
don't sed ${WRKSRC}/Makefile.in twice

Noted By:	Atanas <atanas@aplus.net>

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jan 8 10:25:04 2005 UTC (7 years, 1 month ago) by oliver
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -3 lines
upadate to courier-authlib 0.52, courier-imap 4.0.1 and sqwebmail 5.0.0

Special thanks for testing and sugestions to:	Brian Candler <B.Candler@pobox.com>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Dec 19 11:25:27 2004 UTC (7 years, 1 month ago) by oliver
Branches: MAIN
CVS tags: old_RELEASE_4_11_0
Add courier-authlib

<quote>
Copies of this library code used to exist in other tarballs: Courier,
Courier-IMAP, and SqWebMail. Building and installing any of these packages
would've automatically installed this authentication code.

The authentication library is now a separate, standalone package. This
authentication library must now be installed, separately, before upgrading
to the following builds (or if installing them for the first time):
Courier 0.48, Courier-IMAP 4.0, and SqWebMail 5.0. See NEWS for more information.
</quote>

http://www.courier-mta.org/authlib/

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