svn commit: r355270 - in head/ports-mgmt: portupgrade portupgrade-devel

Bryan Drewery bdrewery at FreeBSD.org
Sun May 25 23:35:47 UTC 2014


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


More information about the svn-ports-all mailing list