From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 22 19:56:15 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49AE1C89 for ; Sun, 22 Jun 2014 19:56:15 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 175D02131 for ; Sun, 22 Jun 2014 19:56:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5MJuEkl027064 for ; Sun, 22 Jun 2014 20:56:14 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191284] New: Port update: Shelldap 1.1.0 + staging Date: Sun, 22 Jun 2014 19:56:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mahlon@martini.nu X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2014 19:56:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191284 Bug ID: 191284 Summary: Port update: Shelldap 1.1.0 + staging Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: Normal Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mahlon@martini.nu Just a ports update, bumping version and making it compatible with the staging changes. Thanks! Fix: diff -ruN shelldap.orig/Makefile shelldap/Makefile --- shelldap.orig/Makefile 2014-06-21 13:14:35.000000000 -0700 +++ shelldap/Makefile 2014-06-21 22:39:59.000000000 -0700 @@ -2,7 +2,7 @@ # $FreeBSD: head/net/shelldap/Makefile 327755 2013-09-20 22:10:23Z bapt $ 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 @@ 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 diff -ruN shelldap.orig/distinfo shelldap/distinfo --- shelldap.orig/distinfo 2014-06-21 13:14:35.000000000 -0700 +++ shelldap/distinfo 2014-06-21 22:40:30.000000000 -0700 @@ -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 -- You are receiving this mail because: You are the assignee for the bug.