FreeBSD Bugzilla – Attachment 37237 Details for
Bug 59367
mail/courier was marked broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
courier.diff
courier.diff (text/plain), 3.03 KB, created by
Shizuka Kudo
on 2003-11-21 02:22:35 UTC
(
hide
)
Description:
courier.diff
Filename:
MIME Type:
Creator:
Shizuka Kudo
Created:
2003-11-21 02:22:35 UTC
Size:
3.03 KB
patch
obsolete
>diff -ur mail/courier/Makefile.orig mail/courier/Makefile >--- mail/courier/Makefile.orig Sun Nov 16 09:13:21 2003 >+++ mail/courier/Makefile Sun Nov 16 23:19:22 2003 >@@ -6,16 +6,13 @@ > # > > PORTNAME= courier >-PORTVERSION= 0.42.2 >+PORTVERSION= 0.44.0 > CATEGORIES= mail ipv6 > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= courier > > MAINTAINER= ports@FreeBSD.org > COMMENT= Courier SMTP IMAP POP3 HTTP mail server suite >- >-BROKEN= Uses unregistered uid/gid, already in use by pf >- > RUN_DEPENDS= ${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool \ > ${SITE_PERL}/Net/CIDR.pm:${PORTSDIR}/net/p5-Net-CIDR > >@@ -38,10 +35,10 @@ > MAILDROPDEFAULT?=./Maildir > # End of user-serviceable variables > CONFLICTS= postfix-1.* postfix-2.* sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* >-MAILOWN= courier >-MAILGRP= courier >-MAILUID= 62 >-MAILGID= 62 >+MAILOWN= mailnull >+MAILGRP= mailnull >+MAILUID= 26 >+MAILGID= 26 > ETCDIR= ${PREFIX}/etc > SYSCONFDIR= ${ETCDIR}/courier > USERDB= ${ETCDIR}/userdb >@@ -55,8 +52,6 @@ > USE_SUBMAKE= yes > USE_PERL5= yes > USE_GMAKE= yes >-USE_AUTOMAKE= yes >-USE_LIBTOOL= yes > USE_OPENSSL= yes > USE_AUTOMAKE_VER=15 > CONFIGURE_ENV= REHASH=${SCRIPTDIR}/c_rehash >@@ -112,7 +107,7 @@ > WITH_SENDFAX="${WITH_SENDFAX:L}" \ > WITH_IPV6="${WITH_IPV6:L}" \ > WITH_TRANSPORT="${WITH_TRANSPORT}" \ >- WITH_GHOSTSCRIPT_AFPL="${WITH_GHOSTSCRIPT_AFPL:no}" \ >+ WITH_GHOSTSCRIPT_AFPL="${WITH_GHOSTSCRIPT_AFPL:L}" \ > TOUCH="${TOUCH}" \ > MKDIR="${MKDIR}" > >diff -ur mail/courier/Makefile.man.orig mail/courier/Makefile.man >--- mail/courier/Makefile.man.orig Sun Aug 10 06:40:31 2003 >+++ mail/courier/Makefile.man Thu Aug 21 00:21:11 2003 >@@ -6,6 +6,7 @@ > dot-forward.1 \ > lockmail.1 \ > mailbot.1 \ >+ maildirkw.1 \ > maildirmake.1 \ > maildrop.1 \ > mailq.1 \ >diff -ur mail/courier/distinfo.orig mail/courier/distinfo >--- mail/courier/distinfo.orig Sun Aug 10 06:40:31 2003 >+++ mail/courier/distinfo Thu Aug 21 00:21:11 2003 >@@ -1 +1 @@ >-MD5 (courier-0.42.2.tar.bz2) = f607cbd949dd0fe7f138cf3b65d702f4 >+MD5 (courier-0.44.0.tar.bz2) = acf6721a56f94791adf4fd7f56ba3e38 >diff -ur mail/courier/pkg-install.orig mail/courier/pkg-install >--- mail/courier/pkg-install.orig Sun Jun 9 02:54:01 2002 >+++ mail/courier/pkg-install Sun Nov 16 23:21:30 2003 >@@ -5,8 +5,8 @@ > > PKG_PREFIX=${PKG_PREFIX:=/usr/local} > >-USER=courier; UID=62 >-GROUP=courier; GID=62 >+USER=mailnull; UID=26 >+GROUP=mailnull; GID=26 > > ask() { > local question default answer >diff -ur mail/courier/pkg-plist.orig mail/courier/pkg-plist >--- mail/courier/pkg-plist.orig Tue Aug 19 23:36:02 2003 >+++ mail/courier/pkg-plist Thu Aug 21 00:21:11 2003 >@@ -37,6 +37,7 @@ > bin/imapd > bin/lockmail > bin/mailbot >+bin/maildirkw > bin/maildirmake > bin/maildrop > bin/mailq >@@ -652,6 +653,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/html/lockmail.html > %%PORTDOCS%%%%DOCSDIR%%/html/mailbot.html > %%PORTDOCS%%%%DOCSDIR%%/html/maildir.html >+%%PORTDOCS%%%%DOCSDIR%%/html/maildirkw.html > %%PORTDOCS%%%%DOCSDIR%%/html/maildirmake.html > %%PORTDOCS%%%%DOCSDIR%%/html/maildirquota.html > %%PORTDOCS%%%%DOCSDIR%%/html/maildrop.README.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 59367
:
37235
|
37236
| 37237