diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-06 23:17:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-06 23:17:00 +0800 |
commit | 6c503a8543c22c0152fed62c67c81ba246ee6bfe (patch) | |
tree | 9b2a2180548c71b50880313168a7d874a5551530 /net | |
parent | 540151b0859bcf0678dff528c96a1da533d557d3 (diff) | |
download | freebsd-ports-gnome-6c503a8543c22c0152fed62c67c81ba246ee6bfe.tar.gz freebsd-ports-gnome-6c503a8543c22c0152fed62c67c81ba246ee6bfe.tar.zst freebsd-ports-gnome-6c503a8543c22c0152fed62c67c81ba246ee6bfe.zip |
- Update to 0.2
PR: 129421
Submitted by: Mahlon E.Smith <mahlon@martini.nu> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/shelldap/Makefile | 23 | ||||
-rw-r--r-- | net/shelldap/distinfo | 6 |
2 files changed, 14 insertions, 15 deletions
diff --git a/net/shelldap/Makefile b/net/shelldap/Makefile index 31d593694534..aee4fa2dbce6 100644 --- a/net/shelldap/Makefile +++ b/net/shelldap/Makefile @@ -1,26 +1,25 @@ -# New ports collection makefile for: shelldap -# Date created: 2006-07-07 -# Whom: Mahlon E. Smith <mahlon@martini.nu> +# New ports collection makefile for: shelldap +# Date created: 2006-07-07 +# Whom: Mahlon E. Smith <mahlon@martini.nu> # # $FreeBSD$ # PORTNAME= shelldap -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= net MASTER_SITES= http://www.martini.nu/misc/ MAINTAINER= mahlon@martini.nu COMMENT= A shell-like environment for LDAP -RUN_DEPENDS= \ - ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \ - ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \ - ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/Term/Shell.pm:${PORTSDIR}/devel/p5-Term-Shell \ - ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ - ${SITE_PERL}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu \ - ${SITE_PERL}/${PERL_ARCH}/YAML/Syck.pm:${PORTSDIR}/textproc/p5-YAML-Syck +RUN_DEPENDS= ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \ + ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \ + ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/Term/Shell.pm:${PORTSDIR}/devel/p5-Term-Shell \ + ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ + ${SITE_PERL}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu \ + ${SITE_PERL}/${PERL_ARCH}/YAML/Syck.pm:${PORTSDIR}/textproc/p5-YAML-Syck USE_PERL5= yes diff --git a/net/shelldap/distinfo b/net/shelldap/distinfo index 1fcb09291cc2..04c644999b5a 100644 --- a/net/shelldap/distinfo +++ b/net/shelldap/distinfo @@ -1,3 +1,3 @@ -MD5 (shelldap-0.1.tar.gz) = a283288b657ca0a307f12031c9e97371 -SHA256 (shelldap-0.1.tar.gz) = 41344c5a474124a0ddbff1b2086ec3a0d15b4fcc475db993c4ad71782ae3cc7a -SIZE (shelldap-0.1.tar.gz) = 12179 +MD5 (shelldap-0.2.tar.gz) = 2c68afa69968b71888e029485ee32881 +SHA256 (shelldap-0.2.tar.gz) = ea16c9d823794d78bbe4aa51f6a9d91c30a4119fdedad333564af245870efe73 +SIZE (shelldap-0.2.tar.gz) = 12147 |