mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
[MAINTAINER] Update port: databases/py-MySQLdb-devel to 1.1.8
Update port: databases/py-MySQLdb-devel to 1.1.8 - Change to 1.1.8 - Install more docs PR: ports/75867 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
This commit is contained in:
parent
882df49ad9
commit
e91a17d971
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126268
2 changed files with 9 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= MySQLdb
|
||||
PORTVERSION= 1.1.7
|
||||
PORTVERSION= 1.1.8
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= mysql-python
|
||||
|
@ -52,12 +52,16 @@ MAKE_ENV+= mysqloptlibs=""
|
|||
.endif
|
||||
.endif
|
||||
|
||||
PORTDOCS= MANIFEST README
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= *
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for FILE in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/MANIFEST ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.for FILE in ${WRKSRC}/doc/*
|
||||
@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (MySQL-python-1.1.7.tar.gz) = 765bdeaeae06567da8713bb49f3c2a40
|
||||
SIZE (MySQL-python-1.1.7.tar.gz) = 77941
|
||||
MD5 (MySQL-python-1.1.8.tar.gz) = dbc6c1cd6339ac284473dbc8c35e86bb
|
||||
SIZE (MySQL-python-1.1.8.tar.gz) = 84677
|
||||
|
|
Loading…
Add table
Reference in a new issue