FreeBSD Bugzilla – Attachment 40069 Details for
Bug 63037
port update: hotwayd-0.7.1 => hotwayd-0.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.patch
Makefile.patch (text/plain), 1.06 KB, created by
John Nielsen
on 2004-02-18 21:20:19 UTC
(
hide
)
Description:
Makefile.patch
Filename:
MIME Type:
Creator:
John Nielsen
Created:
2004-02-18 21:20:19 UTC
Size:
1.06 KB
patch
obsolete
>--- ../hotwayd-0.71/Makefile Thu Feb 12 09:28:48 2004 >+++ Makefile Wed Feb 18 13:37:07 2004 >@@ -6,8 +6,7 @@ > # > > PORTNAME= hotwayd >-PORTVERSION= 0.7.1 >-PORTREVISION= 1 >+PORTVERSION= 0.8 > CATEGORIES= mail > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= hotwayd >@@ -16,16 +15,32 @@ > COMMENT= A Hotmail -> POP3 gateway > > LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ >- iconv.3:${PORTSDIR}/converters/libiconv >+ iconv.3:${PORTSDIR}/converters/libiconv \ >+ sasl2.2:${PORTSDIR}/security/cyrus-sasl2 > > USE_BZIP2= yes > GNU_CONFIGURE= yes > USE_GMAKE= yes > >-MAN1= hotwayd.1 >-PLIST_FILES= sbin/hotwayd >+MAN1= hotwayd.1 \ >+ hotsmtpd.1 > >-post-install: >+DOC_FILES= AUTHORS COPYING INSTALL NEWS README README.hotsmtpd VERSION >+DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} >+ >+post-install: install-doc-files display-message >+ >+install-doc-files: >+.if !defined(NOPORTDOCS) >+ @${MKDIR} ${DOCSDIR} >+.for f in ${DOC_FILES} >+ @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} >+.endfor >+.endif >+ >+display-message: >+ @${ECHO_MSG} > @${CAT} ${PKGMESSAGE} >+ @${ECHO_MSG} > > .include <bsd.port.mk>
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 63037
: 40069 |
40070
|
40071