FreeBSD Bugzilla – Attachment 95030 Details for
Bug 133318
Update port: mail/esmtp to 1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.72 KB, created by
tkato432
on 2009-04-02 19:10:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2009-04-02 19:10:04 UTC
Size:
3.72 KB
patch
obsolete
>diff -urN /usr/ports/mail/esmtp/Makefile mail/esmtp/Makefile >--- /usr/ports/mail/esmtp/Makefile 2009-03-14 15:47:49.000000000 +0900 >+++ mail/esmtp/Makefile 2009-03-19 18:10:59.000000000 +0900 >@@ -6,11 +6,9 @@ > # > > PORTNAME= esmtp >-PORTVERSION= 0.5.1 >-PORTREVISION= 1 >+PORTVERSION= 1.0 > CATEGORIES= mail >-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} >-MASTER_SITE_SUBDIR= ${PORTNAME} >+MASTER_SITES= SF > > MAINTAINER= ports@FreeBSD.org > COMMENT= Relay-only Mail Transfer Agent with sendmail compatible syntax >@@ -28,34 +26,34 @@ > PORTDOCS= README > PLIST_FILES= bin/esmtp etc/esmtprc.sample > >+SUB_FILES= pkg-message >+ > CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} > LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} > > post-patch: >- @${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|g' \ >- ${WRKSRC}/sample.esmtprc >- @${REINPLACE_CMD} -e 's|sendmail(1)|sendmail(8)|g ; \ >- s|/etc|${PREFIX}/etc|g' ${WRKSRC}/${PORTNAME}.1 >- @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' \ >- ${WRKSRC}/parser.c ${WRKSRC}/parser.y >+.for file in ${PORTNAME}.1 >+ @${REINPLACE_CMD} -e \ >+ 's|^/etc|${PREFIX}/etc|g' ${WRKSRC}/${file} >+.endfor >+.for file in esmtprc.5 sample.esmtprc >+ @${REINPLACE_CMD} -e \ >+ 's|/usr/bin/|${LOCALBASE}/bin/|g ; \ >+ s|/usr/lib/|/usr/libexec/|g' ${WRKSRC}/${file} >+.endfor > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin > ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 >- ${INSTALL_MAN} ${WRKSRC}/esmtprc.5 ${MANPREFIX}/man/man5 >+ ${INSTALL_MAN} ${WRKSRC}/esmtprc.5 ${MAN5PREFIX}/man/man5 > ${INSTALL_DATA} ${WRKSRC}/sample.esmtprc \ > ${PREFIX}/etc/esmtprc.sample >- @${ECHO_MSG} "------------------------------------------------------------" >- @${ECHO_MSG} "Sample of configuration file placed at" >- @${ECHO_MSG} "${PREFIX}/etc/esmtprc.sample" >- @${ECHO_MSG} "------------------------------------------------------------" >- >-post-install: > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} > .for doc in ${PORTDOCS} > ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} > .endfor > .endif >+ @${CAT} ${PKGMESSAGE} > > .include <bsd.port.mk> >diff -urN /usr/ports/mail/esmtp/distinfo mail/esmtp/distinfo >--- /usr/ports/mail/esmtp/distinfo 2005-11-26 19:26:56.000000000 +0900 >+++ mail/esmtp/distinfo 2009-03-19 17:40:07.000000000 +0900 >@@ -1,3 +1,3 @@ >-MD5 (esmtp-0.5.1.tar.bz2) = 9f0b809e891a548910f099efc4315b02 >-SHA256 (esmtp-0.5.1.tar.bz2) = ae023107f8e0c872a2bb6f23a9a5f019b254e9b7eebd20a309af996d9cb7e38e >-SIZE (esmtp-0.5.1.tar.bz2) = 127355 >+MD5 (esmtp-1.0.tar.bz2) = e4c4e00eecb70b528a9d772d2e633b29 >+SHA256 (esmtp-1.0.tar.bz2) = b880708a52968ca9506ea8d9578ba1cfa8bb5586f51a421279803c8260dbb190 >+SIZE (esmtp-1.0.tar.bz2) = 122979 >diff -urN /usr/ports/mail/esmtp/files/patch-esmtprc.5 mail/esmtp/files/patch-esmtprc.5 >--- /usr/ports/mail/esmtp/files/patch-esmtprc.5 2005-04-16 10:36:37.000000000 +0900 >+++ mail/esmtp/files/patch-esmtprc.5 1970-01-01 09:00:00.000000000 +0900 >@@ -1,13 +0,0 @@ >---- esmtprc.5.orig Wed Feb 16 04:07:57 2005 >-+++ esmtprc.5 Sun Apr 10 10:04:14 2005 >-@@ -137,8 +137,8 @@ >- place a %T. The mail message's \fBFrom\fR address will be inserted where you >- place an %F. >- >--Some common MDAs are "/usr/bin/procmail -d %T", "/usr/bin/deliver" and >--"/usr/lib/mail.local %T". >-+Some common MDAs are "/usr/local/bin/procmail -d %T" >-+and "/usr/libexec/mail.local %T". >- >- .SH SEE ALSO >- esmtp(1) >diff -urN /usr/ports/mail/esmtp/files/pkg-message.in mail/esmtp/files/pkg-message.in >--- /usr/ports/mail/esmtp/files/pkg-message.in 1970-01-01 09:00:00.000000000 +0900 >+++ mail/esmtp/files/pkg-message.in 2009-03-19 18:03:01.000000000 +0900 >@@ -0,0 +1,4 @@ >+------------------------------------------------------------ >+Sample of configuration file placed at >+%%PREFIX%%/etc/esmtprc.sample >+------------------------------------------------------------
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 133318
: 95030