update to exim 4.62
from maintainer Andreas Voegele <andreas at altroot.de>
This commit is contained in:
parent
2085187c49
commit
c5ae1ebcec
@ -1,8 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.52 2006/02/05 14:30:11 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.53 2006/05/05 06:02:30 sturm Exp $
|
||||
|
||||
COMMENT= "Flexible mail transfer agent"
|
||||
DISTNAME= exim-4.60
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= exim-4.62
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \
|
||||
http://mirror.switch.ch/ftp/mirror/exim/exim/exim4/ \
|
||||
@ -10,7 +9,7 @@ MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \
|
||||
|
||||
HOMEPAGE= http://www.exim.org/
|
||||
|
||||
MAINTAINER= Andreas Voegele <voegelas@gmx.net>
|
||||
MAINTAINER= Andreas Voegele <andreas@altroot.de>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -95,6 +94,9 @@ do-configure:
|
||||
@cp ${FILESDIR}/eximon.conf ${WRKSRC}/Local
|
||||
.endif
|
||||
|
||||
pre-fake:
|
||||
${INSTALL_DATA_DIR} ${WRKINST}${SYSCONFDIR}/mail
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/exim
|
||||
${INSTALL_DATA} ${WRKINST}${SYSCONFDIR}/exim/configure ${PREFIX}/share/examples/exim
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (exim-4.60.tar.gz) = 583be34bf0ca2d6bda9f6dea4823c574
|
||||
RMD160 (exim-4.60.tar.gz) = 772c5c0a98fc3b5789b065980831914f33cef5f7
|
||||
SHA1 (exim-4.60.tar.gz) = 79bce0491ebae54170382c0909c2480b90c25257
|
||||
SIZE (exim-4.60.tar.gz) = 2024104
|
||||
MD5 (exim-4.62.tar.gz) = 4142642dade5c24154ef2ea2ba562b12
|
||||
RMD160 (exim-4.62.tar.gz) = 8cd77cef20f974a900f4b3f6f6ac51e4929eaff3
|
||||
SHA1 (exim-4.62.tar.gz) = f0699f671b7517183d8fa3039a1949716d8a6f43
|
||||
SIZE (exim-4.62.tar.gz) = 2054559
|
||||
|
@ -6,7 +6,7 @@
|
||||
if [ $name = exim${EXE} ]; then
|
||||
- version=exim-`./exim -bV -C /dev/null | \
|
||||
- awk '/Exim version/ { OFS=""; print $3,"-",substr($4,2,length($4)-1) }'`${EXE}
|
||||
+ version=exim-4.60
|
||||
+ version=exim-4.62
|
||||
|
||||
if [ "${version}" = "exim-${EXE}" ]; then
|
||||
echo $com ""
|
||||
|
@ -11,7 +11,9 @@ This port can be built with the following flavors:
|
||||
* no_x11 - do not build eximon which requires X11
|
||||
* mysql - support mysql queries for lookups
|
||||
* postgresql - support postgresql queries for lookups
|
||||
* sqlite3 - support for sqlite queries for lookups
|
||||
* ldap - support ldap (OpenLDAP) queries for lookups
|
||||
* iconv - support character code conversions
|
||||
* sasl - support for SASL
|
||||
|
||||
All this flavors are independent of each other.
|
||||
All these flavors are independent of each other.
|
||||
|
@ -1,10 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.15 2006/01/15 13:06:43 sturm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.16 2006/05/05 06:02:30 sturm Exp $
|
||||
@newgroup _exim:521
|
||||
@newuser _exim:521:_exim:daemon:Exim Account:/var/spool/exim:/sbin/nologin
|
||||
bin/exicyclog
|
||||
bin/exigrep
|
||||
bin/exim
|
||||
bin/exim-4.60
|
||||
bin/exim-4.62
|
||||
bin/exim_checkaccess
|
||||
bin/exim_dbmbuild
|
||||
bin/exim_dumpdb
|
||||
|
Loading…
Reference in New Issue
Block a user