svn commit: r386600 - head/www/dalbum

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 17 11:18:07 UTC 2015


Author: amdmi3
Date: Sun May 17 11:18:05 2015
New Revision: 386600
URL: https://svnweb.freebsd.org/changeset/ports/386600

Log:
  - Add CPE info
  - Fix WWW:
  
  Approved by:	portmgr blanket

Modified:
  head/www/dalbum/Makefile
  head/www/dalbum/pkg-descr

Modified: head/www/dalbum/Makefile
==============================================================================
--- head/www/dalbum/Makefile	Sun May 17 11:12:06 2015	(r386599)
+++ head/www/dalbum/Makefile	Sun May 17 11:18:05 2015	(r386600)
@@ -13,6 +13,9 @@ COMMENT=	Free, highly customizable PHP p
 
 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
 

Modified: head/www/dalbum/pkg-descr
==============================================================================
--- head/www/dalbum/pkg-descr	Sun May 17 11:12:06 2015	(r386599)
+++ head/www/dalbum/pkg-descr	Sun May 17 11:18:05 2015	(r386600)
@@ -3,4 +3,4 @@ and highly customizable at the same time
 slide shows, image comments, support for video and PDF files
 and many more.
 
-WWW: http://www.dalbum.org
+WWW: http://www.dalbum.org/


More information about the svn-ports-all mailing list