ports/113611: update: mail/p5-qpsmtpd version 0.40 has been released... this updates it from

Z.C.B. vvelox at vvelox.net
Tue Jun 12 04:30:06 UTC 2007


>Number:         113611
>Category:       ports
>Synopsis:       update: mail/p5-qpsmtpd   version 0.40 has been released... this updates it from
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 12 04:30:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Z.C.B.
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.2-STABLE #3: Mon Mar 19 02:00:40 EDT 2007
    root at vixen42.vulpes:/usr/obj/usr/src/sys/vixen42-2



>Description:


Updates mail/p5-qpsmtpd from 0.32 to 0.40.

http://svn.perl.org/qpsmtpd/tags/0.40/Changes




>How-To-Repeat:


1: patch
2:
3: enjoy


>Fix:


--- mail_p5-qpsmtpd_distinfo.diff begins here ---
--- distinfo.orig	Mon Jun 11 23:23:42 2007
+++ distinfo	Mon Jun 11 23:24:34 2007
@@ -1,3 +1,3 @@
-MD5 (qpsmtpd-0.32.tar.gz) = ec4622643b7fd504676dadd3b238bcf5
-SHA256 (qpsmtpd-0.32.tar.gz) = 21ff3cd3a929dbcfe694fdfd6cb7f581e8e4dfcd3e56f0449c90a218200d1e0e
-SIZE (qpsmtpd-0.32.tar.gz) = 108080
+MD5 (qpsmtpd-0.40.tar.gz) = 566e45bd00ff8095d5eb760d9c096843
+SHA256 (qpsmtpd-0.40.tar.gz) = d3c2da91be90a1571e1f2d17d450d52817e9ba2f7bbdbffadb89aa64d198cae5
+SIZE (qpsmtpd-0.40.tar.gz) = 141147
--- mail_p5-qpsmtpd_distinfo.diff ends here ---
--- mail_p5-qpsmtpd_Makefile.diff begins here ---
--- Makefile.orig	Tue Jan  9 16:09:17 2007
+++ Makefile	Mon Jun 11 23:03:11 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	qpsmtpd
-PORTVERSION=	0.32
+PORTVERSION=	0.40
 CATEGORIES=	mail
 DISTNAME=	qpsmtpd-${PORTVERSION}
 
@@ -14,7 +14,6 @@
 COMMENT=	A flexible SMTP daemon written in Perl and featuring a plugin API
 
 #none for Net::Milter yet... meaning the milter plugin does not work and thus deleted when installed
-#none for Clamd yet... meaning the plugins/virus/clamd does not work and thus deleted when installed
 RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
 		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
 		${SITE_PERL}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools \
