Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2013 21:08:04 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314762 - head/net/shelldap
Message-ID:  <201303202108.r2KL84SE083986@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Wed Mar 20 21:08:03 2013
New Revision: 314762
URL: http://svnweb.freebsd.org/changeset/ports/314762

Log:
  - Update to version 1.0.0 [1]
  - Trim Makefile header
  - Remove leading article from COMMENT
  - Remove Author tag from pkg-descr (info available in perldoc page)
  
  PR:		ports/177126 [1]
  Submitted by:	Mahlon E. Smith <mahlon@martini.nu> (maintainer)

Modified:
  head/net/shelldap/Makefile   (contents, props changed)
  head/net/shelldap/distinfo   (contents, props changed)
  head/net/shelldap/pkg-descr   (contents, props changed)

Modified: head/net/shelldap/Makefile
==============================================================================
--- head/net/shelldap/Makefile	Wed Mar 20 20:57:33 2013	(r314761)
+++ head/net/shelldap/Makefile	Wed Mar 20 21:08:03 2013	(r314762)
@@ -1,17 +1,14 @@
-# New ports collection makefile for:    shelldap
-# Date created:         2006-07-07
-# Whom:                 Mahlon E. Smith <mahlon@martini.nu>
-#
+# Created by: Mahlon E. Smith <mahlon@martini.nu>
 # $FreeBSD$
-#
 
 PORTNAME=	shelldap
-PORTVERSION=	0.5
+PORTVERSION=	1.0.0
 CATEGORIES=	net perl5
-MASTER_SITES=	http://www.martini.nu/misc/
+MASTER_SITES=	http://dl.dropbox.com/u/7234177/Releases/ \
+		http://www.martini.nu/misc/
 
 MAINTAINER=	mahlon@martini.nu
-COMMENT=	A shell-like environment for LDAP
+COMMENT=	Shell-like environment for LDAP
 
 RUN_DEPENDS=	p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \
 		p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \

Modified: head/net/shelldap/distinfo
==============================================================================
--- head/net/shelldap/distinfo	Wed Mar 20 20:57:33 2013	(r314761)
+++ head/net/shelldap/distinfo	Wed Mar 20 21:08:03 2013	(r314762)
@@ -1,2 +1,2 @@
-SHA256 (shelldap-0.5.tar.gz) = a6f02a2724c486b9e4771bfa84afd9e4e2db9e290d7958768464531074576fcc
-SIZE (shelldap-0.5.tar.gz) = 17339
+SHA256 (shelldap-1.0.0.tar.gz) = 0611559468b85b2aec25688cfeb7ab566d2e26e02ead8a293a89e0941855cc87
+SIZE (shelldap-1.0.0.tar.gz) = 21294

Modified: head/net/shelldap/pkg-descr
==============================================================================
--- head/net/shelldap/pkg-descr	Wed Mar 20 20:57:33 2013	(r314761)
+++ head/net/shelldap/pkg-descr	Wed Mar 20 21:08:03 2013	(r314762)
@@ -12,5 +12,4 @@ Among its features:
 
 For more info, 'perldoc' the script.
 
-Author:	Mahlon E. Smith <mahlon@martini.nu>
 WWW: http://projects.martini.nu/shelldap



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