FreeBSD Bugzilla – Attachment 80612 Details for
Bug 115584
Update port: databases/mywwwatcher (added charset wizard, better left menu, some bugs fixed, ...)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mywwwatcher.diff
mywwwatcher.diff (text/x-patch), 5.73 KB, created by
Petr Macek
on 2007-08-23 15:21:01 UTC
(
hide
)
Description:
mywwwatcher.diff
Filename:
MIME Type:
Creator:
Petr Macek
Created:
2007-08-23 15:21:01 UTC
Size:
5.73 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/databases/mywwwatcher/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- Makefile 12 Jan 2007 10:15:49 -0000 1.1 >+++ Makefile 23 Aug 2007 14:02:06 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= mywwwatcher >-PORTVERSION= 3.0 >+PORTVERSION= 3.1 > CATEGORIES= databases www > MASTER_SITES= http://www.the.cz/mywwwatcher/files/ > DISTNAME= mywwwatcher-${PORTVERSION} >@@ -16,21 +16,21 @@ > > WRKSRC= ${WRKDIR}/mywwwatcher > >-DEFAULT_PHP_VER= 4 >+WANT_PHP_WEB= yes >+DEFAULT_PHP_VER= 5 > USE_PHP= pcre session mysql >+IGNORE_WITH_PHP= 3 > > NO_BUILD= yes > >-PKGMESSAGE= ${PKGDIR}/pkg-message >-PLIST_SUB+= INSTALLDIR=${INSTALLDIR} >- >-INSTALLDIR= www/${PORTNAME} >+SUB_FILES= pkg-message > > do-install: >- @${MKDIR} ${PREFIX}/${INSTALLDIR} >- @${CP} -Rp ${WRKSRC}/* ${PREFIX}/${INSTALLDIR} >- @${CHMOD} 775 ${PREFIX}/${INSTALLDIR}/ini >- @${CHMOD} 775 ${PREFIX}/${INSTALLDIR}/query_archive >+ @${MKDIR} ${WWWDIR} >+ @${CP} -Rp ${WRKSRC}/* ${WWWDIR} >+ @${CHMOD} 775 ${WWWDIR}/ini >+ @${CHMOD} 775 ${WWWDIR}/query_archive >+ @${CHOWN} www ${WWWDIR} > @${ECHO_CMD} "" > > post-install: >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/databases/mywwwatcher/distinfo,v >retrieving revision 1.1 >diff -u -r1.1 distinfo >--- distinfo 12 Jan 2007 10:15:49 -0000 1.1 >+++ distinfo 23 Aug 2007 14:02:06 -0000 >@@ -1,3 +1,3 @@ >-MD5 (mywwwatcher-3.0.tar.gz) = fb7279d1bf678234df144701f10cda09 >-SHA256 (mywwwatcher-3.0.tar.gz) = c92d99b6188f342f88b70cdc0bbc58fea1460f48b1977fa50dbf53fe54c6f188 >-SIZE (mywwwatcher-3.0.tar.gz) = 51238 >+MD5 (mywwwatcher-3.1.tar.gz) = 93b2fb9e9183a1b2b91aadd7aa1834bd >+SHA256 (mywwwatcher-3.1.tar.gz) = 3736fbe383c5d8a64d28599d3c31cc6935115965e34e14437b5871beeb583bb3 >+SIZE (mywwwatcher-3.1.tar.gz) = 52729 >Index: pkg-message >=================================================================== >RCS file: pkg-message >diff -N pkg-message >--- pkg-message 12 Jan 2007 10:15:49 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,5 +0,0 @@ >-*************************************************************** >- >-for czech language rename files with extension .cz >- >-*************************************************************** >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/databases/mywwwatcher/pkg-plist,v >retrieving revision 1.1 >diff -u -r1.1 pkg-plist >--- pkg-plist 12 Jan 2007 10:15:49 -0000 1.1 >+++ pkg-plist 23 Aug 2007 14:02:06 -0000 >@@ -1,44 +1,44 @@ >-%%INSTALLDIR%%/README >-%%INSTALLDIR%%/README.cz >-%%INSTALLDIR%%/copying >-%%INSTALLDIR%%/export.php >-%%INSTALLDIR%%/function.php >-%%INSTALLDIR%%/graphics/cursor_down.gif >-%%INSTALLDIR%%/graphics/cursor_up.gif >-%%INSTALLDIR%%/graphics/intro.gif >-%%INSTALLDIR%%/graphics/intro.gif.cz >-%%INSTALLDIR%%/graphics/outro.gif >-%%INSTALLDIR%%/import.php >-%%INSTALLDIR%%/include/compress.inc.php >-%%INSTALLDIR%%/include/foot.inc.php >-%%INSTALLDIR%%/include/frameset.inc.php >-%%INSTALLDIR%%/include/headers.inc.php >-%%INSTALLDIR%%/include/indexes.inc.php >-%%INSTALLDIR%%/include/sqltips.inc.php >-%%INSTALLDIR%%/include/sqltips.inc.php.cz >-%%INSTALLDIR%%/include/words.inc.php >-%%INSTALLDIR%%/index.php >-%%INSTALLDIR%%/indexes.php >-%%INSTALLDIR%%/ini/default.ini >-%%INSTALLDIR%%/ini/default.ini.cz >-%%INSTALLDIR%%/insert.php >-%%INSTALLDIR%%/lang/cz.lng >-%%INSTALLDIR%%/lang/en.lng >-%%INSTALLDIR%%/logout.php >-%%INSTALLDIR%%/menu.php >-%%INSTALLDIR%%/output.php >-%%INSTALLDIR%%/queries.php >-%%INSTALLDIR%%/query_archive.php >-%%INSTALLDIR%%/query_archive/root.txt >-%%INSTALLDIR%%/scheme.php >-%%INSTALLDIR%%/scripts.js >-%%INSTALLDIR%%/settings.php >-%%INSTALLDIR%%/stat.php >-%%INSTALLDIR%%/styly.css >-%%INSTALLDIR%%/top.php >-@dirrm %%INSTALLDIR%%/query_archive >-@dirrm %%INSTALLDIR%%/lang >-@dirrm %%INSTALLDIR%%/ini >-@dirrm %%INSTALLDIR%%/graphics >-@dirrm %%INSTALLDIR%%/include >-@dirrm %%INSTALLDIR%% >+%%WWWDIR%%/README >+%%WWWDIR%%/README.cz >+%%WWWDIR%%/charset.php >+%%WWWDIR%%/copying >+%%WWWDIR%%/export.php >+%%WWWDIR%%/function.php >+%%WWWDIR%%/graphics/cursor_down.gif >+%%WWWDIR%%/graphics/cursor_up.gif >+%%WWWDIR%%/graphics/intro.gif >+%%WWWDIR%%/graphics/intro.gif.cz >+%%WWWDIR%%/graphics/outro.gif >+%%WWWDIR%%/import.php >+%%WWWDIR%%/include/compress.inc.php >+%%WWWDIR%%/include/foot.inc.php >+%%WWWDIR%%/include/frameset.inc.php >+%%WWWDIR%%/include/headers.inc.php >+%%WWWDIR%%/include/indexes.inc.php >+%%WWWDIR%%/include/sqltips.inc.php >+%%WWWDIR%%/include/sqltips.inc.php.cz >+%%WWWDIR%%/include/words.inc.php >+%%WWWDIR%%/index.php >+%%WWWDIR%%/indexes.php >+%%WWWDIR%%/ini/default.ini >+%%WWWDIR%%/ini/default.ini.cz >+%%WWWDIR%%/insert.php >+%%WWWDIR%%/lang/cz.lng >+%%WWWDIR%%/lang/en.lng >+%%WWWDIR%%/logout.php >+%%WWWDIR%%/menu.php >+%%WWWDIR%%/output.php >+%%WWWDIR%%/queries.php >+%%WWWDIR%%/query_archive.php >+%%WWWDIR%%/scheme.php >+%%WWWDIR%%/scripts.js >+%%WWWDIR%%/settings.php >+%%WWWDIR%%/stat.php >+%%WWWDIR%%/style.css >+%%WWWDIR%%/top.php >+@dirrm %%WWWDIR%%/query_archive >+@dirrm %%WWWDIR%%/lang >+@dirrm %%WWWDIR%%/ini >+@dirrm %%WWWDIR%%/graphics >+@dirrm %%WWWDIR%%/include >+@dirrm %%WWWDIR%% >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 23 Aug 2007 14:02:06 -0000 >@@ -0,0 +1,14 @@ >+*************************************************************** >+ >+Mywwwatcher has been instaled in the directory >+%%WWWDIR%% >+ >+Recommendation: >+add the following alias to httpd.conf and restart apache: >+Alias /mywwwatcher/ %%WWWDIR%%/ >+After that, mywwwatcher will be available at: >+http://servername/mywwwatcher >+ >+For czech language rename files with extension .cz >+ >+***************************************************************
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 115584
:
80611
| 80612