Date: Fri, 7 Dec 2012 23:54:16 +0000 (UTC) From: Beech Rintoul <beech@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308456 - head/sysutils/linrename Message-ID: <201212072354.qB7NsGv8013793@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: beech Date: Fri Dec 7 23:54:16 2012 New Revision: 308456 URL: http://svnweb.freebsd.org/changeset/ports/308456 Log: - Update to version 2.22.1 Feature safe: yes PR: ports/174158 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Modified: head/sysutils/linrename/Makefile head/sysutils/linrename/distinfo Modified: head/sysutils/linrename/Makefile ============================================================================== --- head/sysutils/linrename/Makefile Fri Dec 7 22:26:51 2012 (r308455) +++ head/sysutils/linrename/Makefile Fri Dec 7 23:54:16 2012 (r308456) @@ -2,14 +2,14 @@ # $FreeBSD$ 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 @@ INSTALL_WRKSRC= ${WRKSRC}/misc-utils 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 Modified: head/sysutils/linrename/distinfo ============================================================================== --- head/sysutils/linrename/distinfo Fri Dec 7 22:26:51 2012 (r308455) +++ head/sysutils/linrename/distinfo Fri Dec 7 23:54:16 2012 (r308456) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212072354.qB7NsGv8013793>