Date: Thu, 10 Nov 2005 18:11:57 +0300 (MSK) From: Ilya Pizik <polzun@scar.jinr.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/88795: [patch] www/mod_auth_mysql_another update Message-ID: <200511101511.jAAFBvUP008634@scar.jinr.ru> Resent-Message-ID: <200511101520.jAAFKFik047233@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 88795 >Category: ports >Synopsis: [patch] www/mod_auth_mysql_another update >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 10 15:20:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ilya Pizik >Release: FreeBSD 5.4-STABLE i386 >Organization: Joint Institute for Nuclear Research >Environment: System: FreeBSD scar.jinr.ru 5.4-STABLE FreeBSD 5.4-STABLE #0: Sat Oct 1 23:16:29 MSD 2005 root@scar.jinr.ru:/usr/obj/usr/src/sys/SCAR i386 >Description: www/mod_auth_mysql_another is out of date. Current version of the program is 3.0.0 Port version 2.9.0 does not compile on 5-STABLE. >How-To-Repeat: >Fix: diff -upr mod_auth_mysql_another2/Makefile mod_auth_mysql_another/Makefile --- Makefile Thu Apr 28 17:38:00 2005 +++ Makefile Wed Oct 12 16:42:24 2005 @@ -5,7 +5,7 @@ # $FreeBSD: ports/www/mod_auth_mysql_another/Makefile,v 1.7 2005/04/05 08:23:53 mbr Exp $ PORTNAME= mod_auth_mysql -PORTVERSION= 2.9.0 +PORTVERSION= 3.0.0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/_//g} @@ -27,12 +27,14 @@ AP_EXTRAS= -DAPACHE${AP_VER} -lmysqlclie .if !defined(NOPORTDOCS) post-build: - @${ECHO} "%%PORTDOCS%%%%DOCSDIR%%/README" >> ${PLIST} + @${ECHO} "%%PORTDOCS%%%%DOCSDIR%%/CONFIGURE" >> ${PLIST} + @${ECHO} "%%PORTDOCS%%%%DOCSDIR%%/CHANGES" >> ${PLIST} @${ECHO} "%%PORTDOCS%%@dirrm %%DOCSDIR%%" >> ${PLIST} post-install: @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/CONFIGURE ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR} .endif .include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" diff -upr mod_auth_mysql_another2/distinfo mod_auth_mysql_another/distinfo --- distinfo Thu Apr 28 17:38:00 2005 +++ distinfo Wed Oct 12 16:36:01 2005 @@ -1,2 +1,2 @@ -MD5 (mod_auth_mysql-2.9.0.tar.gz) = bc30f7a5a3182869cb48177732a18bd9 -SIZE (mod_auth_mysql-2.9.0.tar.gz) = 17499 +MD5 (mod_auth_mysql-3.0.0.tar.gz) = a9ffde3dabeddf32de50bf75597c809e +SIZE (mod_auth_mysql-3.0.0.tar.gz) = 19257 diff -upr mod_auth_mysql_another2/pkg-plist mod_auth_mysql_another/pkg-plist --- pkg-plist Sat Dec 25 00:00:00 2004 +++ pkg-plist Wed Oct 12 16:50:11 2005 @@ -1,5 +1,6 @@ libexec/apache%%VER%%/mod_auth_mysql.so @exec %D/sbin/apxs -e -a -n mysql_auth %f @unexec %D/sbin/apxs -e -A -n mysql_auth %f -%%PORTDOCS%%share/doc/mod_auth_mysql_another/README +%%PORTDOCS%%share/doc/mod_auth_mysql_another/CONFIGURE +%%PORTDOCS%%share/doc/mod_auth_mysql_another/CHANGES %%PORTDOCS%%@dirrm share/doc/mod_auth_mysql_another >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511101511.jAAFBvUP008634>