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

(-)py-MySQLdb-devel/Makefile (-3 / +7 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	MySQLdb
8
PORTNAME=	MySQLdb
9
PORTVERSION=	1.1.7
9
PORTVERSION=	1.1.8
10
CATEGORIES=	databases python
10
CATEGORIES=	databases python
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	mysql-python
12
MASTER_SITE_SUBDIR=	mysql-python
Lines 52-63 Link Here
52
.endif
52
.endif
53
.endif
53
.endif
54
54
55
PORTDOCS=		MANIFEST README
55
.if !defined(NOPORTDOCS)
56
PORTDOCS=	*
57
.endif
56
58
57
.if !defined(NOPORTDOCS)
59
.if !defined(NOPORTDOCS)
58
post-install:
60
post-install:
59
	@${MKDIR} ${DOCSDIR}
61
	@${MKDIR} ${DOCSDIR}
60
.for FILE in ${PORTDOCS}
62
	@${INSTALL_DATA} ${WRKSRC}/MANIFEST ${DOCSDIR}
63
	@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
64
.for FILE in ${WRKSRC}/doc/*
61
	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
65
	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
62
.endfor
66
.endfor
63
.endif
67
.endif
(-)py-MySQLdb-devel/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (MySQL-python-1.1.7.tar.gz) = 765bdeaeae06567da8713bb49f3c2a40
1
MD5 (MySQL-python-1.1.8.tar.gz) = dbc6c1cd6339ac284473dbc8c35e86bb
2
SIZE (MySQL-python-1.1.7.tar.gz) = 77941
2
SIZE (MySQL-python-1.1.8.tar.gz) = 84677

Return to bug 75867