From owner-svn-ports-head@freebsd.org Wed Mar 21 19:03:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD442F5DC89; Wed, 21 Mar 2018 19:03:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B63D81B2B; Wed, 21 Mar 2018 19:03:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 33E372E9C4; Wed, 21 Mar 2018 19:03:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2LJ3vaS027117; Wed, 21 Mar 2018 19:03:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2LJ3ufc027114; Wed, 21 Mar 2018 19:03:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803211903.w2LJ3ufc027114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 21 Mar 2018 19:03:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465224 - head/security/rubygem-rpam2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/rubygem-rpam2 X-SVN-Commit-Revision: 465224 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2018 19:03:57 -0000 Author: sunpoet Date: Wed Mar 21 19:03:56 2018 New Revision: 465224 URL: https://svnweb.freebsd.org/changeset/ports/465224 Log: Update to 4.0.0 - Update WWW Changes: https://github.com/devkral/rpam2/commits/master Modified: head/security/rubygem-rpam2/Makefile head/security/rubygem-rpam2/distinfo head/security/rubygem-rpam2/pkg-descr Modified: head/security/rubygem-rpam2/Makefile ============================================================================== --- head/security/rubygem-rpam2/Makefile Wed Mar 21 19:03:51 2018 (r465223) +++ head/security/rubygem-rpam2/Makefile Wed Mar 21 19:03:56 2018 (r465224) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rpam2 -PORTVERSION= 3.1.0 +PORTVERSION= 4.0.0 CATEGORIES= security rubygems MASTER_SITES= RG @@ -9,8 +9,6 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= PAM integration with ruby LICENSE= MIT - -LIB_DEPENDS= libunwind.so:devel/libunwind USES= gem USE_RUBY= yes Modified: head/security/rubygem-rpam2/distinfo ============================================================================== --- head/security/rubygem-rpam2/distinfo Wed Mar 21 19:03:51 2018 (r465223) +++ head/security/rubygem-rpam2/distinfo Wed Mar 21 19:03:56 2018 (r465224) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520096696 -SHA256 (rubygem/rpam2-3.1.0.gem) = 1a28e4af0f744f92bcefc19a9e6b0c1e48e56b2f85160cd0f5abfcff6076d8e6 -SIZE (rubygem/rpam2-3.1.0.gem) = 8192 +TIMESTAMP = 1521645317 +SHA256 (rubygem/rpam2-4.0.0.gem) = 22328e0bd5b1b01b1d508bf03a6288d097538486385061a468a379376773e99f +SIZE (rubygem/rpam2-4.0.0.gem) = 9216 Modified: head/security/rubygem-rpam2/pkg-descr ============================================================================== --- head/security/rubygem-rpam2/pkg-descr Wed Mar 21 19:03:51 2018 (r465223) +++ head/security/rubygem-rpam2/pkg-descr Wed Mar 21 19:03:56 2018 (r465224) @@ -2,4 +2,4 @@ This extension provides a PAM (Pluggable Authenticatio ruby. It is inspired by rpam but provides more functionality and is licensed under the MIT license. -WWW: http://github.com/devkral/rpam2 +WWW: https://github.com/devkral/rpam2