From owner-svn-ports-all@freebsd.org Wed Oct 16 08:12:16 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 865DB15EE10; Wed, 16 Oct 2019 08:12:16 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46tQ4w334dz4Qrd; Wed, 16 Oct 2019 08:12:16 +0000 (UTC) (envelope-from mat@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 4BF15427F; Wed, 16 Oct 2019 08:12:16 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9G8CGcW042058; Wed, 16 Oct 2019 08:12:16 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9G8CFta042056; Wed, 16 Oct 2019 08:12:15 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201910160812.x9G8CFta042056@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 16 Oct 2019 08:12:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514575 - head/net/shelldap X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/net/shelldap X-SVN-Commit-Revision: 514575 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Oct 2019 08:12:16 -0000 Author: mat Date: Wed Oct 16 08:12:15 2019 New Revision: 514575 URL: https://svnweb.freebsd.org/changeset/ports/514575 Log: Use the tag and not the commit hash. (SHA256 changed because of the directory change, but content is the same) Modified: head/net/shelldap/Makefile (contents, props changed) head/net/shelldap/distinfo (contents, props changed) Modified: head/net/shelldap/Makefile ============================================================================== --- head/net/shelldap/Makefile Wed Oct 16 06:21:39 2019 (r514574) +++ head/net/shelldap/Makefile Wed Oct 16 08:12:15 2019 (r514575) @@ -3,6 +3,7 @@ PORTNAME= shelldap PORTVERSION= 1.5.1 +DISTVERSIONPREFIX= v CATEGORIES= net perl5 MAINTAINER= mahlon@martini.nu @@ -10,10 +11,6 @@ COMMENT= Shell-like environment for LDAP LICENSE= BSD3CLAUSE -USE_GITHUB= yes -GH_ACCOUNT= mahlonsmith -GH_TAGNAME= 54885085b8ec0b8063f4144bfa80ba4b72698f39 - RUN_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \ p5-perl-ldap>=0:net/p5-perl-ldap \ p5-Term-Shell>=0:devel/p5-Term-Shell \ @@ -24,6 +21,9 @@ RUN_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-D USES= perl5 USE_PERL5= extract build run + +USE_GITHUB= yes +GH_ACCOUNT= mahlonsmith PLIST_FILES= bin/shelldap man/man1/shelldap.1.gz Modified: head/net/shelldap/distinfo ============================================================================== --- head/net/shelldap/distinfo Wed Oct 16 06:21:39 2019 (r514574) +++ head/net/shelldap/distinfo Wed Oct 16 08:12:15 2019 (r514575) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570993442 -SHA256 (mahlonsmith-shelldap-1.5.1-54885085b8ec0b8063f4144bfa80ba4b72698f39_GH0.tar.gz) = 34b2c4f9539124760eead9715c6767d715f6c1ba8a8e0bf16be97de332839447 -SIZE (mahlonsmith-shelldap-1.5.1-54885085b8ec0b8063f4144bfa80ba4b72698f39_GH0.tar.gz) = 26035 +TIMESTAMP = 1571210692 +SHA256 (mahlonsmith-shelldap-v1.5.1_GH0.tar.gz) = 87ef9f7da09300b3f71fb1291893b08a631a2ec378ad2a992a2cbe05e3e8eb8a +SIZE (mahlonsmith-shelldap-v1.5.1_GH0.tar.gz) = 26030