From owner-svn-ports-head@FreeBSD.ORG Fri Oct 26 12:18:41 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D00F347B; Fri, 26 Oct 2012 12:18:41 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9E9D28FC0C; Fri, 26 Oct 2012 12:18:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9QCIfIV096723; Fri, 26 Oct 2012 12:18:41 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9QCIfxW096720; Fri, 26 Oct 2012 12:18:41 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201210261218.q9QCIfxW096720@svn.freebsd.org> From: Guido Falsi Date: Fri, 26 Oct 2012 12:18:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306436 - head/sysutils/di X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2012 12:18:41 -0000 Author: madpilot Date: Fri Oct 26 12:18:41 2012 New Revision: 306436 URL: http://svn.freebsd.org/changeset/ports/306436 Log: - Update to 4.32 - Remove dead MASTER_SITE - Convert NLS check to new options framework - Move MAKE_* variables before the .include - Trim Makefile headers PR: ports/173081 Submitted by: Naram Qashat Feature safe: yes Modified: head/sysutils/di/Makefile (contents, props changed) head/sysutils/di/distinfo (contents, props changed) Modified: head/sysutils/di/Makefile ============================================================================== --- head/sysutils/di/Makefile Fri Oct 26 11:11:17 2012 (r306435) +++ head/sysutils/di/Makefile Fri Oct 26 12:18:41 2012 (r306436) @@ -1,22 +1,22 @@ -# New ports collection makefile for: di -# Date created: 31 August 2002 -# Whom: Brad Lanam -# +# Created by: Brad Lanam # $FreeBSD$ -# PORTNAME= di -PORTVERSION= 4.31 +PORTVERSION= 4.32 CATEGORIES= sysutils -MASTER_SITES= http://www.gentoo.com/di/ \ - http://fresh.t-systems-sfr.com/unix/src/privat2/ +MASTER_SITES= http://www.gentoo.com/di/ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Disk Information Utility +MAKE_ENV+= prefix="${PREFIX}" +MAKE_JOBS_SAFE= yes + MAN1= di.1 -.if !defined(WITHOUT_NLS) +.include + +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes PLIST_SUB= NLS="" .else @@ -24,12 +24,7 @@ PLIST_SUB= NLS="@comment " MAKE_ENV+= DI_NO_NLS=T .endif -MAKE_ENV+= prefix="${PREFIX}" -MAKE_JOBS_SAFE= yes - -.include - post-patch: @${REINPLACE_CMD} -e "s|zoneid_t|zoneId_t|g" ${WRKSRC}/C/di.c -.include +.include Modified: head/sysutils/di/distinfo ============================================================================== --- head/sysutils/di/distinfo Fri Oct 26 11:11:17 2012 (r306435) +++ head/sysutils/di/distinfo Fri Oct 26 12:18:41 2012 (r306436) @@ -1,2 +1,2 @@ -SHA256 (di-4.31.tar.gz) = 148c263a1058f6643bd7e347d8f34e59caa9fcb71d1938f1344b077784f7f8fb -SIZE (di-4.31.tar.gz) = 184703 +SHA256 (di-4.32.tar.gz) = b6483327484b9bd5a63eb7d3c51bdfa9f5614c06a1fc37b3b05ad710821a0dc8 +SIZE (di-4.32.tar.gz) = 212774