mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Update to 7.5
PR: ports/138083 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout (3 weeks) Feature safe: yes
This commit is contained in:
parent
5c9323d2b3
commit
c0a9161eaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241490
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= coreutils
|
||||
PORTVERSION= 6.9
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 7.5
|
||||
CATEGORIES= sysutils textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -17,12 +16,12 @@ COMMENT= The Free Software Foundation's core utilities
|
||||
|
||||
CONFLICTS= id-utils-[0-9]* linux-gid-[0-9]*
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=g
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
#USE_BISON= yes
|
||||
|
||||
.if defined(WITHOUT_NLS)
|
||||
@ -35,20 +34,20 @@ PLIST_SUB+= NLS=""
|
||||
|
||||
INFO= coreutils
|
||||
|
||||
MAN1= gbasename.1 gcat.1 gchgrp.1 gchmod.1 gchown.1 gchroot.1 gcksum.1 \
|
||||
gcomm.1 gcp.1 gcsplit.1 gcut.1 gdate.1 gdd.1 gdf.1 gdir.1 \
|
||||
MAN1= gbasename.1 gcat.1 gchcon.1 gchgrp.1 gchmod.1 gchown.1 gchroot.1 \
|
||||
gcksum.1 gcomm.1 gcp.1 gcsplit.1 gcut.1 gdate.1 gdd.1 gdf.1 gdir.1 \
|
||||
gdircolors.1 gdirname.1 gdu.1 gecho.1 genv.1 gexpand.1 gexpr.1 \
|
||||
gfactor.1 gfalse.1 gfmt.1 gfold.1 ggroups.1 ghead.1 ghostid.1 \
|
||||
ghostname.1 gid.1 ginstall.1 gjoin.1 gkill.1 glink.1 gln.1 \
|
||||
glogname.1 gls.1 gmd5sum.1 gmkdir.1 gmkfifo.1 gmknod.1 gmv.1 \
|
||||
gnice.1 gnl.1 gnohup.1 god.1 gpaste.1 gpathchk.1 gpinky.1 \
|
||||
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 \
|
||||
grmdir.1 gseq.1 gsha1sum.1 gshred.1 gsleep.1 gsort.1 gsplit.1 \
|
||||
gstat.1 gstty.1 gsu.1 gsum.1 gsync.1 gtac.1 gtail.1 gtee.1 \
|
||||
gtest.1 gtouch.1 gtr.1 gtrue.1 gtsort.1 gtty.1 guname.1 \
|
||||
gunexpand.1 guniq.1 gunlink.1 guptime.1 gusers.1 gvdir.1 \
|
||||
gwc.1 gwho.1 gwhoami.1 gyes.1 gbase64.1 gsha224sum.1 gsha256sum.1 \
|
||||
gsha384sum.1 gsha512sum.1 gshuf.1
|
||||
grmdir.1 gruncon.1 gseq.1 gsha1sum.1 gshred.1 gsleep.1 gsort.1 \
|
||||
gsplit.1 gstdbuf.1 gstat.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 \
|
||||
gtsort.1 gtty.1 guname.1 gunexpand.1 guniq.1 gunlink.1 guptime.1 \
|
||||
gusers.1 gvdir.1 gwc.1 gwho.1 gwhoami.1 gyes.1 gbase64.1 gsha224sum.1 \
|
||||
gsha256sum.1 gsha384sum.1 gsha512sum.1 gshuf.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (coreutils-6.9.tar.bz2) = c9607d8495f16e98906e7ed2d9751a06
|
||||
SHA256 (coreutils-6.9.tar.bz2) = 89c2895ad157de50e53298b22d91db116ee4e1dd3fdf4019260254e2e31497b0
|
||||
SIZE (coreutils-6.9.tar.bz2) = 5384378
|
||||
MD5 (coreutils-7.5.tar.gz) = 775351410b7d6879767c3e4563354dc6
|
||||
SHA256 (coreutils-7.5.tar.gz) = 341f49b9434f83ca9a8b6c2266813092ef08a5fca25f15dcc1a0ba82fc18c3c1
|
||||
SIZE (coreutils-7.5.tar.gz) = 9956013
|
||||
|
@ -2,6 +2,7 @@ bin/g[
|
||||
bin/gbase64
|
||||
bin/gbasename
|
||||
bin/gcat
|
||||
bin/gchcon
|
||||
bin/gchgrp
|
||||
bin/gchmod
|
||||
bin/gchown
|
||||
@ -29,7 +30,6 @@ bin/gfold
|
||||
bin/ggroups
|
||||
bin/ghead
|
||||
bin/ghostid
|
||||
bin/ghostname
|
||||
bin/gid
|
||||
bin/ginstall
|
||||
bin/gjoin
|
||||
@ -42,6 +42,7 @@ bin/gmd5sum
|
||||
bin/gmkdir
|
||||
bin/gmkfifo
|
||||
bin/gmknod
|
||||
bin/gmktemp
|
||||
bin/gmv
|
||||
bin/gnice
|
||||
bin/gnl
|
||||
@ -58,6 +59,7 @@ bin/gpwd
|
||||
bin/greadlink
|
||||
bin/grm
|
||||
bin/grmdir
|
||||
bin/gruncon
|
||||
bin/gseq
|
||||
bin/gsha1sum
|
||||
bin/gsha224sum
|
||||
@ -70,17 +72,19 @@ bin/gsleep
|
||||
bin/gsort
|
||||
bin/gsplit
|
||||
bin/gstat
|
||||
bin/gstdbuf
|
||||
bin/gstty
|
||||
bin/gsu
|
||||
bin/gsum
|
||||
bin/gsync
|
||||
bin/gtac
|
||||
bin/gtail
|
||||
bin/gtee
|
||||
bin/gtest
|
||||
bin/gtimeout
|
||||
bin/gtouch
|
||||
bin/gtr
|
||||
bin/gtrue
|
||||
bin/gtruncate
|
||||
bin/gtsort
|
||||
bin/gtty
|
||||
bin/guname
|
||||
@ -94,6 +98,7 @@ bin/gwc
|
||||
bin/gwho
|
||||
bin/gwhoami
|
||||
bin/gyes
|
||||
lib/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
|
||||
@ -126,20 +131,22 @@ bin/gyes
|
||||
%%NLS%%share/locale/gl/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/coreutils.mo
|
||||
%%NLS%%share/locale/hu/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/coreutils.mo
|
||||
%%NLS%%share/locale/id/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/coreutils.mo
|
||||
%%NLS%%share/locale/it/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/coreutils.mo
|
||||
%%NLS%%share/locale/ja/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/coreutils.mo
|
||||
%%NLS%%share/locale/ko/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/coreutils.mo
|
||||
%%NLS%%share/locale/lt/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/ms/LC_MESSAGES/coreutils.mo
|
||||
%%NLS%%share/locale/ms/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/coreutils.mo
|
||||
%%NLS%%share/locale/nb/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/coreutils.mo
|
||||
%%NLS%%share/locale/nl/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/no/LC_MESSAGES/coreutils.mo
|
||||
%%NLS%%share/locale/no/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/coreutils.mo
|
||||
%%NLS%%share/locale/pl/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/coreutils.mo
|
||||
@ -148,8 +155,6 @@ bin/gyes
|
||||
%%NLS%%share/locale/pt_BR/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/coreutils.mo
|
||||
%%NLS%%share/locale/ru/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/rw/LC_MESSAGES/coreutils.mo
|
||||
%%NLS%%share/locale/rw/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/coreutils.mo
|
||||
%%NLS%%share/locale/sk/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/sl/LC_MESSAGES/coreutils.mo
|
||||
@ -158,19 +163,27 @@ bin/gyes
|
||||
%%NLS%%share/locale/sv/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/coreutils.mo
|
||||
%%NLS%%share/locale/tr/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/coreutils.mo
|
||||
%%NLS%%share/locale/uk/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/coreutils.mo
|
||||
%%NLS%%share/locale/vi/LC_TIME/coreutils.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/coreutils.mo
|
||||
%%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
|
||||
%%NLS%%@dirrmtry share/locale/zh_TW/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/zh_CN/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/vi/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/vi/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/uk/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/uk/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/tr/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/sv/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/sl/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/sk/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/rw/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/rw
|
||||
%%NLS%%@dirrmtry share/locale/ru/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/pt_BR/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/pt/LC_TIME
|
||||
@ -179,9 +192,13 @@ bin/gyes
|
||||
%%NLS%%@dirrmtry share/locale/nl/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/nb/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/ms/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/lt/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/ko/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/ja/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/it/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/it/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/id/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/id/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/hu/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/gl/LC_TIME
|
||||
%%NLS%%@dirrmtry share/locale/ga/LC_TIME
|
||||
|
Loading…
Reference in New Issue
Block a user