From 1b319470572147846761cd0b6b5687507e72a6bc Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Wed, 8 Dec 2004 17:18:44 +0000 Subject: - Fix path to icons in template-files - Bump PORTREVISION Submitted by: maintainer --- www/p5-Apache-Gallery/Makefile | 1 + www/p5-Apache-Gallery/files/patch-icons-path | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 www/p5-Apache-Gallery/files/patch-icons-path 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 @@ +-

{ $FILE }
++

{ $FILE }
+--- templates/default/file.tpl Fri Jan 2 14:18:12 2004 ++++ templates/default/file.tpl Wed Dec 8 18:12:36 2004 +@@ -1 +1 @@ +-
{ $ALT }
{ $FILE }
++
{ $ALT }
{ $FILE }
-- cgit v1.2.3