Date: Thu, 31 Oct 2013 07:42:04 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332206 - in head: audio/mp3gain devel/cvs dns/nss_resinit Message-ID: <201310310742.r9V7g4dW080931@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Oct 31 07:42:03 2013 New Revision: 332206 URL: http://svnweb.freebsd.org/changeset/ports/332206 Log: Remove useless NEED_ROOT and use proper USES=uidfix Now those ports can be packaged as a user. Modified: head/audio/mp3gain/Makefile head/devel/cvs/Makefile head/dns/nss_resinit/Makefile Modified: head/audio/mp3gain/Makefile ============================================================================== --- head/audio/mp3gain/Makefile Thu Oct 31 07:36:25 2013 (r332205) +++ head/audio/mp3gain/Makefile Thu Oct 31 07:42:03 2013 (r332206) @@ -8,11 +8,11 @@ MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:C/\./_/g}-src MAINTAINER= dinoex@FreeBSD.org -COMMENT= A tool to normalize the gain of MP3 files +COMMENT= Tool to normalize the gain of MP3 files LICENSE= LGPL21 -NEED_ROOT= yes +USES= uidfix USE_ZIP= yes USE_DOS2UNIX= yes Modified: head/devel/cvs/Makefile ============================================================================== --- head/devel/cvs/Makefile Thu Oct 31 07:36:25 2013 (r332205) +++ head/devel/cvs/Makefile Thu Oct 31 07:42:03 2013 (r332206) @@ -10,6 +10,7 @@ COMMENT= Version control system LICENSE= GPLv2 +USES= uidfix WRKSRC= ${WRKDIR}/call/cvs-build USE_XZ= yes INFO= cvs cvsclient @@ -18,8 +19,6 @@ INFO= cvs cvsclient DESTDIRNAME= NADA MAKE_ARGS= DESTDIR=${STAGEDIR}${PREFIX} -NEED_ROOT= yes - .include <bsd.port.pre.mk> .if ${OSVERSION} < 900000 Modified: head/dns/nss_resinit/Makefile ============================================================================== --- head/dns/nss_resinit/Makefile Thu Oct 31 07:36:25 2013 (r332205) +++ head/dns/nss_resinit/Makefile Thu Oct 31 07:42:03 2013 (r332206) @@ -12,7 +12,7 @@ COMMENT= Resolver re-initialization NSS LICENSE= BSD -NEED_ROOT= yes +USES= uidfix PLIST_FILES= lib/nss_resinit.so lib/nss_resinit.so.1 \ man/man8/nss_resinit.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310310742.r9V7g4dW080931>