Bug 187230 - [MAINTAINER] sysutils/di: update to 4.35
Summary: [MAINTAINER] sysutils/di: update to 4.35
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philippe Audeoud
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-03 21:30 UTC by Naram Qashat
Modified: 2014-03-04 09:40 UTC (History)
0 users

See Also:


Attachments
di-4.35.patch (2.16 KB, patch)
2014-03-03 21:30 UTC, Naram Qashat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Naram Qashat 2014-03-03 21:30:00 UTC
- Update to 4.35
- Add Stage support

Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: update, diff: SVN)
Comment 1 Philippe Audeoud freebsd_committer freebsd_triage 2014-03-04 09:27:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jadawin

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-04 09:34:02 UTC
Author: jadawin
Date: Tue Mar  4 09:33:53 2014
New Revision: 347001
URL: http://svnweb.freebsd.org/changeset/ports/347001
QAT: https://qat.redports.org/buildarchive/r347001/

Log:
  - Update to 4.35
  - Support staging
  
  PR:		ports/187230
  Submitted by:	maintainer

Modified:
  head/sysutils/di/Makefile
  head/sysutils/di/distinfo
  head/sysutils/di/files/patch-Makefile
  head/sysutils/di/pkg-plist

Modified: head/sysutils/di/Makefile
==============================================================================
--- head/sysutils/di/Makefile	Tue Mar  4 09:19:33 2014	(r347000)
+++ head/sysutils/di/Makefile	Tue Mar  4 09:33:53 2014	(r347001)
@@ -2,20 +2,18 @@
 # $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
 
 MAKE_ENV+=	prefix="${PREFIX}"
 
-MAN1=		di.1
-
 OPTIONS_DEFINE=	NLS
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}

Modified: head/sysutils/di/distinfo
==============================================================================
--- head/sysutils/di/distinfo	Tue Mar  4 09:19:33 2014	(r347000)
+++ head/sysutils/di/distinfo	Tue Mar  4 09:33:53 2014	(r347001)
@@ -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

Modified: head/sysutils/di/files/patch-Makefile
==============================================================================
--- head/sysutils/di/files/patch-Makefile	Tue Mar  4 09:19:33 2014	(r347000)
+++ head/sysutils/di/files/patch-Makefile	Tue Mar  4 09:33:53 2014	(r347001)
@@ -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,7 +9,13 @@
  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
  #

Modified: head/sysutils/di/pkg-plist
==============================================================================
--- head/sysutils/di/pkg-plist	Tue Mar  4 09:19:33 2014	(r347000)
+++ head/sysutils/di/pkg-plist	Tue Mar  4 09:33:53 2014	(r347001)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Philippe Audeoud freebsd_committer freebsd_triage 2014-03-04 09:34:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!