svn commit: r382911 - head/mail/gnubiff

Bartek Rutkowski robak at FreeBSD.org
Wed Apr 1 13:03:17 UTC 2015


Author: robak
Date: Wed Apr  1 13:03:15 2015
New Revision: 382911
URL: https://svnweb.freebsd.org/changeset/ports/382911
QAT: https://qat.redports.org/buildarchive/r382911/

Log:
  mail/gnubiff: add CPE information
  
  - Maintainer's timeout (tdb at FreeBSD.org)
  
  PR:		198636
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/mail/gnubiff/Makefile

Modified: head/mail/gnubiff/Makefile
==============================================================================
--- head/mail/gnubiff/Makefile	Wed Apr  1 13:01:31 2015	(r382910)
+++ head/mail/gnubiff/Makefile	Wed Apr  1 13:03:15 2015	(r382911)
@@ -15,7 +15,7 @@ OPTIONS_DEFINE=	NLS
 LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt
 
 USE_GNOME=	intlhack libglade2 esound
-USES=		fam gmake pathfix pkgconfig
+USES=		cpe fam gmake pathfix pkgconfig
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib -lX11
@@ -25,6 +25,7 @@ LIBS+=		-L${LOCALBASE}/lib -lX11
 CXXFLAGS+=	"-Wno-long-long"
 
 INFO=		gnubiff
+CPE_VENDOR=	gnu
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list