Bug 88795 - [patch] www/mod_auth_mysql_another update
Summary: [patch] www/mod_auth_mysql_another update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Blapp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-10 15:20 UTC by Ilya Pizik
Modified: 2005-11-26 14:09 UTC (History)
0 users

See Also:


Attachments
file.diff (263 bytes, patch)
2005-11-10 15:20 UTC, Ilya Pizik
no flags Details | Diff
file.diff (920 bytes, patch)
2005-11-10 15:20 UTC, Ilya Pizik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Pizik 2005-11-10 15:20:15 UTC
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.

Fix: 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"
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-10 15:21:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mbr

Over to maintainer
Comment 2 Florent Thoumie freebsd_committer freebsd_triage 2005-11-26 14:09:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!