From owner-svn-ports-all@FreeBSD.ORG Mon Oct 14 11:26:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E484C3D0; Mon, 14 Oct 2013 11:26:00 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1DB42F57; Mon, 14 Oct 2013 11:26:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9EBQ0Ni051263; Mon, 14 Oct 2013 11:26:00 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9EBQ0SK051252; Mon, 14 Oct 2013 11:26:00 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201310141126.r9EBQ0SK051252@svn.freebsd.org> From: Ganael LAPLANCHE Date: Mon, 14 Oct 2013 11:26:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330299 - head/security/fakeroot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2013 11:26:01 -0000 Author: martymac Date: Mon Oct 14 11:25:59 2013 New Revision: 330299 URL: http://svnweb.freebsd.org/changeset/ports/330299 Log: - Update to 1.20 - Enable STAGING - Simplify pkg-descr Modified: head/security/fakeroot/Makefile head/security/fakeroot/distinfo head/security/fakeroot/pkg-descr (contents, props changed) head/security/fakeroot/pkg-plist (contents, props changed) Modified: head/security/fakeroot/Makefile ============================================================================== --- head/security/fakeroot/Makefile Mon Oct 14 11:20:46 2013 (r330298) +++ head/security/fakeroot/Makefile Mon Oct 14 11:25:59 2013 (r330299) @@ -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 Modified: head/security/fakeroot/distinfo ============================================================================== --- head/security/fakeroot/distinfo Mon Oct 14 11:20:46 2013 (r330298) +++ head/security/fakeroot/distinfo Mon Oct 14 11:25:59 2013 (r330299) @@ -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 Modified: head/security/fakeroot/pkg-descr ============================================================================== --- head/security/fakeroot/pkg-descr Mon Oct 14 11:20:46 2013 (r330298) +++ head/security/fakeroot/pkg-descr Mon Oct 14 11:25:59 2013 (r330299) @@ -2,10 +2,6 @@ Fakeroot runs a command in an environmen 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 Modified: head/security/fakeroot/pkg-plist ============================================================================== --- head/security/fakeroot/pkg-plist Mon Oct 14 11:20:46 2013 (r330298) +++ head/security/fakeroot/pkg-plist Mon Oct 14 11:25:59 2013 (r330299) @@ -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