From owner-svn-ports-all@FreeBSD.ORG Mon Jun 23 10:28:19 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6D173B2; Mon, 23 Jun 2014 10:28:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4516272D; Mon, 23 Jun 2014 10:28:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5NASJIi048800; Mon, 23 Jun 2014 10:28:19 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5NASJWS048798; Mon, 23 Jun 2014 10:28:19 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201406231028.s5NASJWS048798@svn.freebsd.org> From: Rene Ladan Date: Mon, 23 Jun 2014 10:28:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358918 - head/net/shelldap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 10:28:19 -0000 Author: rene Date: Mon Jun 23 10:28:19 2014 New Revision: 358918 URL: http://svnweb.freebsd.org/changeset/ports/358918 QAT: https://qat.redports.org/buildarchive/r358918/ Log: net/shelldap: update to 1.1.0, add stage support. PR: 191284 Submitted by: mahlon@martini.nu (maintainer) Modified: head/net/shelldap/Makefile head/net/shelldap/distinfo Modified: head/net/shelldap/Makefile ============================================================================== --- head/net/shelldap/Makefile Mon Jun 23 10:20:55 2014 (r358917) +++ head/net/shelldap/Makefile Mon Jun 23 10:28:19 2014 (r358918) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shelldap -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= net perl5 MASTER_SITES= http://dl.dropbox.com/u/7234177/Releases/ \ http://www.martini.nu/misc/ @@ -19,18 +19,16 @@ RUN_DEPENDS= p5-Algorithm-Diff>=0:${PORT USES= perl5 USE_PERL5= extract build run -MAN1= shelldap.1 -PLIST_FILES= bin/shelldap +PLIST_FILES= bin/shelldap man/man1/shelldap.1.gz NO_BUILD= yes -NO_STAGE= yes post-extract: ${LOCALBASE}/bin/pod2man < ${WRKSRC}/shelldap > ${WRKSRC}/shelldap.1 do-install: - ${INSTALL_MAN} ${WRKSRC}/shelldap.1 ${MANPREFIX}/man/man1 - ${INSTALL_SCRIPT} ${WRKSRC}/shelldap ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/shelldap.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_SCRIPT} ${WRKSRC}/shelldap ${STAGEDIR}${PREFIX}/bin .include Modified: head/net/shelldap/distinfo ============================================================================== --- head/net/shelldap/distinfo Mon Jun 23 10:20:55 2014 (r358917) +++ head/net/shelldap/distinfo Mon Jun 23 10:28:19 2014 (r358918) @@ -1,2 +1,2 @@ -SHA256 (shelldap-1.0.0.tar.gz) = 0611559468b85b2aec25688cfeb7ab566d2e26e02ead8a293a89e0941855cc87 -SIZE (shelldap-1.0.0.tar.gz) = 21294 +SHA256 (shelldap-1.1.0.tar.gz) = a6d727d5a16c40599ada2ea8e9ef6b57c230b005ec8208867a85328ca139a5a4 +SIZE (shelldap-1.1.0.tar.gz) = 24731