ports/51268: maintainer-update www/p5-Apache-Gallery to 0.6

Erwin Lansing erwin at lansing.dk
Tue Apr 22 09:10:17 UTC 2003


>Number:         51268
>Category:       ports
>Synopsis:       maintainer-update www/p5-Apache-Gallery to 0.6
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 22 02:10:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat Apr 5 16:37:20 CEST 2003 root at panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:

Update to 0.6, which oa. fixes Inline problems which broke resizing
if 'make test' was not run after /tmp/ was cleaned.


>How-To-Repeat:
	
>Fix:

	

--- p5-Apache-Gallery-0.6.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-Apache-Gallery/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	13 Apr 2003 12:28:23 -0000	1.6
+++ Makefile	22 Apr 2003 09:04:57 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Apache-Gallery
-PORTVERSION=	0.5.1
+PORTVERSION=	0.6
 CATEGORIES=	www perl5
 MASTER_SITES=	http://apachegallery.dk/download/ \
 		${MASTER_SITE_PERL_CPAN}
@@ -30,11 +30,16 @@
 
 MAN3=		Apache::Gallery.3
 
-TEMPLATEFILES=	directory.tpl error.tpl index.tpl info.tpl layout.tpl \
-		movie.tpl navpicture.tpl orig.tpl picture.tpl scale.tpl \
-		showpicture.tpl
-ICONS=		folder.png video-avi.png video-asf.png video-mov.png \
-		video-mpeg.png video-mpg.png
+TEMPLATEFILES=	dircomment.tpl directory.tpl error.tpl file.tpl index.tpl \
+		info.tpl interval.tpl intervalactive.tpl layout.tpl \
+		navpicture.tpl nodircomment.tpl nopictureinfo.tpl \
+		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 \
+		gallery.css video-asf.png video-avi.png \
+		video-mov.png video-mpeg.png video-mpg.png video-wmv.png
 
 post-configure:
 	@ ${SED} -e 's#%%PREFIX%%#${PREFIX}#g' pkg-message > ${PKGMESSAGE}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-Apache-Gallery/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	16 Jan 2003 03:12:21 -0000	1.1
+++ distinfo	22 Apr 2003 09:04:57 -0000
@@ -1 +1 @@
-MD5 (Apache-Gallery-0.5.1.tar.gz) = f7f109c20af50232005a9ad38669ba48
+MD5 (Apache-Gallery-0.6.tar.gz) = 78efe9884dc242ca50d4cc2e2fca9f44
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-Apache-Gallery/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	16 Jan 2003 03:12:21 -0000	1.1
+++ pkg-plist	22 Apr 2003 09:04:57 -0000
@@ -1,25 +1,44 @@
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Gallery.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Gallery/.packlist
+%%SITE_PERL%%/Apache/Gallery.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Gallery/.packlist
+share/Apache-Gallery/templates/dircomment.tpl
 share/Apache-Gallery/templates/directory.tpl
 share/Apache-Gallery/templates/error.tpl
+share/Apache-Gallery/templates/file.tpl
 share/Apache-Gallery/templates/index.tpl
 share/Apache-Gallery/templates/info.tpl
+share/Apache-Gallery/templates/interval.tpl
+share/Apache-Gallery/templates/intervalactive.tpl
 share/Apache-Gallery/templates/layout.tpl
-share/Apache-Gallery/templates/movie.tpl
 share/Apache-Gallery/templates/navpicture.tpl
+share/Apache-Gallery/templates/nodircomment.tpl
+share/Apache-Gallery/templates/nopictureinfo.tpl
 share/Apache-Gallery/templates/orig.tpl
 share/Apache-Gallery/templates/picture.tpl
 share/Apache-Gallery/templates/scale.tpl
+share/Apache-Gallery/templates/pictureinfo.tpl
+share/Apache-Gallery/templates/refresh.tpl
+share/Apache-Gallery/templates/scaleactive.tpl
 share/Apache-Gallery/templates/showpicture.tpl
+share/Apache-Gallery/templates/slideshowisoff.tpl
+share/Apache-Gallery/templates/slideshowoff.tpl
 share/Apache-Gallery/css/gallery.css
-www/icons/folder.png
+www/icons/application-doc.png
+www/icons/application-mp3.png
+www/icons/application-ogg.png
+www/icons/application-pdf.png
+www/icons/application-rtf.png
+www/icons/application-wav.png
+www/icons/gallery.css
 www/icons/video-asf.png
 www/icons/video-avi.png
 www/icons/video-mov.png
 www/icons/video-mpeg.png
 www/icons/video-mpg.png
+www/icons/video-wmv.png
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Gallery
+ at unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true
 @dirrm share/Apache-Gallery/templates
 @dirrm share/Apache-Gallery/css
 @dirrm share/Apache-Gallery
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Gallery
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true
+ at unexec rmdir %D/share/Apache-Gallery/templates 2>/dev/null || true
+ at unexec rmdir %D/www/icons 2>/dev/null || true
--- p5-Apache-Gallery-0.6.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list