Date: Wed, 2 Jul 2014 12:50:00 +0000 (UTC) From: Dag-Erling Smørgrav <des@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360173 - in head/lang: ruby19 ruby20 ruby21 Message-ID: <201407021250.s62Co0VE046584@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: des Date: Wed Jul 2 12:49:59 2014 New Revision: 360173 URL: http://svnweb.freebsd.org/changeset/ports/360173 QAT: https://qat.redports.org/buildarchive/r360173/ Log: Add CPE information. Modified: head/lang/ruby19/Makefile head/lang/ruby20/Makefile head/lang/ruby21/Makefile Modified: head/lang/ruby19/Makefile ============================================================================== --- head/lang/ruby19/Makefile Wed Jul 2 12:28:03 2014 (r360172) +++ head/lang/ruby19/Makefile Wed Jul 2 12:49:59 2014 (r360173) @@ -60,7 +60,11 @@ READLINE_DESC= Use libreadline .include <bsd.port.options.mk> -USES= tar:bzip2 +USES= tar:bzip2 cpe + +CPE_VENDOR= ruby-lang +CPE_VERSION= ${RUBY_RELVERSION} +CPE_UPDATE= p${RUBY_PATCHLEVEL} .include <bsd.port.pre.mk> Modified: head/lang/ruby20/Makefile ============================================================================== --- head/lang/ruby20/Makefile Wed Jul 2 12:28:03 2014 (r360172) +++ head/lang/ruby20/Makefile Wed Jul 2 12:49:59 2014 (r360173) @@ -56,7 +56,11 @@ EDIT_DESC= Which line editing lib to us LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -USES= tar:bzip2 +USES= tar:bzip2 cpe + +CPE_VENDOR= ruby-lang +CPE_VERSION= ${RUBY_RELVERSION} +CPE_UPDATE= p${RUBY_PATCHLEVEL} .include <bsd.port.pre.mk> Modified: head/lang/ruby21/Makefile ============================================================================== --- head/lang/ruby21/Makefile Wed Jul 2 12:28:03 2014 (r360172) +++ head/lang/ruby21/Makefile Wed Jul 2 12:49:59 2014 (r360173) @@ -56,7 +56,11 @@ EDIT_DESC= Which line editing lib to us LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -USES= tar:bzip2 +USES= tar:bzip2 cpe + +CPE_VENDOR= ruby-lang +CPE_VERSION= ${RUBY_RELVERSION} +CPE_UPDATE= p${RUBY_PATCHLEVEL} .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407021250.s62Co0VE046584>