Index: head/www/piwigo/Makefile =================================================================== --- head/www/piwigo/Makefile (revision 490760) +++ head/www/piwigo/Makefile (revision 490761) @@ -1,68 +1,68 @@ # Created by: Goran Lowkrantz # $FreeBSD$ PORTNAME= piwigo DISTVERSION= 2.9.4 PORTREVISION= 2 CATEGORIES= www -MASTER_SITES= http://piwigo.org/download/dlcounter.php?code=${PORTVERSION}&/ +MASTER_SITES= https://piwigo.org/download/dlcounter.php?code=${PORTVERSION}&/ MAINTAINER= tremere@cainites.net COMMENT= PHP based Web Gallery LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/COPYING NO_BUILD= yes NO_ARCH= yes USES= cpe php:web zip USE_PHP= calendar ctype dom exif filter gd gettext hash iconv json \ mbstring mcrypt mysqli openssl pcre pdf pdo posix \ session simplexml sockets spl tokenizer xml xmlreader \ xmlwriter zlib WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-deinstall pkg-message SUB_LIST+= CP="${CP}" \ MKDIR="${MKDIR}" \ CHOWN="${CHOWN}" \ TOUCH="${TOUCH}" \ WWWOWN="${WWWOWN}" \ WWWGRP="${WWWGRP}" OPTIONS_DEFINE= IMAGICK X11 DOCS EXAMPLES OPTIONS_DEFAULT=IMAGICK IMAGICK_DESC= ${IMAGEMAGICK_DESC} PORTDOCS= README_ca.txt README_en.txt README_fr.txt PLIST_SUB+= WWWOWN="${WWWOWN}" \ WWWGRP="${WWWGRP}" \ CHOWN="${CHOWN}" .include .if ${PORT_OPTIONS:MIMAGICK} .if ${PORT_OPTIONS:MX11} RUN_DEPENDS+= ${LOCALBASE}/bin/convert:graphics/ImageMagick6 .else RUN_DEPENDS+= ${LOCALBASE}/bin/convert:graphics/ImageMagick6-nox11 .endif .endif pre-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/ @cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ pre-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ @cd ${WRKSRC}/tools/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/ do-install: @cd ${WRKSRC}/doc/ && ${RM} ${PORTDOCS} @${RM} -r ${WRKSRC}/tools ${WRKSRC}/_data/dummy.txt @${INSTALL} -d ${STAGEDIR}${WWWDIR} @${TAR} -C ${WRKSRC} -cf - . | \ ${TAR} --unlink -C ${STAGEDIR}${WWWDIR} -xf - .include Index: head/www/piwigo/pkg-descr =================================================================== --- head/www/piwigo/pkg-descr (revision 490760) +++ head/www/piwigo/pkg-descr (revision 490761) @@ -1,16 +1,16 @@ Piwigo is a photo gallery software for the web that comes with powerful features to publish and manage your collection of pictures. Started in 2002, the project is now supported by an active community of users and developers. It supports numerous galleries of all sizes all over the world, from an individual ten-photos party to the images stock of an agency. This scalability is supported by smart browsing capabilities based on categories, tags and chronological search. Various extensions make Piwigo even more scalable and customizable to suit your own needs and desires. Piwigo is both web and photo standard compliant. And, icing on the cake, it is free and opensource. PhpWebGallery became Piwigo on February 15th, 2009. -WWW: http://piwigo.org/ +WWW: https://piwigo.org/