svn commit: r361663 - head/www/rt40

Matthew Seaman matthew at FreeBSD.org
Sun Jul 13 08:43:48 UTC 2014


Author: matthew
Date: Sun Jul 13 08:43:47 2014
New Revision: 361663
URL: http://svnweb.freebsd.org/changeset/ports/361663
QAT: https://qat.redports.org/buildarchive/r361663/

Log:
  Add CPE settings

Modified:
  head/www/rt40/Makefile

Modified: head/www/rt40/Makefile
==============================================================================
--- head/www/rt40/Makefile	Sun Jul 13 08:35:25 2014	(r361662)
+++ head/www/rt40/Makefile	Sun Jul 13 08:43:47 2014	(r361663)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rt
 PORTVERSION=	4.0.20
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://download.bestpractical.com/pub/rt/release/ \
 		SF/requesttracker/
@@ -59,8 +59,9 @@ RUN_DEPENDS+=	${CORE_DEPS}       \
 		${USERLOGO_DEPS}   \
 		${HTML_DOC_DEPS}
 
-USES+=		perl5
+USES=		cpe perl5
 USE_AUTOTOOLS=	autoconf
+CPE_VENDOR=	bestpractical
 
 RT_ETC_PATH?=	${PREFIX}/etc/${PORTNAME}${PKGNAMESUFFIX}
 RT_LAYOUT=	FreeBSD


More information about the svn-ports-head mailing list