aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-01-13 06:14:22 +0800
committeredwin <edwin@FreeBSD.org>2005-01-13 06:14:22 +0800
commit43ab71879c65e63008ea33e4c34741421634440e (patch)
tree168479b89f101ef42b34881c43c0cae5c9e9a5f8
parent636a9b3eab05f6bd3366dfb4111c69852cb40ee9 (diff)
downloadfreebsd-ports-gnome-43ab71879c65e63008ea33e4c34741421634440e.tar.gz
freebsd-ports-gnome-43ab71879c65e63008ea33e4c34741421634440e.tar.zst
freebsd-ports-gnome-43ab71879c65e63008ea33e4c34741421634440e.zip
[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>
-rw-r--r--databases/py-MySQLdb-devel/Makefile10
-rw-r--r--databases/py-MySQLdb-devel/distinfo4
2 files changed, 9 insertions, 5 deletions
diff --git a/databases/py-MySQLdb-devel/Makefile b/databases/py-MySQLdb-devel/Makefile
index 3e24b805b504..1b4a6f0c8ce4 100644
--- a/databases/py-MySQLdb-devel/Makefile
+++ b/databases/py-MySQLdb-devel/Makefile
@@ -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
diff --git a/databases/py-MySQLdb-devel/distinfo b/databases/py-MySQLdb-devel/distinfo
index 6234367b0550..b01031d7174a 100644
--- a/databases/py-MySQLdb-devel/distinfo
+++ b/databases/py-MySQLdb-devel/distinfo
@@ -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