Date: Mon, 10 Sep 2012 10:18:31 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304025 - head/sysutils/coreutils Message-ID: <201209101018.q8AAIVdm034335@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Mon Sep 10 10:18:30 2012 New Revision: 304025 URL: http://svn.freebsd.org/changeset/ports/304025 Log: Fix plist and bump PORTREVISION. Modified: head/sysutils/coreutils/Makefile head/sysutils/coreutils/pkg-plist Modified: head/sysutils/coreutils/Makefile ============================================================================== --- head/sysutils/coreutils/Makefile Mon Sep 10 08:50:13 2012 (r304024) +++ head/sysutils/coreutils/Makefile Mon Sep 10 10:18:30 2012 (r304025) @@ -7,6 +7,7 @@ PORTNAME= coreutils PORTVERSION= 8.19 +PORTREVISION= 1 CATEGORIES= sysutils textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -42,7 +43,7 @@ MAN1= gbasename.1 gcat.1 gchcon.1 gchgrp gid.1 ginstall.1 gjoin.1 gkill.1 glink.1 gln.1 \ glogname.1 gls.1 gmd5sum.1 gmkdir.1 gmkfifo.1 gmknod.1 gmktemp.1 \ gmv.1 gnice.1 gnl.1 gnohup.1 god.1 gpaste.1 gpathchk.1 gpinky.1 \ - gpr.1 gprintenv.1 gprintf.1 gptx.1 gpwd.1 greadlink.1 grm.1 \ + gpr.1 gprintenv.1 gprintf.1 gptx.1 gpwd.1 greadlink.1 grealpath.1 grm.1 \ grmdir.1 gruncon.1 gseq.1 gsha1sum.1 gshred.1 gsleep.1 gsort.1 \ gsplit.1 gstdbuf.1 gnustat.1 gstty.1 gsum.1 gsync.1 gtac.1 \ gtail.1 gtee.1 gtest.1 gtimeout.1 gtouch.1 gtr.1 gtrue.1 gtruncate.1 \ Modified: head/sysutils/coreutils/pkg-plist ============================================================================== --- head/sysutils/coreutils/pkg-plist Mon Sep 10 08:50:13 2012 (r304024) +++ head/sysutils/coreutils/pkg-plist Mon Sep 10 10:18:30 2012 (r304025) @@ -58,6 +58,7 @@ bin/gprintf bin/gptx bin/gpwd bin/greadlink +bin/grealpath bin/grm bin/grmdir bin/gruncon @@ -99,7 +100,7 @@ bin/gwc bin/gwho bin/gwhoami bin/gyes -lib/coreutils/glibstdbuf.so +libexec/coreutils/glibstdbuf.so %%NLS%%share/locale/af/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/af/LC_TIME/coreutils.mo %%NLS%%share/locale/be/LC_MESSAGES/coreutils.mo @@ -180,7 +181,7 @@ lib/coreutils/glibstdbuf.so %%NLS%%share/locale/zh_CN/LC_TIME/coreutils.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/zh_TW/LC_TIME/coreutils.mo -@dirrm lib/coreutils +@dirrm libexec/coreutils %%NLS%%@dirrmtry share/locale/zh_TW/LC_TIME %%NLS%%@dirrmtry share/locale/zh_TW/LC_MESSAGES %%NLS%%@dirrmtry share/locale/zh_CN/LC_TIME
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209101018.q8AAIVdm034335>