ports/168427: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sat Dec 29 20:10:01 UTC 2012


The following reply was made to PR ports/168427; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/168427: commit references a PR
Date: Sat, 29 Dec 2012 20:06:37 +0000 (UTC)

 Author: mezz
 Date: Sat Dec 29 20:06:24 2012
 New Revision: 309630
 URL: http://svnweb.freebsd.org/changeset/ports/309630
 
 Log:
   It needs to have the full path in portupgrade dependency.
   
   PR:		ports/168427
   Submitted by:	Makoto Kishimoto <ksmakoto at dd.iij4u.or.jp>
 
 Modified:
   head/ports-mgmt/packagekit/Makefile   (contents, props changed)
 
 Modified: head/ports-mgmt/packagekit/Makefile
 ==============================================================================
 --- head/ports-mgmt/packagekit/Makefile	Sat Dec 29 19:53:46 2012	(r309629)
 +++ head/ports-mgmt/packagekit/Makefile	Sat Dec 29 20:06:24 2012	(r309630)
 @@ -66,7 +66,7 @@ MAN1=	pkcon.1 pkmon.1 pkgenpack.1 pk-deb
  .include <bsd.port.pre.mk>
  
  .if defined(WITH_PORTS)
 -RUN_DEPENDS+=	portupgrade:${PORTSDIR}/ports-mgmt/portupgrade
 +RUN_DEPENDS+=	${LOCALBASE}/sbin/portupgrade:${PORTSDIR}/ports-mgmt/portupgrade
  USE_RUBY=	yes
  CONFIGURE_ARGS+=--enable-ports --with-default-backend=ports
  PLIST_SUB+=	PORTS=""
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-gnome mailing list