svn commit: r360173 - in head/lang: ruby19 ruby20 ruby21
Dag-Erling Smørgrav
des at FreeBSD.org
Wed Jul 2 12:50:01 UTC 2014
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>
More information about the svn-ports-all
mailing list