@@ -25,7 +24,8 @@
 		${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
 		${SITE_PERL}/${PERL_ARCH}/Geo/IP.pm:${PORTSDIR}/net/p5-Geo-IP \
 		${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \
-		${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC
+		${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC \
+		clamd:${PORTSDIR}/security/clamav
 
 MASTER_SITES=	http://smtpd.develooper.com/files/
 
@@ -35,21 +35,22 @@
 
 PERL_CONFIGURE=	yes
 
-MAN3=		Qpsmtpd::Constants.3 \
+MAN3=		Qpsmtpd::Command.3 \
+		Qpsmtpd::Constants.3 \
 		Qpsmtpd::DSN.3 \
-		Qpsmtpd::Auth.3 \
+		Qpsmtpd::ConfigServer.3 \
 		Qpsmtpd::Transaction.3 \
 		Qpsmtpd::Address.3 \
 		Qpsmtpd.3 \
 		Qpsmtpd::Connection.3 \
 		Qpsmtpd::Postfix.3 \
-		Apache::Qpsmtpd.3
+		Apache::Qpsmtpd.3 
 
 USE_RC_SUBR=	qpsmtpd.sh
 
 pre-configure:
 	@${RM} -v ${WRKSRC}/plugins/milter
-	@${RM} -v ${WRKSRC}/plugins/virus/clamdscan
+
 
 post-install:
 	@${MKDIR} -v ${PREFIX}/share/examples/${PORTNAME}
@@ -57,6 +58,11 @@
 	@${MKDIR} -v ${PREFIX}/share/${PORTNAME}
 	@${MKDIR} -v ${PREFIX}/share/${PORTNAME}/plugins
 	@${CP} -vr ${WRKSRC}/plugins/ ${PREFIX}/share/${PORTNAME}/plugins
+	@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
+	@${exec} ${PREFIX}/bin/pod2text ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}/README
+	@${exec} ${PREFIX}/bin/pod2text ${WRKSRC}/README.authentication ${PREFIX}/share/doc/${PORTNAME}/README.authentication
+	@${exec} ${PREFIX}/bin/pod2text ${WRKSRC}/README.logging ${PREFIX}/share/doc/${PORTNAME}/README.logging
+	@${exec} ${PREFIX}/bin/pod2text ${WRKSRC}/README.plugins ${PREFIX}/share/doc/${PORTNAME}/README.plugins
 	@${ECHO_MSG}
 	@${ECHO_MSG}
 	@${ECHO_MSG} '*****************************************************************'
--- mail_p5-qpsmtpd_Makefile.diff ends here ---
--- mail_p5-qpsmtpd_pkg-plist.diff begins here ---
--- pkg-plist.orig	Tue Jan  9 16:09:17 2007
+++ pkg-plist	Mon Jun 11 23:32:35 2007
@@ -1,18 +1,18 @@
 bin/qpsmtpd-forkserver
 bin/qpsmtpd
 %%SITE_PERL%%/Qpsmtpd.pm
-%%SITE_PERL%%/Qpsmtpd/SelectServer.pm
-%%SITE_PERL%%/Qpsmtpd/Utils.pm
-%%SITE_PERL%%/Qpsmtpd/TcpServer.pm
-%%SITE_PERL%%/Qpsmtpd/Constants.pm
+%%SITE_PERL%%/Qpsmtpd/Address.pm
 %%SITE_PERL%%/Qpsmtpd/Auth.pm
+%%SITE_PERL%%/Qpsmtpd/Connection.pm
+%%SITE_PERL%%/Qpsmtpd/Constants.pm
 %%SITE_PERL%%/Qpsmtpd/DSN.pm
-%%SITE_PERL%%/Qpsmtpd/Transaction.pm
-%%SITE_PERL%%/Qpsmtpd/Address.pm
 %%SITE_PERL%%/Qpsmtpd/Plugin.pm
-%%SITE_PERL%%/Qpsmtpd/SMTP.pm
 %%SITE_PERL%%/Qpsmtpd/Postfix.pm
-%%SITE_PERL%%/Qpsmtpd/Connection.pm
+%%SITE_PERL%%/Qpsmtpd/SelectServer.pm
+%%SITE_PERL%%/Qpsmtpd/SMTP.pm
+%%SITE_PERL%%/Qpsmtpd/TcpServer.pm
+%%SITE_PERL%%/Qpsmtpd/Transaction.pm
+%%SITE_PERL%%/Qpsmtpd/Utils.pm
 %%SITE_PERL%%/Apache/Qpsmtpd.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/qpsmtpd/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/qpsmtpd
@@ -26,10 +26,13 @@
 %%EXAMPLESDIR%%/logging
 %%EXAMPLESDIR%%/loglevel
 %%EXAMPLESDIR%%/plugins
+%%EXAMPLESDIR%%/rcpthosts
 %%EXAMPLESDIR%%/relayclients
 %%EXAMPLESDIR%%/require_resolvable_fromhost
 %%EXAMPLESDIR%%/rhsbl_zones
 %%EXAMPLESDIR%%/size_threshold
+%%EXAMPLESDIR%%/tls_before_auth
+%%EXAMPLESDIR%%/tls_ciphers
 @dirrm %%EXAMPLESDIR%%
 %%DATADIR%%/plugins/ident/geoip
 %%DATADIR%%/plugins/ident/p0f
@@ -41,6 +44,10 @@
 %%DATADIR%%/plugins/auth/authdeny
 %%DATADIR%%/plugins/auth/authnull
 @dirrm %%DATADIR%%/plugins/auth
+%%DATADIR%%/plugins/async/check_earlytalker
+%%DATADIR%%/plugins/async/dnsbl
+%%DATADIR%%/plugins/async/require_resolvable_fromhost
+ at dirrm %%DATADIR%%/plugins/async
 %%DATADIR%%/plugins/queue/exim-bsmtp
 %%DATADIR%%/plugins/queue/maildir
 %%DATADIR%%/plugins/queue/postfix-queue
@@ -63,6 +70,8 @@
 %%DATADIR%%/plugins/virus/sophie
 %%DATADIR%%/plugins/virus/aveclient
 @dirrm %%DATADIR%%/plugins/virus
+%%DATADIR%%/plugins/check_badmailfrom
+%%DATADIR%%/plugins/check_basicheaders
 %%DATADIR%%/plugins/check_earlytalker
 %%DATADIR%%/plugins/check_loop
 %%DATADIR%%/plugins/check_norelay
@@ -72,21 +81,28 @@
 %%DATADIR%%/plugins/count_unrecognized_commands
 %%DATADIR%%/plugins/dns_whitelist_soft
 %%DATADIR%%/plugins/dnsbl
+%%DATADIR%%/plugins/domainkeys
+%%DATADIR%%/plugins/dont_require_anglebrackets
 %%DATADIR%%/plugins/greylisting
 %%DATADIR%%/plugins/hosts_allow
 %%DATADIR%%/plugins/http_config
-%%DATADIR%%/plugins/check_badrcptto_patterns
 %%DATADIR%%/plugins/check_badrcptto
+%%DATADIR%%/plugins/check_badrcptto_patterns
 %%DATADIR%%/plugins/check_badmailfromto
+%%DATADIR%%/plugins/parse_addr_withhelo
 %%DATADIR%%/plugins/quit_fortune
 %%DATADIR%%/plugins/rcpt_ok
+%%DATADIR%%/plugins/relay_only
 %%DATADIR%%/plugins/require_resolvable_fromhost
 %%DATADIR%%/plugins/rhsbl
 %%DATADIR%%/plugins/sender_permitted_from
 %%DATADIR%%/plugins/spamassassin
 %%DATADIR%%/plugins/tls
 %%DATADIR%%/plugins/tls_cert
-%%DATADIR%%/plugins/check_basicheaders
-%%DATADIR%%/plugins/check_badmailfrom
 @dirrm %%DATADIR%%/plugins/
 @dirrm %%DATADIR%%
+%%DOCSDIR%%/README
+%%DOCSDIR%%/README.authentication
+%%DOCSDIR%%/README.logging
+%%DOCSDIR%%/README.plugins
+ at dirrm %%DOCSDIR%%
--- mail_p5-qpsmtpd_pkg-plist.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list