mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
maintainer-update www/p5-Apache-Gallery to 0.6
Update to 0.6, which oa. fixes Inline problems which broke resizing if 'make test' was not run after /tmp/ was cleaned. PR: ports/51268 Submitted by: Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
parent
74c295684b
commit
4558e27848
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79827
@ -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 @@ PERL_CONFIGURE= yes
|
||||
|
||||
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}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Apache-Gallery-0.5.1.tar.gz) = f7f109c20af50232005a9ad38669ba48
|
||||
MD5 (Apache-Gallery-0.6.tar.gz) = 78efe9884dc242ca50d4cc2e2fca9f44
|
||||
|
@ -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
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Gallery
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true
|
||||
@dirrm share/Apache-Gallery/templates
|
||||
@dirrm share/Apache-Gallery/css
|
||||
@dirrm share/Apache-Gallery
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Gallery
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true
|
||||
@unexec rmdir %D/share/Apache-Gallery/templates 2>/dev/null || true
|
||||
@unexec rmdir %D/www/icons 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user