Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2019 08:12:15 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514575 - head/net/shelldap
Message-ID:  <201910160812.x9G8CFta042056@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910160812.x9G8CFta042056>