Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2014 12:36:32 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372188 - head/mail/py-authres
Message-ID:  <201411051236.sA5CaWbi048540@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Wed Nov  5 12:36:32 2014
New Revision: 372188
URL: https://svnweb.freebsd.org/changeset/ports/372188
QAT: https://qat.redports.org/buildarchive/r372188/

Log:
  mail/py-authres: update 0.602 -> 0.701
  
  PR:		194372
  Submitted by:	Yasushiro Kimura <yasu@utahime.org>
  Approved by:	mentors (implicit)

Modified:
  head/mail/py-authres/Makefile
  head/mail/py-authres/distinfo
  head/mail/py-authres/pkg-plist

Modified: head/mail/py-authres/Makefile
==============================================================================
--- head/mail/py-authres/Makefile	Wed Nov  5 12:25:04 2014	(r372187)
+++ head/mail/py-authres/Makefile	Wed Nov  5 12:36:32 2014	(r372188)
@@ -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>

Modified: head/mail/py-authres/distinfo
==============================================================================
--- head/mail/py-authres/distinfo	Wed Nov  5 12:25:04 2014	(r372187)
+++ head/mail/py-authres/distinfo	Wed Nov  5 12:36:32 2014	(r372188)
@@ -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

Modified: head/mail/py-authres/pkg-plist
==============================================================================
--- head/mail/py-authres/pkg-plist	Wed Nov  5 12:25:04 2014	(r372187)
+++ head/mail/py-authres/pkg-plist	Wed Nov  5 12:36:32 2014	(r372188)
@@ -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%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411051236.sA5CaWbi048540>