Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2013 09:18:59 +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: r319837 - head/ports-mgmt/pkg-devel
Message-ID:  <201306040918.r549Ixkn019569@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jun  4 09:18:58 2013
New Revision: 319837
URL: http://svnweb.freebsd.org/changeset/ports/319837

Log:
  Only set latest link when build WITHOUT_PKGNG

Modified:
  head/ports-mgmt/pkg-devel/Makefile

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Tue Jun  4 08:45:42 2013	(r319836)
+++ head/ports-mgmt/pkg-devel/Makefile	Tue Jun  4 09:18:58 2013	(r319837)
@@ -11,8 +11,6 @@ MASTER_SITES=	http://files.etoilebsd.net
 MAINTAINER=	portmgr@FreeBSD.org
 COMMENT=	New generation package manager
 
-LATEST_LINK=	pkg-devel
-
 LICENSE=	BSD
 
 USE_XZ=		yes
@@ -77,6 +75,7 @@ NB_OLDPKGS!=	pkg_info 2>/dev/null | wc -
 .if exists(${PKG_BIN})
 NB_NEWPKGS!=	${PKG_INFO} -aq | wc -l
 .else
+LATEST_LINK=	pkg-devel
 NB_NEWPKGS=	0
 .endif
 # Only show the pre-everything notice if they have not already



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306040918.r549Ixkn019569>