aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Apache-Gallery
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2004-12-09 01:18:44 +0800
committererwin <erwin@FreeBSD.org>2004-12-09 01:18:44 +0800
commite83fefe97655d2f74a66027dfbc286d7155c76bf (patch)
tree0bb5fbafafd0497ea47528ee8b980f9d8d405642 /www/p5-Apache-Gallery
parent5286ef238c90e425bd73e8e29ed8568b1b7e2e5f (diff)
downloadfreebsd-ports-gnome-e83fefe97655d2f74a66027dfbc286d7155c76bf.tar.gz
freebsd-ports-gnome-e83fefe97655d2f74a66027dfbc286d7155c76bf.tar.zst
freebsd-ports-gnome-e83fefe97655d2f74a66027dfbc286d7155c76bf.zip
- Fix path to icons in template-files
- Bump PORTREVISION Submitted by: maintainer
Diffstat (limited to 'www/p5-Apache-Gallery')
-rw-r--r--www/p5-Apache-Gallery/Makefile1
-rw-r--r--www/p5-Apache-Gallery/files/patch-icons-path10
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>