ports/76607: [MAINTAINER] Update port: databases/py-MySQLdb-devel to 1.1.9

Marcus Grando marcus at corp.grupos.com.br
Sun Jan 23 19:20:26 UTC 2005


>Number:         76607
>Category:       ports
>Synopsis:       [MAINTAINER] Update port: databases/py-MySQLdb-devel to 1.1.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 23 19:20:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Marcus Grando
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
Grupos Internet S/A
>Environment:
System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #38: Sat Jan 15 14:57:21 BRST 2005 root at corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386


	
>Description:
Update port: databases/py-MySQLdb-devel to 1.1.9

- Change to 1.1.9
- Remove SSL/CRYPTO options, because detects automatic now.
- Install new DOCs

	
>How-To-Repeat:
	
>Fix:

	

--- py-MySQLdb-devel.patch begins here ---
diff -ruN py-MySQLdb-devel.old/Makefile py-MySQLdb-devel/Makefile
--- py-MySQLdb-devel.old/Makefile	Wed Jan 12 20:14:22 2005
+++ py-MySQLdb-devel/Makefile	Sun Jan 23 16:57:24 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	MySQLdb
-PORTVERSION=	1.1.8
+PORTVERSION=	1.1.9
 CATEGORIES=	databases python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	mysql-python
@@ -28,8 +28,6 @@
 	@${ECHO} "You may use the following build options:"
 	@${ECHO} ""
 	@${ECHO} "	WITH_MYSQLCLIENT_R=yes	Use mysqlclient_r lib"
-	@${ECHO} "	WITH_MYSQLSSL=yes	Use SSL support"
-	@${ECHO} "	WITH_MYSQLCRYPTO=yes	Use CRYPTO support"
 	@${ECHO} ""
 
 .if defined(WITH_MYSQLCLIENT_R)
@@ -38,20 +36,6 @@
 MAKE_ENV+=	mysqlclient="mysqlclient"
 .endif
 
-.if defined(WITH_MYSQLSSL)
-.if defined(WITH_MYSQLCRYPTO)
-MAKE_ENV+=	mysqloptlibs="ssl crypto"
-.else
-MAKE_ENV+=	mysqloptlibs="ssl"
-.endif
-.else
-.if defined(WITH_MYSQLCRYPTO)
-MAKE_ENV+=	mysqloptlibs="crypto"
-.else
-MAKE_ENV+=	mysqloptlibs=""
-.endif
-.endif
-
 .if !defined(NOPORTDOCS)
 PORTDOCS=	*
 .endif
@@ -59,10 +43,16 @@
 .if !defined(NOPORTDOCS)
 post-install:
 	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/MANIFEST ${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.for FILE in ${WRKSRC}/doc/*
+.for FILE in ${WRKSRC}/doc/*.html ${WRKSRC}/doc/*.txt ${WRKSRC}/doc/*.css
 	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
+.endfor
+	@${MKDIR} ${DOCSDIR}/public
+.for FILE in ${WRKSRC}/doc/public/*
+	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}/public
+.endfor
+	@${MKDIR} ${DOCSDIR}/private
+.for FILE in ${WRKSRC}/doc/private/*
+	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}/private
 .endfor
 .endif
 
diff -ruN py-MySQLdb-devel.old/distinfo py-MySQLdb-devel/distinfo
--- py-MySQLdb-devel.old/distinfo	Wed Jan 12 20:14:22 2005
+++ py-MySQLdb-devel/distinfo	Sun Jan 23 12:08:53 2005
@@ -1,2 +1,2 @@
-MD5 (MySQL-python-1.1.8.tar.gz) = dbc6c1cd6339ac284473dbc8c35e86bb
-SIZE (MySQL-python-1.1.8.tar.gz) = 84677
+MD5 (MySQL-python-1.1.9.tar.gz) = 3512f24f8c6ffd3640ff0f5d1a1a27f3
+SIZE (MySQL-python-1.1.9.tar.gz) = 250025
--- py-MySQLdb-devel.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list