View | Details | Raw Unified | Return to bug 201689
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	authres
4
PORTNAME=	authres
5
PORTVERSION=	0.701
5
PORTVERSION=	0.800
6
CATEGORIES=	mail python
6
CATEGORIES=	mail python
7
MASTER_SITES=	http://launchpad.net/authentication-results-python/0.700/0.701/+download/
7
MASTER_SITES=	http://launchpad.net/authentication-results-python/0.800/0.8/+download/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
9
10
MAINTAINER=	yasu@utahime.org
10
MAINTAINER=	yasu@utahime.org
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (authres-0.701.tar.gz) = 4536c485ab8da667be84361b040e626d025cc8b3cb5ad7ef156a7764bf9a9b12
1
SHA256 (authres-0.800.tar.gz) = d28e3976a7d418917cbbf384018aa0e8a0489e41bfd9847309c5f8efb19f6efd
2
SIZE (authres-0.701.tar.gz) = 18878
2
SIZE (authres-0.800.tar.gz) = 19863
(-)pkg-plist (+3 lines)
Lines 16-21 Link Here
16
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/dmarc.py
16
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/dmarc.py
17
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/dmarc.pyc
17
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/dmarc.pyc
18
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/dmarc.pyo
18
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/dmarc.pyo
19
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/rrvs.py
20
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/rrvs.pyc
21
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/rrvs.pyo
19
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/smime.py
22
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/smime.py
20
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/smime.pyc
23
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/smime.pyc
21
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/smime.pyo
24
%%PYTHON_SITELIBDIR%%/%%PORTNAME%%/smime.pyo

Return to bug 201689