Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2014 21:28:35 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369124 - head/www/autoindex2
Message-ID:  <201409232128.s8NLSZSb024817@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Tue Sep 23 21:28:34 2014
New Revision: 369124
URL: http://svnweb.freebsd.org/changeset/ports/369124
QAT: https://qat.redports.org/buildarchive/r369124/

Log:
  - fix DEFAULT_VERSIONS usage
  - fix `make restage'
  - tim pkg-plist

Modified:
  head/www/autoindex2/Makefile
  head/www/autoindex2/pkg-plist

Modified: head/www/autoindex2/Makefile
==============================================================================
--- head/www/autoindex2/Makefile	Tue Sep 23 21:16:59 2014	(r369123)
+++ head/www/autoindex2/Makefile	Tue Sep 23 21:28:34 2014	(r369124)
@@ -14,7 +14,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 
 USES=		dos2unix
 USE_PHP=	session
-DEFAULT_VERSIONS=	php=5
+DEFAULT_VERSIONS+=	php=5
 CONFLICTS=	AutoIndex-1*
 LATEST_LINK=	AutoIndex2
 NO_BUILD=	yes
@@ -23,10 +23,12 @@ INSTALLDIR?=	${WWWDIR}
 PLIST_SUB=	WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} \
 		INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,}
 
+post-extract:
+	${MV} ${WRKSRC}/config.php ${WRKSRC}/config.php.sample
+	${MV} ${WRKSRC}/.htpasswd.autoindex ${WRKSRC}/.htpasswd.autoindex.sample
+
 do-install:
 	@${MKDIR} ${STAGEDIR}${INSTALLDIR}
-	cd ${WRKSRC} && ${MV} config.php config.php.sample
-	cd ${WRKSRC} && ${MV} .htpasswd.autoindex .htpasswd.autoindex.sample
-	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${INSTALLDIR}
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${INSTALLDIR})
 
 .include <bsd.port.mk>

Modified: head/www/autoindex2/pkg-plist
==============================================================================
--- head/www/autoindex2/pkg-plist	Tue Sep 23 21:16:59 2014	(r369123)
+++ head/www/autoindex2/pkg-plist	Tue Sep 23 21:28:34 2014	(r369124)
@@ -230,16 +230,5 @@
 %%INSTALLDIR%%/templates/readme.html
 @owner
 @group
-@dirrm %%INSTALLDIR%%/classes
-@dirrm %%INSTALLDIR%%/index_icons/apache
-@dirrm %%INSTALLDIR%%/index_icons/kde
-@dirrm %%INSTALLDIR%%/index_icons/osx
-@dirrm %%INSTALLDIR%%/index_icons/winvista
-@dirrm %%INSTALLDIR%%/index_icons/winxp
-@dirrm %%INSTALLDIR%%/index_icons
-@dirrm %%INSTALLDIR%%/languages
-@dirrm %%INSTALLDIR%%/templates/default
-@dirrm %%INSTALLDIR%%/templates/simple_image_gallery
-@dirrm %%INSTALLDIR%%/templates
-@dirrmtry %%INSTALLDIR%%
+@dir %%INSTALLDIR%%
 



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