diff options
author | beech <beech@FreeBSD.org> | 2012-12-08 07:54:16 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2012-12-08 07:54:16 +0800 |
commit | 5917b6330e96ef08722961cc8e2cf085f2363046 (patch) | |
tree | a5571f5e5f0efff86a5336e7c8aec8dff5d198d8 /sysutils | |
parent | 5f8314bf8e853921ee18308fea1f517058041754 (diff) | |
download | freebsd-ports-gnome-5917b6330e96ef08722961cc8e2cf085f2363046.tar.gz freebsd-ports-gnome-5917b6330e96ef08722961cc8e2cf085f2363046.tar.zst freebsd-ports-gnome-5917b6330e96ef08722961cc8e2cf085f2363046.zip |
- Update to version 2.22.1
Feature safe: yes
PR: ports/174158
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/linrename/Makefile | 7 | ||||
-rw-r--r-- | sysutils/linrename/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/linrename/Makefile b/sysutils/linrename/Makefile index 4c4df57e8bef..bc0c0611faad 100644 --- a/sysutils/linrename/Makefile +++ b/sysutils/linrename/Makefile @@ -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 diff --git a/sysutils/linrename/distinfo b/sysutils/linrename/distinfo index cdcd51b058e1..9df20793c43b 100644 --- a/sysutils/linrename/distinfo +++ b/sysutils/linrename/distinfo @@ -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 |