Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jan 2016 14:55:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406119 - head/net/shelldap
Message-ID:  <201601141455.u0EEtRnw033160@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jan 14 14:55:26 2016
New Revision: 406119
URL: https://svnweb.freebsd.org/changeset/ports/406119

Log:
  - Update to 1.3.2
  - While here, add LICENSE
  
  PR:		206212
  Submitted by:	mahlon@martini.nu (maintainer)

Modified:
  head/net/shelldap/Makefile
  head/net/shelldap/distinfo
  head/net/shelldap/pkg-descr

Modified: head/net/shelldap/Makefile
==============================================================================
--- head/net/shelldap/Makefile	Thu Jan 14 14:00:19 2016	(r406118)
+++ head/net/shelldap/Makefile	Thu Jan 14 14:55:26 2016	(r406119)
@@ -2,14 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	shelldap
-PORTVERSION=	1.1.1
+PORTVERSION=	1.3.2
 CATEGORIES=	net perl5
-MASTER_SITES=	http://dl.dropbox.com/u/7234177/Releases/ \
+MASTER_SITES=	https://bitbucket.org/mahlon/shelldap/downloads/ \
+		http://dl.dropbox.com/u/7234177/Releases/ \
 		http://www.martini.nu/misc/
 
 MAINTAINER=	mahlon@martini.nu
 COMMENT=	Shell-like environment for LDAP
 
+LICENSE=	BSD3CLAUSE
+
 RUN_DEPENDS=	p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \
 		p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \
 		p5-Term-Shell>=0:${PORTSDIR}/devel/p5-Term-Shell \
@@ -23,6 +26,7 @@ USE_PERL5=	extract build run
 PLIST_FILES=	bin/shelldap man/man1/shelldap.1.gz
 
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 post-extract:
 	${LOCALBASE}/bin/pod2man < ${WRKSRC}/shelldap > ${WRKSRC}/shelldap.1

Modified: head/net/shelldap/distinfo
==============================================================================
--- head/net/shelldap/distinfo	Thu Jan 14 14:00:19 2016	(r406118)
+++ head/net/shelldap/distinfo	Thu Jan 14 14:55:26 2016	(r406119)
@@ -1,2 +1,2 @@
-SHA256 (shelldap-1.1.1.tar.gz) = a698f1d99f22d582418a1b08fc03b938b50b93deb3dc83dbc04e9e1dd167d926
-SIZE (shelldap-1.1.1.tar.gz) = 24689
+SHA256 (shelldap-1.3.2.tar.gz) = b4f84cfa164e69c7bdcbbd39416900190df8acf701539fbf0f2576514961c683
+SIZE (shelldap-1.3.2.tar.gz) = 18624

Modified: head/net/shelldap/pkg-descr
==============================================================================
--- head/net/shelldap/pkg-descr	Thu Jan 14 14:00:19 2016	(r406118)
+++ head/net/shelldap/pkg-descr	Thu Jan 14 14:55:26 2016	(r406119)
@@ -12,4 +12,4 @@ Among its features:
 
 For more info, 'perldoc' the script.
 
-WWW: http://projects.martini.nu/shelldap
+WWW: https://bitbucket.org/mahlon/shelldap



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