Date: Sun, 25 May 2014 23:35:46 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355270 - in head/ports-mgmt: portupgrade portupgrade-devel Message-ID: <201405252335.s4PNZkul034155@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Sun May 25 23:35:46 2014 New Revision: 355270 URL: http://svnweb.freebsd.org/changeset/ports/355270 QAT: https://qat.redports.org/buildarchive/r355270/ Log: - Fix building as user Modified: head/ports-mgmt/portupgrade-devel/Makefile head/ports-mgmt/portupgrade/Makefile Modified: head/ports-mgmt/portupgrade-devel/Makefile ============================================================================== --- head/ports-mgmt/portupgrade-devel/Makefile Sun May 25 23:30:49 2014 (r355269) +++ head/ports-mgmt/portupgrade-devel/Makefile Sun May 25 23:35:46 2014 (r355270) @@ -18,6 +18,8 @@ LICENSE= BSD3CLAUSE CONFLICTS_INSTALL= portupgrade-[0-9]* +USES= uidfix + USE_GITHUB= yes GH_ACCOUNT= freebsd GH_PROJECT= portupgrade Modified: head/ports-mgmt/portupgrade/Makefile ============================================================================== --- head/ports-mgmt/portupgrade/Makefile Sun May 25 23:30:49 2014 (r355269) +++ head/ports-mgmt/portupgrade/Makefile Sun May 25 23:35:46 2014 (r355270) @@ -21,7 +21,7 @@ OPTIONS_DEFINE= DOCS CONFLICTS_INSTALL= portupgrade-devel-* DIST_SUBDIR= ${PORTNAME} -USES= tar:bzip2 +USES= tar:bzip2 uidfix USE_RUBY= yes USE_LDCONFIG= ${PREFIX}/lib/compat/pkg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405252335.s4PNZkul034155>