ports/58321: [MAINTAINER] mail/tmda: update to 0.87

Sergei Kolobov sergei at kolobov.com
Tue Oct 21 06:30:16 UTC 2003


>Number:         58321
>Category:       ports
>Synopsis:       [MAINTAINER] mail/tmda: update to 0.87
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 20 23:30:07 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD elf.chetwood.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sun Oct  5 18:18:29 MSD
>Description:
- Update to 0.87
- Simplify Python version checking with the new USE_PYTHON=2.1+ construct

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- tmda-0.87.patch begins here ---
Index: Makefile
===================================================================
RCS file: /FreeBSD/cvs/ports/mail/tmda/Makefile,v
retrieving revision 1.43
diff -u -u -r1.43 Makefile
--- Makefile	9 Oct 2003 19:56:38 -0000	1.43
+++ Makefile	21 Oct 2003 05:55:46 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tmda
-PORTVERSION=	0.86
+PORTVERSION=	0.87
 CATEGORIES=	mail python
 MASTER_SITES=	http://www.tmda.net/releases/%SUBDIR%/ \
 		http://www.us.tmda.net/releases/%SUBDIR%/ \
@@ -25,7 +25,7 @@
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/cdbmodule.so:${PORTSDIR}/databases/py-cdb
 .endif
 
-USE_PYTHON=	yes
+USE_PYTHON=	2.1+
 
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
@@ -36,12 +36,6 @@
 		update-internaldomains vadduser-tmda vmailmgr-vdir.sh \
 		vpopmail-vdir.sh wrapfd3.sh
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 210
-BROKEN=		"TMDA requries Python 2.1 or greater"
-.endif
-
 do-build:
 	cd ${WRKSRC} && ${PYTHON_CMD} ./compileall
 
@@ -65,4 +59,4 @@
 	       > ${PKGMESSAGE}
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /FreeBSD/cvs/ports/mail/tmda/distinfo,v
retrieving revision 1.37
diff -u -u -r1.37 distinfo
--- distinfo	3 Oct 2003 15:48:29 -0000	1.37
+++ distinfo	15 Oct 2003 19:13:43 -0000
@@ -1 +1 @@
-MD5 (tmda-0.86.tgz) = b0fc7afdd9ecf93c65437347ea081103
+MD5 (tmda-0.87.tgz) = d04c514ae9e3807197c0f97a5cc317fc
--- tmda-0.87.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list