FreeBSD Bugzilla – Attachment 19544 Details for
Bug 34701
Update port: mail/tmda to latest release (0.46)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.37 KB, created by
jason-dated-1013794902.063b7d
on 2002-02-07 17:50:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
jason-dated-1013794902.063b7d
Created:
2002-02-07 17:50:02 UTC
Size:
2.37 KB
patch
obsolete
>diff -ruN /usr/ports/mail/tmda/Makefile /root/ports/tmda/Makefile >--- /usr/ports/mail/tmda/Makefile Tue Jan 8 17:49:30 2002 >+++ /root/ports/tmda/Makefile Thu Feb 7 10:45:59 2002 >@@ -6,10 +6,10 @@ > # > > PORTNAME= tmda >-PORTVERSION= 0.44 >+PORTVERSION= 0.46 > CATEGORIES= mail python >-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} >-MASTER_SITE_SUBDIR= tmda >+MASTER_SITES= http://software.libertine.org/tmda/releases/ \ >+ http://software.libertine.org/tmda/releases/old/ > EXTRACT_SUFX= .tgz > > MAINTAINER= jason@mastaler.com >@@ -18,6 +18,9 @@ > > do-build: > (cd ${WRKSRC}; ${PYTHON_CMD} ./compileall) >+ >+pre-install: >+ @ ${SH} ${PKGREQ} INSTALL > > do-install: > ${MKDIR} ${PYTHON_SITELIBDIR}/TMDA >diff -ruN /usr/ports/mail/tmda/distinfo /root/ports/tmda/distinfo >--- /usr/ports/mail/tmda/distinfo Tue Jan 8 17:49:31 2002 >+++ /root/ports/tmda/distinfo Thu Feb 7 10:06:09 2002 >@@ -1 +1 @@ >-MD5 (tmda-0.44.tgz) = 66c80120099b046ab1c5974748da36ed >+MD5 (tmda-0.46.tgz) = abdc1c160c74a92071fa586399ba02b7 >diff -ruN /usr/ports/mail/tmda/pkg-plist /root/ports/tmda/pkg-plist >--- /usr/ports/mail/tmda/pkg-plist Tue Jan 8 17:49:31 2002 >+++ /root/ports/tmda/pkg-plist Thu Feb 7 10:15:17 2002 >@@ -55,10 +55,10 @@ > %%PORTDOCS%%share/doc/tmda/htdocs/index.html > %%PORTDOCS%%share/doc/tmda/htdocs/install.html > %%PORTDOCS%%share/doc/tmda/htdocs/inuse.html >-%%PORTDOCS%%share/doc/tmda/htdocs/lists.html > %%PORTDOCS%%share/doc/tmda/htdocs/requirements.html > %%PORTDOCS%%share/doc/tmda/htdocs/resources.html > %%PORTDOCS%%share/doc/tmda/htdocs/results.html >+%%PORTDOCS%%share/doc/tmda/htdocs/trouble.html > share/tmda/confirm_accept.txt > share/tmda/confirm_request.txt > @dirrm share/tmda >diff -ruN /usr/ports/mail/tmda/pkg-req /root/ports/tmda/pkg-req >--- /usr/ports/mail/tmda/pkg-req Wed Dec 31 17:00:00 1969 >+++ /root/ports/tmda/pkg-req Thu Feb 7 10:28:46 2002 >@@ -0,0 +1,17 @@ >+#!/bin/sh >+ >+PATH=$PATH:/usr/local/bin >+ >+if [ "x$1" = "xINSTALL" -o "x$2" = "xINSTALL" ]; then >+ PYTHON_GT=`python -c 'import string, sys; \ >+ print string.split(sys.version)[0] >= "2.0"'` >+ if [ "x${PYTHON_GT}" = "x1" ]; then >+ exit 0 >+ else >+ echo "-----------------------------------------------------------" >+ echo " TMDA requires Python version 2.0 or greater -" >+ echo " please update your Python installation before proceeding." >+ echo "-----------------------------------------------------------" >+ exit 1 >+ fi >+fi
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 34701
: 19544