Index: head/www/dalbum/Makefile =================================================================== --- head/www/dalbum/Makefile (revision 386599) +++ head/www/dalbum/Makefile (revision 386600) @@ -1,36 +1,39 @@ # Created by: Sergey Matveychuk # $FreeBSD$ PORTNAME= dalbum PORTVERSION= 140.152 PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.dalbum.org/ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} MAINTAINER= sem@FreeBSD.org COMMENT= Free, highly customizable PHP photo album RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick +USES= cpe +CPE_VERSION= ${PORTVERSION:C/^([0-9])([0-9][0-9]).*/\1.\2/} +CPE_UPDATE= ${PORTVERSION:C/^.*\.//} USE_PHP= session pcre NO_BUILD= yes DALBUM_DIR?= www/photo NO_WRKSUBDIR= yes PLIST_SUB+= DALBUM_DIR=${DALBUM_DIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} SUB_LIST+= DALBUM_DIR=${DALBUM_DIR} SUB_FILES= pkg-message post-patch: @${REINPLACE_CMD} "s#%%LOCALBASE%%#${LOCALBASE}#" ${WRKSRC}/config/config.php @${RM} ${WRKSRC}/config/config.php.* do-install: @${MKDIR} -m 0775 ${STAGEDIR}${PREFIX}/${DALBUM_DIR} @cd ${WRKSRC} && ${FIND} .htaccess .private config images include pictures *.css *.js *.php *.txt -print | \ ${CPIO} --quiet -pdum \ ${STAGEDIR}${PREFIX}/${DALBUM_DIR} .include Index: head/www/dalbum/pkg-descr =================================================================== --- head/www/dalbum/pkg-descr (revision 386599) +++ head/www/dalbum/pkg-descr (revision 386600) @@ -1,6 +1,6 @@ DAlbum is a free PHP photo album. It is small, easy to install and highly customizable at the same time. Features include slide shows, image comments, support for video and PDF files and many more. -WWW: http://www.dalbum.org +WWW: http://www.dalbum.org/