Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2015 11:31:56 +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: r381486 - head/shells/fish
Message-ID:  <201503171131.t2HBVunM041010@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Tue Mar 17 11:31:55 2015
New Revision: 381486
URL: https://svnweb.freebsd.org/changeset/ports/381486
QAT: https://qat.redports.org/buildarchive/r381486/

Log:
  shells/fish: add CPE information
  
  - Maintainer's timeout (freebsd.users@gmail.com)
  
  PR:		197413
  Submitted by:	Shun <shun.fbsd.pr@dropcut.net>

Modified:
  head/shells/fish/Makefile

Modified: head/shells/fish/Makefile
==============================================================================
--- head/shells/fish/Makefile	Tue Mar 17 11:31:33 2015	(r381485)
+++ head/shells/fish/Makefile	Tue Mar 17 11:31:55 2015	(r381486)
@@ -12,9 +12,11 @@ COMMENT=	User friendly command line shel
 
 LICENSE=	GPLv2
 
-USES=		gmake iconv
+USES=		cpe gmake iconv
 USE_AUTOTOOLS=	autoconf
 
+CPE_VENDOR=	fishshell
+
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -pthread ${ICONV_LIB}
 



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