Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  3 Mar 2014 16:29:44 -0500 (EST)
From:      Naram Qashat <cyberbotx@cyberbotx.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/187230: [MAINTAINER] sysutils/di: update to 4.35
Message-ID:  <20140303212944.69E1F2844F@kirby.cyberbotx.com>
Resent-Message-ID: <201403032130.s23LU0m3007654@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.options.mk>
 
 .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:



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