diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-12-08 17:18:44 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-12-08 17:18:44 +0000 |
commit | 1b319470572147846761cd0b6b5687507e72a6bc (patch) | |
tree | d2c4fa2ca55d3c2008747b5a084b8a084632efb1 /www/p5-Apache-Gallery | |
parent | f83d6dcad2478df14c4b07825b2fbe37e96fa86a (diff) |
- Fix path to icons in template-files
- Bump PORTREVISION
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=123469
Diffstat (limited to 'www/p5-Apache-Gallery')
-rw-r--r-- | www/p5-Apache-Gallery/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-Gallery/files/patch-icons-path | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index afab3b674fae..d7ae04da66c6 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -7,6 +7,7 @@ PORTNAME= Apache-Gallery PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= http://apachegallery.dk/download/ \ ${MASTER_SITE_PERL_CPAN} diff --git a/www/p5-Apache-Gallery/files/patch-icons-path b/www/p5-Apache-Gallery/files/patch-icons-path new file mode 100644 index 000000000000..3f7d7b49e9ff --- /dev/null +++ b/www/p5-Apache-Gallery/files/patch-icons-path @@ -0,0 +1,10 @@ +--- templates/default/directory.tpl Fri Jan 2 13:45:06 2004 ++++ templates/default/directory.tpl Wed Dec 8 18:12:41 2004 +@@ -1 +1 @@ +- <div id="folder"><a href="{ $FILEURL }/"><img border="0" src="/icons/gallery/agfolder.png"><br>{ $FILE }</a></div> ++ <div id="folder"><a href="{ $FILEURL }/"><img border="0" src="/icons/agfolder.png"><br>{ $FILE }</a></div> +--- templates/default/file.tpl Fri Jan 2 14:18:12 2004 ++++ templates/default/file.tpl Wed Dec 8 18:12:36 2004 +@@ -1 +1 @@ +- <div id="folder"><a href="{ $FILEURL }"><img border="0" alt="{ $ALT }" src="/icons/gallery/{ $FILETYPE }.png"><br>{ $FILE }</a></div> ++ <div id="folder"><a href="{ $FILEURL }"><img border="0" alt="{ $ALT }" src="/icons/{ $FILETYPE }.png"><br>{ $FILE }</a></div> |