Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2005 20:19:15 GMT
From:      Daniel Gerzo <danger@rulez.sk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/82009: Update port: www/autoindex
Message-ID:  <200506072019.j57KJFvE041723@www.freebsd.org>
Resent-Message-ID: <200506072020.j57KKNaP051708@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         82009
>Category:       ports
>Synopsis:       Update port: www/autoindex
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 07 20:20:22 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Gerzo
>Release:        
>Organization:
>Environment:
>Description:
There's a new version of AutoIndex php script.
>How-To-Repeat:
      
>Fix:
--- Makefile.old        Tue Jun  7 21:57:03 2005
+++ Makefile    Tue Jun  7 22:10:37 2005
@@ -1,17 +1,17 @@
 # New ports collection makefile for:   AutoIndex
 # Date created:                                17 December 2004
-# Whom:                                        DanGer <danger@wilbury.sk>
+# Whom:                                        Daniel Gerzo <danger@rulez.sk>
 #
 # $FreeBSD: ports/www/autoindex/Makefile,v 1.1 2004/12/18 14:22:56 pav Exp $
 #

 PORTNAME=      AutoIndex
-PORTVERSION=   1.5.1
+PORTVERSION=   1.5.2
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    autoindex

-MAINTAINER=    danger@wilbury.sk
+MAINTAINER=    danger@rulez.sk
 COMMENT=       PHP 4.x script that makes a table that lists the files in a directory

 WRKSRC=                ${WRKDIR}/${PORTNAME}
@@ -23,22 +23,22 @@
 NO_BUILD=      yes

 do-install:
-       @${MKDIR} ${PREFIX}/www/data/AutoIndex
-       @${MKDIR} ${PREFIX}/www/data/AutoIndex/index_icons
-       @${MKDIR} ${PREFIX}/www/data/AutoIndex/index_icons/apache
-       @${MKDIR} ${PREFIX}/www/data/AutoIndex/index_icons/kde
-       @${MKDIR} ${PREFIX}/www/data/AutoIndex/index_icons/osx
-       @${MKDIR} ${PREFIX}/www/data/AutoIndex/index_icons/winxp
-       @${MKDIR} ${PREFIX}/www/data/AutoIndex/languages
-       ${INSTALL_DATA} ${WRKSRC}/.htpasswd.autoindex ${PREFIX}/www/data/AutoIndex
-       ${INSTALL_DATA} ${WRKSRC}/*.php ${PREFIX}/www/data/AutoIndex
-       ${INSTALL_DATA} ${WRKSRC}/*.html ${PREFIX}/www/data/AutoIndex
-       ${INSTALL_DATA} ${WRKSRC}/stylesheet.css ${PREFIX}/www/data/AutoIndex
-       ${INSTALL_DATA} ${WRKSRC}/index_icons/apache/* ${PREFIX}/www/data/AutoIndex/index_icons/apache
-       ${INSTALL_DATA} ${WRKSRC}/index_icons/kde/* ${PREFIX}/www/data/AutoIndex/index_icons/kde
-       ${INSTALL_DATA} ${WRKSRC}/index_icons/osx/* ${PREFIX}/www/data/AutoIndex/index_icons/osx
-       ${INSTALL_DATA} ${WRKSRC}/index_icons/winxp/* ${PREFIX}/www/data/AutoIndex/index_icons/winxp
-       ${INSTALL_DATA} ${WRKSRC}/languages/*  ${PREFIX}/www/data/AutoIndex/languages
+       @${MKDIR} ${PREFIX}/www/data/${PORTNAME}
+       @${MKDIR} ${PREFIX}/www/data/${PORTNAME}/index_icons
+       @${MKDIR} ${PREFIX}/www/data/${PORTNAME}/index_icons/apache
+       @${MKDIR} ${PREFIX}/www/data/${PORTNAME}/index_icons/kde
+       @${MKDIR} ${PREFIX}/www/data/${PORTNAME}/index_icons/osx
+       @${MKDIR} ${PREFIX}/www/data/${PORTNAME}/index_icons/winxp
+       @${MKDIR} ${PREFIX}/www/data/${PORTNAME}/languages
+       ${INSTALL_DATA} ${WRKSRC}/.htpasswd.autoindex ${PREFIX}/www/data/${PORTNAME}
+       ${INSTALL_DATA} ${WRKSRC}/*.php ${PREFIX}/www/data/${PORTNAME}
+       ${INSTALL_DATA} ${WRKSRC}/*.html ${PREFIX}/www/data/${PORTNAME}
+       ${INSTALL_DATA} ${WRKSRC}/stylesheet.css ${PREFIX}/www/data/${PORTNAME}
+       ${INSTALL_DATA} ${WRKSRC}/index_icons/apache/* ${PREFIX}/www/data/${PORTNAME}/index_icons/apache
+       ${INSTALL_DATA} ${WRKSRC}/index_icons/kde/* ${PREFIX}/www/data/${PORTNAME}/index_icons/kde
+       ${INSTALL_DATA} ${WRKSRC}/index_icons/osx/* ${PREFIX}/www/data/${PORTNAME}/index_icons/osx
+       ${INSTALL_DATA} ${WRKSRC}/index_icons/winxp/* ${PREFIX}/www/data/${PORTNAME}/index_icons/winxp
+       ${INSTALL_DATA} ${WRKSRC}/languages/*  ${PREFIX}/www/data/${PORTNAME}/languages
        @${ECHO_CMD} ""

 post-install:
--- distinfo.old        Sat Dec 18 15:22:56 2004
+++ distinfo    Tue Jun  7 22:13:11 2005
@@ -1,2 +1,2 @@
-MD5 (AutoIndex-1.5.1.tar.gz) = 9da425c7a7878dba652afd31d01ae34d
-SIZE (AutoIndex-1.5.1.tar.gz) = 87681
+MD5 (AutoIndex-1.5.2.tar.gz) = 1fad57a930e01c9be2e01bd60cca4e2f
+SIZE (AutoIndex-1.5.2.tar.gz) = 87871
--- pkg-plist.old       Tue Jun  7 22:05:22 2005
+++ pkg-plist   Tue Jun  7 22:10:49 2005
@@ -134,6 +134,7 @@
 www/data/AutoIndex/languages/de.php
 www/data/AutoIndex/languages/ee.php
 www/data/AutoIndex/languages/en.php
+www/data/AutoIndex/languages/eo.php
 www/data/AutoIndex/languages/es.php
 www/data/AutoIndex/languages/fi.php
 www/data/AutoIndex/languages/fr.php
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506072019.j57KJFvE041723>