mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
emulators/linux_base-c6: Add libblkid RPM
- Add libblkid to DISTFILES. the corresponding src distfile is util-linux-ng-2.17.2-12.18.el6.src.rpm PR: 199083 Differential Revision: https://reviews.freebsd.org/D2315 Submitted by: trasz Reviewed by: eadler, trasz
This commit is contained in:
parent
e8336524e2
commit
62b2a35363
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384242
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= c6
|
||||
PORTVERSION= 6.6
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= emulators linux
|
||||
MASTER_SITES= http://mirror.centos.org/centos/6/os/i386/Packages/ \
|
||||
http://mirror.centos.org/centos/6/updates/i386/Packages/
|
||||
@ -52,6 +52,7 @@ BIN_DISTFILES= basesystem-10.0-4.el6.noarch.rpm \
|
||||
less-436-13.el6.${LINUX_RPM_ARCH}.rpm \
|
||||
libacl-2.2.49-6.el6.${LINUX_RPM_ARCH}.rpm \
|
||||
libattr-2.4.44-7.el6.${LINUX_RPM_ARCH}.rpm \
|
||||
libblkid-2.17.2-12.18.el6.${LINUX_RPM_ARCH}.rpm \
|
||||
libcom_err-1.41.12-21.el6.${LINUX_RPM_ARCH}.rpm \
|
||||
libcap-2.16-5.5.el6.${LINUX_RPM_ARCH}.rpm \
|
||||
libgcc-4.4.7-11.el6.${LINUX_RPM_ARCH}.rpm \
|
||||
|
@ -60,6 +60,8 @@ SHA256 (rpm/i686/centos/6.6/libacl-2.2.49-6.el6.i686.rpm) = 64c400f31986db7f085e
|
||||
SIZE (rpm/i686/centos/6.6/libacl-2.2.49-6.el6.i686.rpm) = 24480
|
||||
SHA256 (rpm/i686/centos/6.6/libattr-2.4.44-7.el6.i686.rpm) = 16f9cba06fcbdf5163c1ae48e3d8df5b2a26eec1c8bfa3f7907718931ff8b93b
|
||||
SIZE (rpm/i686/centos/6.6/libattr-2.4.44-7.el6.i686.rpm) = 15640
|
||||
SHA256 (rpm/i686/centos/6.6/libblkid-2.17.2-12.18.el6.i686.rpm) = 93e668e95e20e1adf85bdcf68163108350b6ab58701dd08494bf372edb996282
|
||||
SIZE (rpm/i686/centos/6.6/libblkid-2.17.2-12.18.el6.i686.rpm) = 123288
|
||||
SHA256 (rpm/i686/centos/6.6/libcom_err-1.41.12-21.el6.i686.rpm) = 19c8c8fa715057dc4569fbfbfedb5df4af7c4c838577b14f9e13c22eb4f2bac3
|
||||
SIZE (rpm/i686/centos/6.6/libcom_err-1.41.12-21.el6.i686.rpm) = 38020
|
||||
SHA256 (rpm/i686/centos/6.6/libcap-2.16-5.5.el6.i686.rpm) = 8d972a4332b8f942258e489574929de3ee660315dc6ca945939d54a99ec4398c
|
||||
|
@ -153,6 +153,8 @@ lib/libattr.so.1
|
||||
lib/libattr.so.1.1.0
|
||||
lib/libbz2.so.1
|
||||
lib/libbz2.so.1.0.4
|
||||
lib/libblkid.so.1
|
||||
lib/libblkid.so.1.1.0
|
||||
lib/libc-2.12.so
|
||||
lib/libc.so.6
|
||||
lib/libcap.so.2
|
||||
@ -2347,6 +2349,7 @@ var/mail
|
||||
@dir %%LINUXBASE%%
|
||||
@dir etc/X11/applnk
|
||||
@dir etc/X11/fontpath.d
|
||||
@dir etc/blkid
|
||||
@dir etc/ld.so.conf.d
|
||||
@dir etc/opt
|
||||
@dir etc/pm/config.d
|
||||
|
Loading…
Reference in New Issue
Block a user