svn commit: r381486 - head/shells/fish

Bartek Rutkowski robak at FreeBSD.org
Tue Mar 17 11:31:56 UTC 2015


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 at gmail.com)
  
  PR:		197413
  Submitted by:	Shun <shun.fbsd.pr at 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}
 


More information about the svn-ports-head mailing list