svn commit: r383823 - head/ftp/wget

Bartek Rutkowski robak at FreeBSD.org
Sat Apr 11 18:05:15 UTC 2015


Author: robak
Date: Sat Apr 11 18:05:14 2015
New Revision: 383823
URL: https://svnweb.freebsd.org/changeset/ports/383823

Log:
  ftp/wget: add CPE information
  
  - Maintainer's timeout (vd at FreeBSD.org)
  
  PR:		198840
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/ftp/wget/Makefile

Modified: head/ftp/wget/Makefile
==============================================================================
--- head/ftp/wget/Makefile	Sat Apr 11 17:53:54 2015	(r383822)
+++ head/ftp/wget/Makefile	Sat Apr 11 18:05:14 2015	(r383823)
@@ -13,8 +13,9 @@ COMMENT=	Retrieve files from the Net via
 LICENSE=	GPLv3 # or later
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		charsetfix gmake makeinfo perl5 tar:xz
+USES=		charsetfix cpe gmake makeinfo perl5 tar:xz
 USE_PERL5=	build
+CPE_VENDOR=	gnu
 GNU_CONFIGURE=	yes
 OPTIONS_SUB=	yes
 


More information about the svn-ports-all mailing list