svn commit: r334595 - head/ports-mgmt/pkg-devel

Baptiste Daroussin bapt at FreeBSD.org
Fri Nov 22 14:53:40 UTC 2013


Author: bapt
Date: Fri Nov 22 14:53:39 2013
New Revision: 334595
URL: http://svnweb.freebsd.org/changeset/ports/334595

Log:
  in case WITH_PKGNG=devel, create pkg-devel latest link as pkg and name the package pkg to allow bulks using the devel version of pkg

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

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Fri Nov 22 14:26:30 2013	(r334594)
+++ head/ports-mgmt/pkg-devel/Makefile	Fri Nov 22 14:53:39 2013	(r334595)
@@ -39,6 +39,9 @@ NO_LATEST_LINK=	yes
 .	if !defined(PACKAGE_BUILDING)
 IGNORE=	WITH_PKGNG is not defined to 'devel', this version is the devel one
 .	endif
+.else
+LATEST_LINK=   pkg
+PKGNAMESUFFIX=
 .endif
 .if exists(${LOCALBASE}/sbin/pkg_info) || exists(/usr/sbin/pkg_info)
 NB_OLDPKGS!=	pkg_info 2>/dev/null | wc -l


More information about the svn-ports-all mailing list