- Update to 1.20
- Enable STAGING - Simplify pkg-descr
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fakeroot
|
||||
PORTVERSION= 1.19
|
||||
PORTVERSION= 1.20
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN}
|
||||
MASTER_SITE_SUBDIR= pool/main/f/fakeroot
|
||||
@@ -21,16 +21,12 @@ USE_LDCONFIG= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAN1= faked.1 fakeroot.1
|
||||
MANLANG= "" de es fr nl sv
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e '/LIBS=.*-lpthread/s/-lpthread/${PTHREAD_LIBS}/g' \
|
||||
${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
post-install:
|
||||
@${MV} ${PREFIX}/lib/libfakeroot-0.so ${PREFIX}/lib/libfakeroot.so.0
|
||||
@${LN} -sf ${PREFIX}/lib/libfakeroot.so.0 ${PREFIX}/lib/libfakeroot-0.so
|
||||
@${MV} ${STAGEDIR}${PREFIX}/lib/libfakeroot-0.so ${STAGEDIR}${PREFIX}/lib/libfakeroot.so.0
|
||||
@${LN} -sf ${PREFIX}/lib/libfakeroot.so.0 ${STAGEDIR}${PREFIX}/lib/libfakeroot-0.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (fakeroot_1.19.orig.tar.bz2) = eafa6885535ff57a42248aec090fe17cfa5ca85b62cefa0d13637c9de8996868
|
||||
SIZE (fakeroot_1.19.orig.tar.bz2) = 312304
|
||||
SHA256 (fakeroot_1.20.orig.tar.bz2) = 2297b7e79487cf0bbc64ff6d3d02446d895e82e2b26467c74fd1119011f6f098
|
||||
SIZE (fakeroot_1.20.orig.tar.bz2) = 321491
|
||||
|
||||
@@ -2,10 +2,6 @@ Fakeroot runs a command in an environment were it appears to have
|
||||
root privileges for file manipulation, by setting LD_PRELOAD to a
|
||||
library with alternative versions of getuid(), stat(), etc. This
|
||||
is useful for allowing users to create archives (tar, ar, .deb .rpm
|
||||
etc.) with files in them with root permissions/ownership. Without
|
||||
fakeroot one would have to have root privileges to create the
|
||||
constituent files of the archives with the correct permissions and
|
||||
ownership, and then pack them up, or one would have to construct
|
||||
the archives directly, without using the archiver.
|
||||
etc.) with files in them with root permissions/ownership.
|
||||
|
||||
WWW: http://freshmeat.net/projects/fakeroot
|
||||
|
||||
@@ -1,17 +1,29 @@
|
||||
bin/faked
|
||||
bin/fakeroot
|
||||
lib/libfakeroot-0.so
|
||||
lib/libfakeroot.so.0
|
||||
lib/libfakeroot.a
|
||||
lib/libfakeroot.la
|
||||
lib/libfakeroot.so
|
||||
lib/libfakeroot.so.0
|
||||
man/de/man1/faked.1.gz
|
||||
man/de/man1/fakeroot.1.gz
|
||||
man/es/man1/faked.1.gz
|
||||
man/es/man1/fakeroot.1.gz
|
||||
man/fr/man1/faked.1.gz
|
||||
man/fr/man1/fakeroot.1.gz
|
||||
man/man1/faked.1.gz
|
||||
man/man1/fakeroot.1.gz
|
||||
man/nl/man1/faked.1.gz
|
||||
man/nl/man1/fakeroot.1.gz
|
||||
man/sv/man1/faked.1.gz
|
||||
man/sv/man1/fakeroot.1.gz
|
||||
@dirrmtry man/sv/man1
|
||||
@dirrmtry man/sv
|
||||
@dirrmtry man/nl/man1
|
||||
@dirrmtry man/nl
|
||||
@dirrmtry man/fr/man1
|
||||
@dirrmtry man/fr
|
||||
@dirrmtry man/es/man1
|
||||
@dirrmtry man/es
|
||||
@dirrmtry man/nl/man1
|
||||
@dirrmtry man/nl
|
||||
@dirrmtry man/de/man1
|
||||
@dirrmtry man/de
|
||||
|
||||
Reference in New Issue
Block a user