diff --git a/net/shelldap/Makefile b/net/shelldap/Makefile index 6d3062057299..a5a93e3ce8f1 100644 --- a/net/shelldap/Makefile +++ b/net/shelldap/Makefile @@ -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 diff --git a/net/shelldap/distinfo b/net/shelldap/distinfo index c6a78e38603a..c92fe4a6f59f 100644 --- a/net/shelldap/distinfo +++ b/net/shelldap/distinfo @@ -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 diff --git a/net/shelldap/pkg-descr b/net/shelldap/pkg-descr index c0518eb0e681..b8202251c271 100644 --- a/net/shelldap/pkg-descr +++ b/net/shelldap/pkg-descr @@ -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