svn commit: r308456 - head/sysutils/linrename

Beech Rintoul beech at FreeBSD.org
Fri Dec 7 23:54:17 UTC 2012


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 at 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 at 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


More information about the svn-ports-all mailing list