1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
Commit Graph

9524 Commits

Author SHA1 Message Date
Erwin Lansing
689bc48c18 Update to 1.179
PR:		101028
Submitted by:	Alex Deiter <tiamat@komi.mts.ru> (maintainer)
2006-07-29 19:23:28 +00:00
Michael Johnson
c953f588fc - Update to 1.5.0.5 2006-07-29 03:57:38 +00:00
Rong-En Fan
3801a16b8b - Update to 1.2.3
PR:		ports/100990
Submitted by:	J.R. Oldroyd (maintainer)
2006-07-29 02:09:43 +00:00
Rong-En Fan
003834a79b - rc.d scripts are changed to show error messages when some error
occurs. It didn't show error messages even if they are fatal.
- Each rc.d script now logs all messages got at starting a daemon.
- pkg-install is made to automatically make a user to execute dkfilter
  which is specified by Makefile. Register UIDs, GIDs.
- pkg-deinstall is made to notice that an admin should remove the
  user made at install-time if they don't need him or her
- Bump PORTREVISION for all these changes

PR:		ports/100978
Submitted by:	Yoshisato YANAGISAWA (maintainer)
2006-07-29 02:07:43 +00:00
Andrew Pantyukhin
fde36944ce - Move from X11BASE to LOCALBASE
- Introduce app-side support for npapi/xpi smart linkfarming
- Remove old linkfarm and announce full automation
- Break all non-Makefile.npapi plugins (temporarily)
- Do not bump portrevision just yet
- Invite venturesome users to portupgrade -f xpi-* and linux-gecko-apps

Wiki:		http://wiki.freebsd.org/NPAPI, http://wiki.freebsd.org/XPI
2006-07-28 21:35:47 +00:00
Andrew Pantyukhin
59a513b8ee - Sync customized targets to current Makefile.xpi 2006-07-28 19:25:26 +00:00
Renato Botelho
3d655dcd60 - Change spamcontrol's spf patch to log when deny an email
- Move auth patches from FILESDIR to MASTER_SITE_LOCAL
2006-07-28 18:21:59 +00:00
Ion-Mihai Tetcu
9a2bb9afad Update to 1.3.41
Changes in this release:
	o	Finally fix ancient missing quote in start-dccm.

PR:		ports/100977
Submitted by:	Dean Hollister (maintainer)
2006-07-28 17:38:00 +00:00
Lars Thegler
3b690d6f57 - Update to 1.41
- Assign maintainership to perl@
2006-07-28 16:23:23 +00:00
Andrew Pantyukhin
e48050b4a8 - Rid the tree of double slashes in URL paths 2006-07-28 14:42:54 +00:00
Marcus Alves Grando
36d00ee61b - Update to 2.4-20060727 2006-07-28 14:36:08 +00:00
Renato Botelho
f5c06e857b Fix auth patch for qmail-tls
Submitted by:	Luiz Souza <luiz at visualconnect.com.br> by email
2006-07-28 13:53:25 +00:00
Cheng-Lung Sung
f4b6bd036c - update to 1.96 2006-07-28 13:28:14 +00:00
Renato Botelho
5316677351 Add SPF checker to qmail-spamcontrol port 2006-07-28 10:50:40 +00:00
Cheng-Lung Sung
e424172144 - email address of maintainer changed
PR:		ports/100946
Submitted by:	maintainer (Alexander Logvinov)
2006-07-28 03:05:06 +00:00
Renato Botelho
1438e33cae Add ext_todo patch, and external high performance todo manager. 2006-07-27 19:20:22 +00:00
Anders Nordby
23a2232018 Update to 1.3. 2006-07-27 17:10:02 +00:00
Rong-En Fan
338e2198a3 Add dkimproxy 0.13, DKIM filter for Postfix.
PR:		ports/100381
Submitted by:	Yoshisato YANAGISAWA
2006-07-27 16:26:39 +00:00
Andrew Pantyukhin
f7a5ba9b67 - Update to 1.5.0.5 2006-07-27 14:40:35 +00:00
Andrew Pantyukhin
2408bdc813 - Update to 1.5.0.5 2006-07-27 14:19:22 +00:00
Ion-Mihai Tetcu
1e4ef04d57 Update to 1.3.40
Changes in this release:
- Make bad password-IDs in /var/dcc/flod a serious error that is reported even
when tracing is off.
-  Fix missing ';;' in libexec/logger.
-  Restore `start-dccm -c` that was removed from version 1.3.39 with the
mistaken idea that -c was not in use.
- Fix bug counting clients of public DCC servers introduced in 1.3.39.
- Adding -d to DCCD_ARGS or GREY_DCCD_ARGS causes dccd to say how it determines
the size of available memory.
- Deal with sysctl(HW_PHYSMEM) on amd64 FreeBSD 6.* need for an 8-byte value
without breaking sysctl(HW_PHYSMEM) on FreeBSD 5.* that demands a 4-byte value.
- Allow databases larger than 3 GBytes on 64-bit systems.

