Bug 74583 - [patch] fix broken Makefile in www/p5-Apache-Gallery
Summary: [patch] fix broken Makefile in www/p5-Apache-Gallery
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Erwin Lansing
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-01 12:10 UTC by Kenneth Vestergaard Schmidt
Modified: 2004-12-07 10:21 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Vestergaard Schmidt 2004-12-01 12:10:29 UTC
	Last update missed three renamed files, making the port un-buildable.
	
--- update.diff begins here ---
diff -urN /usr/ports/www/p5-Apache-Gallery/Makefile p5-Apache-Gallery/Makefile
--- /usr/ports/www/p5-Apache-Gallery/Makefile	Wed Dec  1 12:52:39 2004
+++ p5-Apache-Gallery/Makefile	Wed Dec  1 12:53:27 2004
@@ -45,8 +45,8 @@
 		orig.tpl picture.tpl scale.tpl pictureinfo.tpl refresh.tpl \
 		scale.tpl scaleactive.tpl showpicture.tpl \
 		slideshowisoff.tpl slideshowoff.tpl
-ICONS=		application-doc.png application-mp3.png application-ogg.png \
-		application-pdf.png application-rtf.png application-wav.png \
+ICONS=		application-doc.png application-pdf.png application-rtf.png \
+		sound-mp3.png sound-ogg.png sound-wav.png \
 		video-asf.png video-avi.png c.png \
 		video-mov.png video-mpeg.png video-mpg.png video-wmv.png \
 		video-asf.png agfolder.png
--- update.diff ends here ---
Comment 1 Kenneth Vestergaard Schmidt 2004-12-01 14:24:28 UTC
On Wed, Dec 01, 2004 at 12:10:29PM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote:
> >Synopsis:       [patch] fix broken Makefile in www/p5-Apache-Gallery

Please also remove files/patch-templates-directory.tpl

-- 
Kenneth Vestergaard Schmidt
Comment 2 Erwin Lansing freebsd_committer freebsd_triage 2004-12-03 14:38:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->erwin

Put this one on my todo-list
Comment 3 Erwin Lansing freebsd_committer freebsd_triage 2004-12-07 10:21:16 UTC
State Changed
From-To: open->closed

Commmitted with minor modification, thanks!