Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2015 11:18:06 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386600 - head/www/dalbum
Message-ID:  <201505171118.t4HBI6EN020421@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505171118.t4HBI6EN020421>