FreeBSD Bugzilla – Attachment 57364 Details for
Bug 86576
Update port: security/pam-mysql to 0.6.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pam-mysql.patch
pam-mysql.patch (text/x-patch), 2.63 KB, created by
Marcus Grando
on 2005-09-29 02:12:09 UTC
(
hide
)
Description:
pam-mysql.patch
Filename:
MIME Type:
Creator:
Marcus Grando
Created:
2005-09-29 02:12:09 UTC
Size:
2.63 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/pam-mysql/Makefile,v >retrieving revision 1.15 >diff -u -r1.15 Makefile >--- Makefile 16 Sep 2005 20:56:21 -0000 1.15 >+++ Makefile 29 Sep 2005 01:10:52 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= pam_mysql >-PORTVERSION= 0.6.0 >+PORTVERSION= 0.6.2 > CATEGORIES= security databases > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} >@@ -19,6 +19,9 @@ > HAS_CONFIGURE= yes > CONFIGURE_ARGS= --with-mysql=${LOCALBASE} --with-pam-mods-dir=${PREFIX}/lib --with-pam=/usr > >+SUB_FILES= pkg-message >+PKGMESSAGE= ${WRKDIR}/pkg-message >+ > PLIST_FILES= lib/pam_mysql.la lib/pam_mysql.so > > .if !defined(NOPORTDOCS) >@@ -26,16 +29,12 @@ > .endif > > post-install: >-.if !defined(NOPORTDOCS) >- @${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} >- @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} >- @${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR} >- @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} >-.endif >- @${ECHO_MSG} "================================================================================" >- @${ECHO_MSG} "Copy/move/symlink ${PREFIX}/lib/pam_mysql.so to /usr/lib/pam_mysql.so" >- @${ECHO_MSG} "to be able to use it. Read files in ${PREFIX}/share/doc/pam_mysql" >- @${ECHO_MSG} "for info on how to set up." >- @${ECHO_MSG} "================================================================================" >+. if !defined(NOPORTDOCS) >+ ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} >+. endif >+ @${CAT} ${PKGMESSAGE} > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/security/pam-mysql/distinfo,v >retrieving revision 1.5 >diff -u -r1.5 distinfo >--- distinfo 16 Sep 2005 20:56:21 -0000 1.5 >+++ distinfo 29 Sep 2005 01:10:52 -0000 >@@ -1,2 +1,2 @@ >-MD5 (pam_mysql-0.6.0.tar.gz) = b7f59c5450d89126b7f25fa2645b1b71 >-SIZE (pam_mysql-0.6.0.tar.gz) = 312187 >+MD5 (pam_mysql-0.6.2.tar.gz) = 623edc50023b183c7b36a03353edcdf0 >+SIZE (pam_mysql-0.6.2.tar.gz) = 325657 >Index: files/pkg-message.in >=================================================================== >RCS file: files/pkg-message.in >diff -N files/pkg-message.in >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/pkg-message.in 29 Sep 2005 01:10:52 -0000 >@@ -0,0 +1,10 @@ >+-- >+ >+Copy/symlink %%PREFIX%%/lib/pam_mysql.so to /usr/lib/pam_mysql.so >+to be able to use it. Read files in %%DOCSDIR%% >+for info on how to set up. >+ >+Example: >+ln -sf %%PREFIX%%/lib/pam_mysql.so /usr/lib/pam_mysql.so >+ >+--
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 86576
:
57363
| 57364