FreeBSD Bugzilla – Attachment 21653 Details for
Bug 37869
Update port: mail/vm-pop3d
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.56 KB, created by
Gea-Suan Lin
on 2002-05-08 22:40:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Gea-Suan Lin
Created:
2002-05-08 22:40:05 UTC
Size:
1.56 KB
patch
obsolete
>diff -ruN /usr/ports/mail/vm-pop3d/Makefile vm-pop3d/Makefile >--- /usr/ports/mail/vm-pop3d/Makefile Fri Mar 22 03:12:16 2002 >+++ vm-pop3d/Makefile Thu May 9 05:31:27 2002 >@@ -7,6 +7,7 @@ > > PORTNAME= vm-pop3d > PORTVERSION= 1.1.6 >+PORTREVISION= 1 > CATEGORIES= mail > MASTER_SITES= ${MASTER_SITE_SUNSITE} \ > http://www.ibiblio.org/ >@@ -37,9 +38,11 @@ > post-patch: > @${PERL} -pi -e "s@LIBS -ldl@LIBS@" ${WRKSRC}/configure > @${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/vm-pop3d.h >+ @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/vm-pop3d.sh > ${WRKSRC}/vm-pop3d.sh.sample > > post-install: > ${INSTALL_MAN} ${WRKSRC}/vm-pop3d.8 ${MAN8PREFIX}/man/man8 >+ ${INSTALL_SCRIPT} ${WRKSRC}/vm-pop3d.sh.sample ${PREFIX}/etc/rc.d > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} > .for FILE in ${DOCS} >diff -ruN /usr/ports/mail/vm-pop3d/files/vm-pop3d.sh vm-pop3d/files/vm-pop3d.sh >--- /usr/ports/mail/vm-pop3d/files/vm-pop3d.sh Thu Jan 1 08:00:00 1970 >+++ vm-pop3d/files/vm-pop3d.sh Thu May 9 05:28:57 2002 >@@ -0,0 +1,15 @@ >+#!/bin/sh >+ >+case "$1" in >+start) >+ [ -x %%PREFIX%%/sbin/vm-pop3d ] && %%PREFIX%%/sbin/vm-pop3d -d && echo -n " vm-pop3d" >+ ;; >+stop) >+ killall vm-pop3d && echo -n " vm-pop3d" >+ ;; >+*) >+ echo "Usage: `basename $0` {start|stop}" >&2 >+ ;; >+esac >+ >+exit 0 >diff -ruN /usr/ports/mail/vm-pop3d/pkg-plist vm-pop3d/pkg-plist >--- /usr/ports/mail/vm-pop3d/pkg-plist Fri Aug 24 16:51:23 2001 >+++ vm-pop3d/pkg-plist Thu May 9 05:31:15 2002 >@@ -1,3 +1,4 @@ >+etc/rc.d/vm-pop3d.sh.sample > sbin/vm-pop3d > %%PORTDOCS%%share/doc/vm-pop3d/AUTHORS > %%PORTDOCS%%share/doc/vm-pop3d/CHANGES
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 37869
: 21653