From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 3 21:30:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 F2418A67 for ; Mon, 3 Mar 2014 21:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF80E2C9 for ; Mon, 3 Mar 2014 21:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s23LU0Be007664 for ; Mon, 3 Mar 2014 21:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s23LU0m3007654; Mon, 3 Mar 2014 21:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Mar 2014 21:30:00 GMT Resent-Message-Id: <201403032130.s23LU0m3007654@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Naram Qashat 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 ACBA7A5D for ; Mon, 3 Mar 2014 21:29:46 +0000 (UTC) Received: from QMTA11.westchester.pa.mail.comcast.net (qmta11.westchester.pa.mail.comcast.net [IPv6:2001:558:fe14:44:76:96:59:211]) by mx1.freebsd.org (Postfix) with ESMTP id 590422C3 for ; Mon, 3 Mar 2014 21:29:46 +0000 (UTC) Received: from omta10.westchester.pa.mail.comcast.net ([76.96.62.28]) by QMTA11.westchester.pa.mail.comcast.net with comcast id Z05r1n0070cZkys5B9VlSf; Mon, 03 Mar 2014 21:29:45 +0000 Received: from kirby.cyberbotx.com ([107.5.48.95]) by omta10.westchester.pa.mail.comcast.net with comcast id Z9Vk1n00d23DSHF3W9VkKz; Mon, 03 Mar 2014 21:29:45 +0000 Received: by kirby.cyberbotx.com (Postfix, from userid 0) id 69E1F2844F; Mon, 3 Mar 2014 16:29:44 -0500 (EST) Message-Id: <20140303212944.69E1F2844F@kirby.cyberbotx.com> Date: Mon, 3 Mar 2014 16:29:44 -0500 (EST) From: Naram Qashat To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187230: [MAINTAINER] sysutils/di: update to 4.35 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 21:30:01 -0000 >Number: 187230 >Category: ports >Synopsis: [MAINTAINER] sysutils/di: update to 4.35 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Mar 03 21:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 9.2-STABLE amd64 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 9.2-STABLE FreeBSD 9.2-STABLE #0 r258460: Thu Nov 21 22:30:13 EST >Description: - Update to 4.35 - Add Stage support Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- di-4.35.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 346969) +++ Makefile (working copy) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= di -PORTVERSION= 4.34 +PORTVERSION= 4.35 CATEGORIES= sysutils -MASTER_SITES= http://www.gentoo.com/di/ +MASTER_SITES= http://www.gentoo.com/di/ \ + http://www.cyberbotx.com/di/ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Disk Information Utility @@ -11,11 +12,8 @@ MAKE_ENV+= prefix="${PREFIX}" -MAN1= di.1 - OPTIONS_DEFINE= NLS -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} Index: distinfo =================================================================== --- distinfo (revision 346969) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (di-4.34.tar.gz) = c2bdb2aab01da3fadd45037b37e11532316237c8bd8103e9c6307571c5876feb -SIZE (di-4.34.tar.gz) = 213367 +SHA256 (di-4.35.tar.gz) = 2cdfface7a85e3a359cb228277b090a0648cabe18520e43b09919bdaf67b71d2 +SIZE (di-4.35.tar.gz) = 212325 Index: files/patch-Makefile =================================================================== --- files/patch-Makefile (revision 346969) +++ files/patch-Makefile (working copy) @@ -1,6 +1,6 @@ ---- Makefile.orig 2011-01-01 15:25:04.000000000 -0500 -+++ Makefile 2011-01-02 15:28:29.000000000 -0500 -@@ -33,7 +33,7 @@ +--- Makefile.orig 2014-02-15 12:14:49.000000000 -0500 ++++ Makefile 2014-03-03 16:00:53.000000000 -0500 +@@ -36,12 +36,12 @@ ### # installation options # @@ -9,8 +9,14 @@ LOCALEDIR = $(prefix)/share/locale PROG = di MPROG = mi -@@ -55,7 +55,7 @@ # +-INSTALL_DIR = $(prefix) ++INSTALL_DIR = $(DESTDIR)$(prefix) + INSTALL_BIN_DIR = $(INSTALL_DIR)/bin + INST_LOCALEDIR = $(INSTALL_DIR)/share/locale + TARGET = $(INSTALL_BIN_DIR)/$(PROG)$(EXE_EXT) +@@ -58,7 +58,7 @@ + # # simple man page installation # -DI_MANINSTDIR = $(INSTALL_DIR)/share/man Index: pkg-plist =================================================================== --- pkg-plist (revision 346969) +++ pkg-plist (working copy) @@ -1,5 +1,6 @@ bin/di bin/mi +man/man1/di.1.gz %%NLS%%share/locale/de/LC_MESSAGES/di.mo %%NLS%%share/locale/en/LC_MESSAGES/di.mo %%NLS%%share/locale/es/LC_MESSAGES/di.mo --- di-4.35.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: