FreeBSD Bugzilla – Attachment 22050 Details for
Bug 38391
mail/turba: fix deinstall-time trouble.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.88 KB, created by
Thierry Thomas
on 2002-05-21 22:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2002-05-21 22:30:01 UTC
Size:
1.88 KB
patch
obsolete
>diff -urN /usr/ports/mail/turba.orig/Makefile /usr/ports/mail/turba/Makefile >--- /usr/ports/mail/turba.orig/Makefile Sun May 19 00:05:34 2002 >+++ /usr/ports/mail/turba/Makefile Tue May 21 22:31:26 2002 >@@ -7,6 +7,7 @@ > > PORTNAME= turba > PORTVERSION= 1.1 >+PORTREVISION= 1 > CATEGORIES= mail www > MASTER_SITES= ftp://ftp.horde.org/pub/turba/tarballs/ > DISTNAME= ${PORTNAME}-${PORTVERSION}-RC3 >@@ -108,10 +109,14 @@ > @${CHOWN} -R www:www ${TURBADIR} > @${CHMOD} -R o-rwx ${CONFDIR} > @${CP} -p ${FILESDIR}/httpd.conf.turba ${HORDE_INC} >- @${PERL} -pi -e "s:/home/httpd/html/horde/turba:${TURBADIR}:g" \ >+ @${PERL} -pi -e "s:/home/httpd/html/horde/turba:${TURBADIR}:g" \ > ${HORDE_INC}/httpd.conf.turba >- @${PERL} -pi -e "s://UNCOMMENTWHENINSTTURBA::" \ >+ @${CP} -p ${HORDEDIR}/config/registry.php \ >+ ${HORDEDIR}/config/registry.php.beforeTurba >+ @${PERL} -pi -e "s://UNCOMMENTWHENINSTTURBA::" \ > ${HORDEDIR}/config/registry.php >+ @${CP} -p ${HORDEDIR}/config/registry.php \ >+ ${HORDEDIR}/config/registry.php.afterTurba > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} > .for FILE in ${DOCS} >diff -urN /usr/ports/mail/turba.orig/distinfo /usr/ports/mail/turba/distinfo >--- /usr/ports/mail/turba.orig/distinfo Thu Jan 1 01:00:00 1970 >+++ /usr/ports/mail/turba/distinfo Tue May 21 22:34:49 2002 >@@ -0,0 +1 @@ >+MD5 (turba-1.1-RC3.tar.gz) = b4f2cced9c830f55049897c6b5386e8b >diff -urN /usr/ports/mail/turba.orig/pkg-plist /usr/ports/mail/turba/pkg-plist >--- /usr/ports/mail/turba.orig/pkg-plist Sun May 19 00:23:06 2002 >+++ /usr/ports/mail/turba/pkg-plist Tue May 21 22:31:05 2002 >@@ -227,3 +227,4 @@ > @dirrm %%TURBADIR%%/templates/wml > @dirrm %%TURBADIR%%/templates > @dirrm %%TURBADIR%% >+@unexec if cmp -s %D/www/horde/config/registry.php %D/www/horde/config/registry.php.afterTurba; then rm -f %D/www/horde/config/registry.php.afterTurba; mv %D/www/horde/config/registry.php.beforeTurba %D/www/horde/config/registry.php; fi
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 38391
:
22049
| 22050