svn commit: r332206 - in head: audio/mp3gain devel/cvs dns/nss_resinit
Baptiste Daroussin
bapt at FreeBSD.org
Thu Oct 31 07:42:05 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list