Date: 9 Nov 2002 23:08:24 -0000 From: Sergei Kolobov <sergei@kolobov.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: <mwm@wired.org> Subject: ports/45175: [PATCH] Update mail/tmda to 0.64 Message-ID: <20021109230824.29752.qmail@outpost.globcon.net>
next in thread | raw e-mail | index | archive | help
>Number: 45175 >Category: ports >Synopsis: [PATCH] Update mail/tmda to 0.64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Nov 09 15:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 14 02:23:23 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386 >Description: - Update to 0.64 (codenamed "Lawrin") - While I'm here: - Combine do-install and post-install into a single target - Silent MKDIRs; make INSTALL_* verbose - Do not install yet another copy of GPL (COPYING) The port maintainer has been copied. >How-To-Repeat: >Fix: --- tmda-0.64.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/tmda/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 2002/10/29 21:57:16 1.24 +++ Makefile 2002/11/09 22:58:26 @@ -6,7 +6,7 @@ # PORTNAME= tmda -PORTVERSION= 0.63 +PORTVERSION= 0.64 CATEGORIES= mail python MASTER_SITES= http://tmda.net/releases/%SUBDIR%/ MASTER_SITE_SUBDIR= . old @@ -23,22 +23,20 @@ @${SH} ${PKGREQ} INSTALL do-install: - ${MKDIR} ${PYTHON_SITELIBDIR}/TMDA/pythonlib/email + @${MKDIR} ${PYTHON_SITELIBDIR}/TMDA/pythonlib/email ${INSTALL_SCRIPT} ${WRKSRC}/TMDA/*.py* ${PYTHON_SITELIBDIR}/TMDA ${INSTALL_SCRIPT} ${WRKSRC}/TMDA/pythonlib/email/*.py* \ ${PYTHON_SITELIBDIR}/TMDA/pythonlib/email - ${MKDIR} ${DATADIR} + @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/templates/*.txt ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/bin/tmda-* ${PREFIX}/bin - -post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/contrib ${DOCSDIR}/htdocs -.for f in COPYING CRYPTO ChangeLog INSTALL README THANKS UPGRADE - @${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR} + @${MKDIR} ${DOCSDIR}/contrib ${DOCSDIR}/htdocs +.for f in CODENAMES CRYPTO ChangeLog INSTALL README THANKS UPGRADE + ${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR} .endfor - @${INSTALL_DATA} ${WRKSRC}/contrib/* ${DOCSDIR}/contrib - @${INSTALL_DATA} ${WRKSRC}/htdocs/*.html ${DOCSDIR}/htdocs + ${INSTALL_DATA} ${WRKSRC}/contrib/* ${DOCSDIR}/contrib + ${INSTALL_DATA} ${WRKSRC}/htdocs/*.html ${DOCSDIR}/htdocs @${ECHO_MSG} @${ECHO_MSG} See ${DOCSDIR}/INSTALL for configuration instructions @${ECHO_MSG} See ${DOCSDIR}/UPGRADE if upgrading from a previous release Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/tmda/distinfo,v retrieving revision 1.22 diff -u -r1.22 distinfo --- distinfo 2002/10/29 21:57:16 1.22 +++ distinfo 2002/11/09 22:58:26 @@ -1 +1 @@ -MD5 (tmda-0.63.tgz) = 3484d1836f4a3aa052c5c43e87b8044a +MD5 (tmda-0.64.tgz) = 145f129996405c43a2f1da1159857a3d Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/tmda/pkg-plist,v retrieving revision 1.20 diff -u -r1.20 pkg-plist --- pkg-plist 2002/10/29 21:57:16 1.20 +++ pkg-plist 2002/11/09 22:58:26 @@ -77,7 +77,7 @@ %%PYTHON_SITELIBDIR%%/TMDA/Version.pyc %%PYTHON_SITELIBDIR%%/TMDA/__init__.py %%PYTHON_SITELIBDIR%%/TMDA/__init__.pyc -%%PORTDOCS%%share/doc/tmda/COPYING +%%PORTDOCS%%share/doc/tmda/CODENAMES %%PORTDOCS%%share/doc/tmda/CRYPTO %%PORTDOCS%%share/doc/tmda/ChangeLog %%PORTDOCS%%share/doc/tmda/INSTALL --- tmda-0.64.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021109230824.29752.qmail>