Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jan 2006 21:31:13 -0500 (EST)
From:      "Jeffrey H. Johnson" <trn@offworld.cqasys.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        bll@gentoo.com
Subject:   ports/92126: [PATCH] sysutils/di: update to 4.4
Message-ID:  <20060122023113.BA86239833@offworld.cqasys.com>
Resent-Message-ID: <200601220240.k0M2e27Q086993@freefall.freebsd.org>

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

>Number:         92126
>Category:       ports
>Synopsis:       [PATCH] sysutils/di: update to 4.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 22 02:40:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jeffrey H. Johnson
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD offworld.cqasys.com 6.0-STABLE FreeBSD 6.0-STABLE #21: Wed Jan 18 22:35:45 EST 2006
>Description:
- Update to 4.4

Port maintainer (bll@gentoo.com) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- di-4.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/di/Makefile /usr/home/trn/port-work/di/Makefile
--- /usr/ports/sysutils/di/Makefile	Tue Mar  2 04:51:00 2004
+++ /usr/home/trn/port-work/di/Makefile	Sat Jan 21 04:19:18 2006
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	di
-PORTVERSION=	3.10
+PORTVERSION=	4.4
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.gentoo.com/di/
+MASTER_SITES=	http://www.gentoo.com/di/ \
+		http://fresh.t-systems-sfr.com/unix/src/privat2/
 
 MAINTAINER=	bll@gentoo.com
 COMMENT=	Disk Information Utility
@@ -43,12 +44,12 @@
 	-(cd ${WRKSRC}/po;for i in *.po; do \
 	j=`echo $$i | $(SED) 's,\\.po$$,,'`; \
 	test -d ${PREFIX}/share/locale/$$j || \
-		mkdir ${PREFIX}/share/locale/$$j; \
+		${MKDIR} ${PREFIX}/share/locale/$$j; \
 	test -d ${PREFIX}/share/locale/$$j/LC_MESSAGES || \
-		mkdir ${PREFIX}/share/locale/$$j/LC_MESSAGES; \
+		${MKDIR} ${PREFIX}/share/locale/$$j/LC_MESSAGES; \
 	${INSTALL_DATA} $$j.mo \
 	${PREFIX}/share/locale/$$j/LC_MESSAGES/di.mo; \
-        $(RM) -f $$j.mo; \
+	$(RM) -f $$j.mo; \
 	done)
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/sysutils/di/distinfo /usr/home/trn/port-work/di/distinfo
--- /usr/ports/sysutils/di/distinfo	Sat Feb 28 07:31:52 2004
+++ /usr/home/trn/port-work/di/distinfo	Sat Jan 21 04:13:48 2006
@@ -1,2 +1,3 @@
-MD5 (di-3.10.tar.gz) = 25f92d2d2b4478178541cfaa5b5fc72b
-SIZE (di-3.10.tar.gz) = 108172
+MD5 (di-4.4.tar.gz) = 222a367414030666690e833fc2668be4
+SHA256 (di-4.4.tar.gz) = 4dfa3abe57333c690f8e914e71de03f27e4f8be9f4b4b0f9e7842c0e73265c50
+SIZE (di-4.4.tar.gz) = 67675
--- di-4.4.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?20060122023113.BA86239833>