mail/py-authres: update 0.602 -> 0.701
PR: 194372 Submitted by: Yasushiro Kimura <yasu@utahime.org> Approved by: mentors (implicit)
This commit is contained in:
parent
3870bd1806
commit
91bf507842
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372188
3 changed files with 8 additions and 6 deletions
|
@ -2,9 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= authres
|
||||
PORTVERSION= 0.602
|
||||
PORTVERSION= 0.701
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= http://launchpad.net/authentication-results-python/trunk/0.602/+download/
|
||||
MASTER_SITES= http://launchpad.net/authentication-results-python/0.700/0.701/+download/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yasu@utahime.org
|
||||
|
@ -22,7 +22,7 @@ PORTDOCS= CHANGES README
|
|||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (authres-0.602.tar.gz) = 41cea7fcc3387e381b520053dbbba1825598b6cb9d45c505ae466d7a2a27edc3
|
||||
SIZE (authres-0.602.tar.gz) = 17971
|
||||
SHA256 (authres-0.701.tar.gz) = 4536c485ab8da667be84361b040e626d025cc8b3cb5ad7ef156a7764bf9a9b12
|
||||
SIZE (authres-0.701.tar.gz) = 18878
|
||||
|
|
|
@ -16,8 +16,10 @@
|
|||
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/dmarc.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/dmarc.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/dmarc.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/smime.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/smime.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/smime.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/tests
|
||||
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/vbr.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/vbr.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/vbr.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/%%PORTNAME%%
|
||||
|
|
Loading…
Reference in a new issue