svn commit: r361656 - head/www/rt42

Matthew Seaman matthew at FreeBSD.org
Sun Jul 13 06:31:51 UTC 2014


Author: matthew
Date: Sun Jul 13 06:31:50 2014
New Revision: 361656
URL: http://svnweb.freebsd.org/changeset/ports/361656
QAT: https://qat.redports.org/buildarchive/r361656/

Log:
  Add CPE settings

Modified:
  head/www/rt42/Makefile

Modified: head/www/rt42/Makefile
==============================================================================
--- head/www/rt42/Makefile	Sun Jul 13 05:44:40 2014	(r361655)
+++ head/www/rt42/Makefile	Sun Jul 13 06:31:50 2014	(r361656)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rt
 DISTVERSION=	4.2.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://download.bestpractical.com/pub/rt/release/
 PKGNAMESUFFIX=	42
@@ -55,7 +55,8 @@ RUN_DEPENDS+=	${CLI_DEPS}        \
 		${USERLOGO_DEPS}   \
 		${HTML_DOC_DEPS}
 
-USES+=		perl5
+USES=		cpe perl5
+CPE_VENDOR=	best_practical
 USE_AUTOTOOLS=	autoconf
 
 RT_LAYOUT=	FreeBSD


More information about the svn-ports-all mailing list