FreeBSD Bugzilla – Attachment 84461 Details for
Bug 120458
[PATCH] www/autoindex2: update to 2.2.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
autoindex2.patch
autoindex2.patch (text/plain), 3.81 KB, created by
Beat Gaetzi
on 2008-02-09 09:50:01 UTC
(
hide
)
Description:
autoindex2.patch
Filename:
MIME Type:
Creator:
Beat Gaetzi
Created:
2008-02-09 09:50:01 UTC
Size:
3.81 KB
patch
obsolete
>diff -Naur autoindex2.orig/Makefile autoindex2/Makefile >--- autoindex2.orig/Makefile 2007-03-04 10:26:04.000000000 +0100 >+++ autoindex2/Makefile 2008-02-09 10:28:22.000000000 +0100 >@@ -6,7 +6,7 @@ > # > > PORTNAME= AutoIndex >-PORTVERSION= 2.2.1 >+PORTVERSION= 2.2.4 > CATEGORIES= www > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= autoindex >@@ -14,7 +14,7 @@ > MAINTAINER= danger@FreeBSD.org > COMMENT= PHP 5.x script that makes a table that lists the files in a directory > >-WRKSRC= ${WRKDIR}/${PORTNAME} >+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > > USE_PHP= session > DEFAULT_PHP_VER= 5 >@@ -38,7 +38,8 @@ > @${MKDIR} ${PREFIX}/${INSTALLDIR} > @${CP} -R ${WRKSRC}/* ${PREFIX}/${INSTALLDIR} > @${CP} -p ${WRKSRC}/.htpasswd.autoindex ${PREFIX}/${INSTALLDIR}/.htpasswd.autoindex-dist >- @${CHMOD} 666 ${PREFIX}/${INSTALLDIR}/config.php >+ @${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${INSTALLDIR} >+ @${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${INSTALLDIR}/config.php > @${ECHO_CMD} "" > > post-install: >diff -Naur autoindex2.orig/distinfo autoindex2/distinfo >--- autoindex2.orig/distinfo 2007-03-04 10:26:04.000000000 +0100 >+++ autoindex2/distinfo 2008-02-07 22:20:47.000000000 +0100 >@@ -1,3 +1,3 @@ >-MD5 (AutoIndex-2.2.1.tar.gz) = 1c6179083a967e8b53a5e36815cb0d5b >-SHA256 (AutoIndex-2.2.1.tar.gz) = af2101ddd24ec091cd3f9e57903dc30b9e3dfcdfe860445337adaf99fe4c197c >-SIZE (AutoIndex-2.2.1.tar.gz) = 118684 >+MD5 (AutoIndex-2.2.4.tar.gz) = 3c8b88c595f39d05ab9e048258b7ee20 >+SHA256 (AutoIndex-2.2.4.tar.gz) = 3b54ae9b56c33d9724aaa8bb0fe4677e2e9e37cf036d01da7bb5fb70a035e1ec >+SIZE (AutoIndex-2.2.4.tar.gz) = 156153 >diff -Naur autoindex2.orig/pkg-plist autoindex2/pkg-plist >--- autoindex2.orig/pkg-plist 2007-03-04 10:26:04.000000000 +0100 >+++ autoindex2/pkg-plist 2008-02-09 10:30:46.000000000 +0100 >@@ -123,6 +123,36 @@ > %%INSTALLDIR%%/index_icons/osx/uu.png > %%INSTALLDIR%%/index_icons/osx/web.png > %%INSTALLDIR%%/index_icons/osx/xls.png >+%%INSTALLDIR%%/index_icons/winvista/back.png >+%%INSTALLDIR%%/index_icons/winvista/binary.png >+%%INSTALLDIR%%/index_icons/winvista/binhex.png >+%%INSTALLDIR%%/index_icons/winvista/cd.png >+%%INSTALLDIR%%/index_icons/winvista/comp.png >+%%INSTALLDIR%%/index_icons/winvista/compressed.png >+%%INSTALLDIR%%/index_icons/winvista/dir.png >+%%INSTALLDIR%%/index_icons/winvista/dll.png >+%%INSTALLDIR%%/index_icons/winvista/doc.png >+%%INSTALLDIR%%/index_icons/winvista/generic.png >+%%INSTALLDIR%%/index_icons/winvista/image.png >+%%INSTALLDIR%%/index_icons/winvista/java.png >+%%INSTALLDIR%%/index_icons/winvista/js.png >+%%INSTALLDIR%%/index_icons/winvista/key.png >+%%INSTALLDIR%%/index_icons/winvista/login.png >+%%INSTALLDIR%%/index_icons/winvista/mov.png >+%%INSTALLDIR%%/index_icons/winvista/movie.png >+%%INSTALLDIR%%/index_icons/winvista/new.png >+%%INSTALLDIR%%/index_icons/winvista/pdf.png >+%%INSTALLDIR%%/index_icons/winvista/php.png >+%%INSTALLDIR%%/index_icons/winvista/ppt.png >+%%INSTALLDIR%%/index_icons/winvista/ps.png >+%%INSTALLDIR%%/index_icons/winvista/search.png >+%%INSTALLDIR%%/index_icons/winvista/sound.png >+%%INSTALLDIR%%/index_icons/winvista/tar.png >+%%INSTALLDIR%%/index_icons/winvista/text.png >+%%INSTALLDIR%%/index_icons/winvista/unknown.png >+%%INSTALLDIR%%/index_icons/winvista/uu.png >+%%INSTALLDIR%%/index_icons/winvista/web.png >+%%INSTALLDIR%%/index_icons/winvista/xls.png > %%INSTALLDIR%%/index_icons/winxp/back.png > %%INSTALLDIR%%/index_icons/winxp/binary.png > %%INSTALLDIR%%/index_icons/winxp/binhex.png >@@ -198,10 +228,11 @@ > @dirrm %%INSTALLDIR%%/index_icons/kde > @dirrm %%INSTALLDIR%%/index_icons/osx > @dirrm %%INSTALLDIR%%/index_icons/winxp >+@dirrm %%INSTALLDIR%%/index_icons/winvista > @dirrm %%INSTALLDIR%%/index_icons > @dirrm %%INSTALLDIR%%/languages > @dirrm %%INSTALLDIR%%/templates/default > @dirrm %%INSTALLDIR%%/templates/simple_image_gallery > @dirrm %%INSTALLDIR%%/templates >-@dirrm %%INSTALLDIR%% >+@dirrmtry %%INSTALLDIR%% > @dirrmtry www/data
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 120458
: 84461