PR:		ports/100880
Submitted by:	Dean Hollister (maintainer)
2006-07-27 05:58:48 +00:00
Dirk Meyer
270e57af77 - new option WITH_SETPROCTITLE
Submitted by:	marck (Dmitry Morozovsky)
2006-07-26 18:45:08 +00:00
Lars Thegler
29396d2ea0 - Update to 0.21
- Assign maintainership to perl@
2006-07-26 11:29:56 +00:00
Lars Thegler
c2289a16ca - Update to 1.03
- Assign maintainership to perl@
2006-07-26 09:46:25 +00:00
Lars Thegler
195657cdf6 - Update to 1.86
- Assign maintainership to perl@
2006-07-26 08:35:39 +00:00
Lars Thegler
1c4ed38250 Update to 2.13 2006-07-26 08:17:28 +00:00
Lars Thegler
996f9c2b3c - Update to 1.10. Now requires Perl from ports
- Assign maintainership to perl@
2006-07-26 08:02:06 +00:00
Dirk Meyer
3d34218a24 - update for changes in master ports 2006-07-25 11:28:53 +00:00
Dirk Meyer
2589e2491c - conversion to rc_subr and OPTIONS style
PR:		100773
Submitted by:	marck (Dmitry Morozovsky)

- keep compatibility checks
- make optiosn overriadeabel flor slave ports
- force UNIQUENAME to avoid conflichts between ports
2006-07-25 11:27:44 +00:00
Cheng-Lung Sung
9428810a00 - update to 1.95 2006-07-25 03:29:13 +00:00
Marcus Alves Grando
7515d6c3f2 - Update to 2.4-20060724 2006-07-24 22:43:34 +00:00
Marcus Alves Grando
a5e503188a - Update to 2.2.11 2006-07-24 22:37:22 +00:00
Marcus Alves Grando
bb69b39dc7 - Update to 2.3.1 2006-07-24 22:24:31 +00:00
Lars Thegler
262e160780 Update to 2.11. Now require Perl from ports.
PR:		ports/100695
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2006-07-24 19:16:09 +00:00
Stefan Walter
e4656bbaa3 Update to dovecot-1.0.rc2, see
http://www.dovecot.org/list/dovecot-news/2006-July/000010.html.

PR:		100037
Submitted by:	maintainer
Approved by:	arved
2006-07-24 16:29:10 +00:00
Erwin Lansing
4480690c43 Update to 1.45
PR:		100772
Submitted by:	HASHI Hiroaki <hashiz@tomba.meridiani.jp> (maintainer)
2006-07-24 11:42:14 +00:00
Renato Botelho
02f1a23b80 - Use PORTDOCS
- Remove uneeded pkg-plist
- Fix pkg-descr
- Adopt
2006-07-23 14:32:36 +00:00
Renato Botelho
288e9ddc4c Update SIDEBAR_PATCH
PR:		ports/100704
Submitted by:	maintainer
2006-07-23 13:55:38 +00:00
Rong-En Fan
7c94a7a6ad - Update to 2.2.02
PR:		ports/100697
Submitted by:	Jin-Shan Tseng
2006-07-23 06:41:47 +00:00
Jose Alonso Cardenas Marquez
b6b4a544cd Change maintainer address to my @FreeBSD.org email
Approved by:	garga (mentor)
2006-07-23 02:45:24 +00:00
Rong-En Fan
54d3a22e17 Add p5-Mail-OpenRelay-Simple 0.02, check if a mail server runs as an
open relay.

PR:		ports/100668
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2006-07-23 02:30:42 +00:00
Sergey Matveychuk
050661a4da - Forgotten patch for the last commit 2006-07-22 21:13:33 +00:00
Sergey Matveychuk
5089eeef77 - Preserve user's config file 2006-07-22 21:12:08 +00:00
Marcus Alves Grando
6397dbeb71 - Update to 2.4-20060722 2006-07-22 17:54:53 +00:00
Rong-En Fan
3cc131b333 Add p5-WWW-GMail 0.07, this module simplifies access to gmail.
PR:		ports/100639
Submitted by:	Tsung-Han Yeh <snowfly at yuntech.edu.tw>
2006-07-21 19:38:51 +00:00
Andrey Slusar
1f992977ca Update to 5.1
PR:		ports/100548
Submitted by:	Hiroto Kagotani (maintainer)
2006-07-19 19:23:42 +00:00
Marcus Alves Grando
bc4645c027 - Spell fixes [1]
- Fix DOVECOT build [2]

Submitted by:	remko [1], Vivek Khera <vivek___khera.org> [2]
2006-07-19 19:21:35 +00:00
Marcus Alves Grando
0350c7361c * 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]
2006-07-19 12:59:11 +00:00
Dirk Meyer
56f7f10e46 - fix build on RELENG_6
Submitted by:	ume (Hajimu UMEMOTO)
2006-07-19 04:02:59 +00:00
Renato Botelho
ee0c62d79d Add qmail-dk 0.54, domainKeys implementation for qmail. 2006-07-18 18:54:16 +00:00