mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.9.5
While I'm here: - install sample rc file even if NOPORTDOCS=yes - cosmetic fixes PR: 60065 Submitted by: maintainer
This commit is contained in:
parent
36e975e5f9
commit
b58ab4adf1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95546
3 changed files with 11 additions and 12 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= imapfilter
|
PORTNAME= imapfilter
|
||||||
PORTVERSION= 0.9.4
|
PORTVERSION= 0.9.5
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= http://imapfilter.hellug.gr/source/
|
MASTER_SITES= http://imapfilter.hellug.gr/source/
|
||||||
|
|
||||||
|
@ -14,21 +14,19 @@ MAINTAINER= lefcha@hellug.gr
|
||||||
COMMENT= IMAP mail filtering utility
|
COMMENT= IMAP mail filtering utility
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
|
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
|
|
||||||
MAN1= imapfilter.1
|
MAN1= imapfilter.1
|
||||||
MAN5= imapfilterrc.5
|
MAN5= imapfilterrc.5
|
||||||
|
DOCS= LICENSE NEWS README
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${STRIP_CMD} ${PREFIX}/bin/imapfilter
|
${STRIP_CMD} ${PREFIX}/bin/imapfilter
|
||||||
.if !defined(NOPORTDOCS)
|
@${MKDIR} ${EXAMPLESDIR}
|
||||||
${MKDIR} ${DOCSDIR}
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR}
|
|
||||||
${MKDIR} ${EXAMPLESDIR}
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/sample.imapfilterrc ${EXAMPLESDIR}
|
${INSTALL_DATA} ${WRKSRC}/sample.imapfilterrc ${EXAMPLESDIR}
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
@${MKDIR} ${DOCSDIR}
|
||||||
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (imapfilter-0.9.4.tar.bz2) = 3ea63d41a3c2f786982e4e86cccd3ede
|
MD5 (imapfilter-0.9.5.tar.bz2) = 4593e3422d75d9cb2e498fe353c0fedc
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
|
@comment $FreeBSD$
|
||||||
bin/imapfilter
|
bin/imapfilter
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||||
%%PORTDOCS%%%%EXAMPLESDIR%%/sample.imapfilterrc
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
%%EXAMPLESDIR%%/sample.imapfilterrc
|
||||||
|
@dirrm %%EXAMPLESDIR%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue