From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 5 18:10:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46F0430A for ; Wed, 5 Dec 2012 18:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1F78C8FC17 for ; Wed, 5 Dec 2012 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qB5IA0bU033336 for ; Wed, 5 Dec 2012 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qB5IA0Mi033335; Wed, 5 Dec 2012 18:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Dec 2012 18:10:00 GMT Resent-Message-Id: <201212051810.qB5IA0Mi033335@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, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D00224B for ; Wed, 5 Dec 2012 18:03:06 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 57B588FC19 for ; Wed, 5 Dec 2012 18:03:06 +0000 (UTC) Received: from localhost.localdomain (ZT034046.ppp.dion.ne.jp [59.128.34.46]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id C72D650036 for ; Thu, 6 Dec 2012 03:03:04 +0900 (JST) Message-Id: <20121206023310.a8963457d68ee72bf166ce95@yahoo.com> Date: Thu, 6 Dec 2012 02:33:10 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/174158: sysutils/linrename: Update to version 2.22.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2012 18:10:01 -0000 >Number: 174158 >Category: ports >Synopsis: sysutils/linrename: Update to version 2.22.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 05 18:10:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p11 i386 >Organization: >Environment: >Description: - Update to version 2.22.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/sysutils/linrename/Makefile sysutils/linrename/Makefile --- /usr/ports/sysutils/linrename/Makefile 2012-11-08 07:50:57.000000000 +0900 +++ sysutils/linrename/Makefile 2012-12-04 00:00:58.000000000 +0900 @@ -2,14 +2,14 @@ # $FreeBSD: head/sysutils/linrename/Makefile 306871 2012-11-02 17:10:39Z pawel $ PORTNAME= linrename -PORTVERSION= 2.22 +PORTVERSION= 2.22.1 CATEGORIES= sysutils #MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${PORTVERSION} MASTER_SITES= http://ftp.ntu.edu.tw/ftp/linux/%SUBDIR%/ \ http://ftp.sunet.se/pub/Linux/kernel.org/linux/%SUBDIR%/ \ http://kernel.org/pub/linux/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,linux/kernel.org/&,} -MASTER_SITE_SUBDIR= utils/util-linux/v${PORTVERSION} +MASTER_SITE_SUBDIR= utils/util-linux/v${PORTVERSION:R} DISTNAME= util-linux-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -20,7 +20,8 @@ USE_XZ= yes -CPPFLAGS+= -I../include -DHAVE_LOCALE_H -DHAVE_LANGINFO_H \ +CPPFLAGS+= -I../include \ + -DHAVE_DIRFD -DHAVE_ERR_H -DHAVE_LANGINFO_H -DHAVE_LOCALE_H \ -DPACKAGE_STRING=\"util-linux\ ${PORTVERSION}\" MAN1= ${PORTNAME}.1 diff -urN /usr/ports/sysutils/linrename/distinfo sysutils/linrename/distinfo --- /usr/ports/sysutils/linrename/distinfo 2012-11-08 07:50:57.000000000 +0900 +++ sysutils/linrename/distinfo 2012-11-04 19:47:33.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (util-linux-2.22.tar.xz) = 32b329aa72c2ea546378bf81f08e30cf30440196c2edf7777b4f509a3fdbe5a2 -SIZE (util-linux-2.22.tar.xz) = 3183868 +SHA256 (util-linux-2.22.1.tar.xz) = c6de9f59882d7adedc2d2e7fdb940e8cdb256080491f632cabe7edde5764d82f +SIZE (util-linux-2.22.1.tar.xz) = 3194800 >Release-Note: >Audit-Trail: >Unformatted: