Update to 0.68.
PR: 46880 Submitted by: maintainer
This commit is contained in:
parent
33333bcd77
commit
f189c754e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73548
2 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= tmda
|
||||
PORTVERSION= 0.67
|
||||
PORTVERSION= 0.68
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= http://tmda.net/releases/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= . old
|
||||
|
@ -29,6 +29,8 @@ do-install:
|
|||
${PYTHON_SITELIBDIR}/TMDA/pythonlib/email
|
||||
${MKDIR} ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/templates/*.txt ${DATADIR}
|
||||
@${RM} ${WRKSRC}/bin/tmda-gui
|
||||
@${RM} ${WRKSRC}/bin/tmda-manager
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/tmda-* ${PREFIX}/bin
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (tmda-0.67.tgz) = 6aa3205b342bc461728b0c0b8f5a75d1
|
||||
MD5 (tmda-0.68.tgz) = 7f0403bc845ab20335323cb8f22fdbfd
|
||||
|
|
Loading…
Reference in a new issue