Index: head/net/shelldap/Makefile =================================================================== --- head/net/shelldap/Makefile (revision 406118) +++ head/net/shelldap/Makefile (revision 406119) @@ -1,34 +1,38 @@ # Created by: Mahlon E. Smith # $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 \ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \ p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck USES= perl5 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 do-install: ${INSTALL_MAN} ${WRKSRC}/shelldap.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_SCRIPT} ${WRKSRC}/shelldap ${STAGEDIR}${PREFIX}/bin .include Index: head/net/shelldap/distinfo =================================================================== --- head/net/shelldap/distinfo (revision 406118) +++ head/net/shelldap/distinfo (revision 406119) @@ -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 Index: head/net/shelldap/pkg-descr =================================================================== --- head/net/shelldap/pkg-descr (revision 406118) +++ head/net/shelldap/pkg-descr (revision 406119) @@ -1,15 +1,15 @@ This is shelldap, a handy shell-like interface for browsing LDAP servers and editing their content. Among its features: - history - sane autocompletes - credential caching - site-wide and individual config - it's in perl - it's fun to say! shelldap! shelldap! shelldap! For more info, 'perldoc' the script. -WWW: http://projects.martini.nu/shelldap +WWW: https://bitbucket.org/mahlon/shelldap