ports/95682: [patch] update www/autoindex2 to 2.2.0
Daniel Gerzo
danger at rulez.sk
Thu Apr 13 08:40:20 UTC 2006
>Number: 95682
>Category: ports
>Synopsis: [patch] update www/autoindex2 to 2.2.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Apr 13 08:40:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Daniel Gerzo
>Release: FreeBSD 6.0
>Organization:
rulez.sk
>Environment:
System: FreeBSD daemon.rulez.sk 6.0
>Description:
New version of AutoIndex2 has been available for a while, so update
the port since the current one doesn't work with php 5.1.
>How-To-Repeat:
http://autoindex.sf.net/
>Fix:
Here is the diff:
--- autoindex2.diff begins here ---
diff -ruN autoindex2-orig/Makefile autoindex2/Makefile
--- autoindex2-orig/Makefile Thu Apr 13 10:21:31 2006
+++ autoindex2/Makefile Thu Apr 13 10:27:47 2006
@@ -6,7 +6,7 @@
#
PORTNAME= AutoIndex
-PORTVERSION= 2.1.2
+PORTVERSION= 2.2.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= autoindex
@@ -36,7 +36,7 @@
do-install:
@${MKDIR} ${PREFIX}/${INSTALLDIR}
- @${CP} -Rp ${WRKSRC}/* ${PREFIX}/${INSTALLDIR}
+ @${CP} -R ${WRKSRC}/* ${PREFIX}/${INSTALLDIR}
@${CP} -p ${WRKSRC}/.htpasswd.autoindex ${PREFIX}/${INSTALLDIR}/.htpasswd.autoindex-dist
@${CHMOD} 666 ${PREFIX}/${INSTALLDIR}/config.php
@${ECHO_CMD} ""
diff -ruN autoindex2-orig/distinfo autoindex2/distinfo
--- autoindex2-orig/distinfo Thu Apr 13 10:21:31 2006
+++ autoindex2/distinfo Thu Apr 13 10:23:21 2006
@@ -1,3 +1,3 @@
-MD5 (AutoIndex-2.1.2.tar.gz) = 798939b8547c9518072eb347a9584847
-SHA256 (AutoIndex-2.1.2.tar.gz) = 70c25147bae57ac54b41ddaf714bb26f0a3dfabab0440a6d0cac843c4747a36c
-SIZE (AutoIndex-2.1.2.tar.gz) = 119393
+MD5 (AutoIndex-2.2.0.tar.gz) = 1b3e545baa79218d261a3f64389b38f3
+SHA256 (AutoIndex-2.2.0.tar.gz) = 49023454759bd4d19534a43518828f0588d13500d29f1989e24b842f930c4d69
+SIZE (AutoIndex-2.2.0.tar.gz) = 118088
diff -ruN autoindex2-orig/pkg-plist autoindex2/pkg-plist
--- autoindex2-orig/pkg-plist Thu Apr 13 10:21:31 2006
+++ autoindex2/pkg-plist Thu Apr 13 10:26:40 2006
@@ -19,6 +19,7 @@
%%INSTALLDIR%%/classes/Icon.php
%%INSTALLDIR%%/classes/Image.php
%%INSTALLDIR%%/classes/Item.php
+%%INSTALLDIR%%/classes/Language.php
%%INSTALLDIR%%/classes/Logging.php
%%INSTALLDIR%%/classes/MimeType.php
%%INSTALLDIR%%/classes/Search.php
@@ -158,11 +159,13 @@
%%INSTALLDIR%%/languages/ca.txt
%%INSTALLDIR%%/languages/cz.txt
%%INSTALLDIR%%/languages/de.txt
+%%INSTALLDIR%%/languages/el.txt
%%INSTALLDIR%%/languages/en.txt
%%INSTALLDIR%%/languages/es.txt
%%INSTALLDIR%%/languages/fr.txt
%%INSTALLDIR%%/languages/hu.txt
%%INSTALLDIR%%/languages/it.txt
+%%INSTALLDIR%%/languages/ja.txt
%%INSTALLDIR%%/languages/ko.txt
%%INSTALLDIR%%/languages/ms.txt
%%INSTALLDIR%%/languages/nl.txt
--- autoindex2.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list