- Update to 0.91 "Lucky Debonair"
- Install TMDA logos (noticed by Jason R. Mastaler) - Re-sort pkg-plist
This commit is contained in:
parent
e208953963
commit
3c660817f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94969
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tmda
|
||||
PORTVERSION= 0.89
|
||||
PORTVERSION= 0.91
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= http://www.tmda.net/releases/%SUBDIR%/ \
|
||||
http://www.us.tmda.net/releases/%SUBDIR%/ \
|
||||
@ -29,7 +29,8 @@ USE_PYTHON= 2.1+
|
||||
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
DOCS= CODENAMES CRYPTO README THANKS UPGRADE htdocs/*.html
|
||||
DOCS= CODENAMES CRYPTO README THANKS UPGRADE htdocs/*.html
|
||||
DOCS2= htdocs/img/*.png
|
||||
SAMPLES= sample.config tmda.el tofmipd.sysconfig vtmdarc
|
||||
SCRIPTS= collectaddys def2html printcdb printdbm sendit.sh \
|
||||
smtp-check-sender tofmipd.init tofmipd.sysconfig \
|
||||
@ -51,8 +52,10 @@ do-install:
|
||||
cd ${WRKSRC}/contrib && ${INSTALL_DATA} ${SAMPLES} ${EXAMPLESDIR}
|
||||
cd ${WRKSRC}/contrib && ${INSTALL_SCRIPT} ${SCRIPTS} ${EXAMPLESDIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
@${MKDIR} ${DOCSDIR}/img
|
||||
cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} ${DOCS} ${DOCSDIR} && \
|
||||
${INSTALL_DATA} ${DOCS2} ${DOCSDIR}/img
|
||||
.endif
|
||||
@${SED} -e 's!PREFIX!${PREFIX}!; s!DOCSDIR!${DOCSDIR}!;' \
|
||||
-e 's!EXAMPLESDIR!${EXAMPLESDIR}!' ${.CURDIR}/pkg-message \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (tmda-0.89.tgz) = 6d56be04f5a2089035440e344c8437b5
|
||||
MD5 (tmda-0.91.tgz) = d998d2d201fcf7122217d7565739fdfa
|
||||
|
@ -100,13 +100,20 @@ bin/tmda-sendmail
|
||||
%%PORTDOCS%%%%DOCSDIR%%/config-server.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/config-vars.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/config.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/download.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/donations.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/download.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/features.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/filter-sources.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/history.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/howto-template.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/howtos.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/img/tmda-186x253.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/img/tmda-47x64.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/img/tmda-562x765.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/img/tmda-70x95.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/img/tmda-93x127.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/img/tmda-nt-616x616.png
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/img
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/install.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/inuse.html
|
||||
|
Loading…
Reference in New Issue
Block a user