svn commit: r381569 - in head/sysutils: grub2-efi grub2-pcbsd

Kris Moore kmoore at FreeBSD.org
Wed Mar 18 16:17:02 UTC 2015


Author: kmoore
Date: Wed Mar 18 16:17:00 2015
New Revision: 381569
URL: https://svnweb.freebsd.org/changeset/ports/381569
QAT: https://qat.redports.org/buildarchive/r381569/

Log:
  - Add CPE information
  
  PR: 198639
  Submitted by: Shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/sysutils/grub2-efi/Makefile
  head/sysutils/grub2-pcbsd/Makefile

Modified: head/sysutils/grub2-efi/Makefile
==============================================================================
--- head/sysutils/grub2-efi/Makefile	Wed Mar 18 16:05:08 2015	(r381568)
+++ head/sysutils/grub2-efi/Makefile	Wed Mar 18 16:17:00 2015	(r381569)
@@ -26,10 +26,13 @@ USE_GCC=	yes
 USE_AUTOTOOLS=	automake aclocal autoconf
 ACLOCAL_ARGS=	-Im4
 GNU_CONFIGURE=	yes
-USES=		bison gettext gmake python tar:xz
+USES=		bison cpe gettext gmake python tar:xz
 ONLY_FOR_ARCHS=	amd64
 MAKE_JOBS_UNSAFE=	yes
 
+CPE_PRODUCT=	grub
+CPE_VENDOR=	gnu
+
 CONFIGURE_ARGS=	--with-platform=efi --disable-werror --localedir=${PREFIX}/share/locale
 CONFIGURE_ENV=	CPP="${CC} -E" \
 		LEX=${LOCALBASE}/bin/flex

Modified: head/sysutils/grub2-pcbsd/Makefile
==============================================================================
--- head/sysutils/grub2-pcbsd/Makefile	Wed Mar 18 16:05:08 2015	(r381568)
+++ head/sysutils/grub2-pcbsd/Makefile	Wed Mar 18 16:17:00 2015	(r381569)
@@ -25,11 +25,14 @@ USE_GCC=	yes
 USE_AUTOTOOLS=	automake aclocal autoconf
 ACLOCAL_ARGS=	-Im4
 GNU_CONFIGURE=	yes
-USES=		bison gettext gmake makeinfo python tar:xz
+USES=		bison cpe gettext gmake makeinfo python tar:xz
 ONLY_FOR_ARCHS=	i386 amd64
 INFO=		grub grub-dev
 MAKE_JOBS_UNSAFE=	yes
 
+CPE_PRODUCT=	grub
+CPE_VENDOR=	gnu
+
 CONFIGURE_ARGS=	--disable-werror --localedir=${PREFIX}/share/locale
 CONFIGURE_ENV=	CPP="${CC} -E" \
 		LEX=${LOCALBASE}/bin/flex


More information about the svn-ports-head mailing list