Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2015 18:02:10 +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: r384377 - head/www/serendipity
Message-ID:  <201504201802.t3KI2ATo006484@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Apr 20 18:02:09 2015
New Revision: 384377
URL: https://svnweb.freebsd.org/changeset/ports/384377

Log:
  - Add LICENSE
  - Add CPE info
  - Fix WWW

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

Modified: head/www/serendipity/Makefile
==============================================================================
--- head/www/serendipity/Makefile	Mon Apr 20 17:43:12 2015	(r384376)
+++ head/www/serendipity/Makefile	Mon Apr 20 18:02:09 2015	(r384377)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF/php-blog/${PORTNAME}/${
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	PHP based weblog software
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/docs/LICENSE
+
 RUN_DEPENDS=	${LOCALBASE}/share/pear/File/Archive.php:${PORTSDIR}/archivers/pear-File_Archive
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
@@ -20,7 +23,8 @@ PLIST_SUB+=	WWWOWN="${WWWOWN}" WWWGRP="$
 USE_PHP=	session pcre gd openssl mbstring iconv zlib xml
 #SUB_LIST+=	SERENDIPITY=${SERENDIPITY}
 SUB_FILES=	pkg-message
-USES=		tar:bzip2
+USES=		cpe tar:bzip2
+CPE_VENDOR=	s9y
 
 OPTIONS_DEFINE=	MYSQL PGSQL SQLITE MAGICK
 OPTIONS_DEFAULT=	MYSQL MAGICK

Modified: head/www/serendipity/pkg-descr
==============================================================================
--- head/www/serendipity/pkg-descr	Mon Apr 20 17:43:12 2015	(r384376)
+++ head/www/serendipity/pkg-descr	Mon Apr 20 18:02:09 2015	(r384377)
@@ -1,4 +1,4 @@
 Serendipity is a weblog/blog system, implemented with PHP. 
 It is standards compliant, feature rich and open source (BSD License).
 
-WWW: http://www.s9y.org
+WWW: http://www.s9y.org/



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