aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/rubygem-rex-core/Makefile7
-rw-r--r--security/rubygem-rex-core/distinfo6
-rw-r--r--security/rubygem-rex-core/pkg-descr2
3 files changed, 7 insertions, 8 deletions
diff --git a/security/rubygem-rex-core/Makefile b/security/rubygem-rex-core/Makefile
index 9678ebafe7f2..588678161681 100644
--- a/security/rubygem-rex-core/Makefile
+++ b/security/rubygem-rex-core/Makefile
@@ -1,19 +1,18 @@
# $FreeBSD$
PORTNAME= rex-core
-PORTVERSION= 0.1.11
+PORTVERSION= 0.1.12
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
-COMMENT= Core libraries required for the Ruby Exploitation(Rex) Suite
+COMMENT= Core libraries required for the Ruby Exploitation (Rex) Suite
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
-
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
.include <bsd.port.mk>
diff --git a/security/rubygem-rex-core/distinfo b/security/rubygem-rex-core/distinfo
index 177c8d5470d7..9f98fde55a74 100644
--- a/security/rubygem-rex-core/distinfo
+++ b/security/rubygem-rex-core/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499951368
-SHA256 (rubygem/rex-core-0.1.11.gem) = bc12bb3168a6567e01f8f60046c23c96097b25fe4ba57f7a02eec6e37e67a59a
-SIZE (rubygem/rex-core-0.1.11.gem) = 30720
+TIMESTAMP = 1502057421
+SHA256 (rubygem/rex-core-0.1.12.gem) = f37e5afc571e90ad6f3c7426cec0767243be7b8d81884d7747fdaec32f71bc99
+SIZE (rubygem/rex-core-0.1.12.gem) = 30208
diff --git a/security/rubygem-rex-core/pkg-descr b/security/rubygem-rex-core/pkg-descr
index bd33fe677e0c..15a6af8a618f 100644
--- a/security/rubygem-rex-core/pkg-descr
+++ b/security/rubygem-rex-core/pkg-descr
@@ -1,4 +1,4 @@
-The Ruby Exploitation(rex) Core Gem contains the odds and ends of code that so
+The Ruby Exploitation (rex) Core Gem contains the odds and ends of code that so
many other pieces of Rex rely upon, but that are too small to be put into their
own seperate gems. This include some of the ruby cross-platform compatibility
and file utility code.