svn commit: r447619 - head/security/rubygem-rex-core

Antoine Brodin antoine at FreeBSD.org
Wed Aug 9 11:43:03 UTC 2017


Author: antoine
Date: Wed Aug  9 11:43:01 2017
New Revision: 447619
URL: https://svnweb.freebsd.org/changeset/ports/447619

Log:
  Update to 0.1.12

Modified:
  head/security/rubygem-rex-core/Makefile
  head/security/rubygem-rex-core/distinfo
  head/security/rubygem-rex-core/pkg-descr

Modified: head/security/rubygem-rex-core/Makefile
==============================================================================
--- head/security/rubygem-rex-core/Makefile	Wed Aug  9 11:09:14 2017	(r447618)
+++ head/security/rubygem-rex-core/Makefile	Wed Aug  9 11:43:01 2017	(r447619)
@@ -1,19 +1,18 @@
 # $FreeBSD$
 
 PORTNAME=	rex-core
-PORTVERSION=	0.1.11
+PORTVERSION=	0.1.12
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	antoine at 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>

Modified: head/security/rubygem-rex-core/distinfo
==============================================================================
--- head/security/rubygem-rex-core/distinfo	Wed Aug  9 11:09:14 2017	(r447618)
+++ head/security/rubygem-rex-core/distinfo	Wed Aug  9 11:43:01 2017	(r447619)
@@ -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

Modified: head/security/rubygem-rex-core/pkg-descr
==============================================================================
--- head/security/rubygem-rex-core/pkg-descr	Wed Aug  9 11:09:14 2017	(r447618)
+++ head/security/rubygem-rex-core/pkg-descr	Wed Aug  9 11:43:01 2017	(r447619)
@@ -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.


More information about the svn-ports-head mailing list