Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2015 08:58:43 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383713 - head/www/httpclient
Message-ID:  <201504100858.t3A8whLc068918@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Fri Apr 10 08:58:42 2015
New Revision: 383713
URL: https://svnweb.freebsd.org/changeset/ports/383713

Log:
  www/httpclient: add CPE information
  
  - Maintainer's timeout (ale@FreeBSD.org)
  
  PR:		198970
  Submitted by:	Shun <shun.fbsd.pr@dropcut.net>

Modified:
  head/www/httpclient/Makefile

Modified: head/www/httpclient/Makefile
==============================================================================
--- head/www/httpclient/Makefile	Fri Apr 10 08:52:45 2015	(r383712)
+++ head/www/httpclient/Makefile	Fri Apr 10 08:58:42 2015	(r383713)
@@ -14,6 +14,9 @@ COMMENT=	Java components implementing an
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+USES+=	cpe
+CPE_PRODUCT=	commons-httpclient
+CPE_VENDOR=	apache
 RUN_DEPENDS=	${JAVAJARDIR}/httpcore.jar:${PORTSDIR}/www/httpcore \
 		${JAVAJARDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging \
 		${JAVAJARDIR}/commons-codec.jar:${PORTSDIR}/java/jakarta-commons-codec



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