Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2013 06:57:36 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317850 - in head/misc: py-xdelta3 xdelta3
Message-ID:  <201305110657.r4B6va4b061137@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Sat May 11 06:57:35 2013
New Revision: 317850
URL: http://svnweb.freebsd.org/changeset/ports/317850

Log:
  - attempt to fix duplicate LATEST_LINK warning
  
  Reported by:	indexbuild@

Modified:
  head/misc/py-xdelta3/Makefile
  head/misc/xdelta3/Makefile

Modified: head/misc/py-xdelta3/Makefile
==============================================================================
--- head/misc/py-xdelta3/Makefile	Sat May 11 06:42:17 2013	(r317849)
+++ head/misc/py-xdelta3/Makefile	Sat May 11 06:57:35 2013	(r317850)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	py-xdelta3
-# Date created:				7 Jun 2010
-# Whom:					Anonymous
-#
+# Created by: Anonymous
 # $FreeBSD$
-#
 
 PORTREVISION=	1
 PORTEPOCH=	0
@@ -20,6 +16,7 @@ MASTERDIR=	${.CURDIR}/../../misc/xdelta3
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	xdelta3main
+SLAVE_ONLY=	yes
 
 WRKDIR=		${WRKDIRPREFIX}${MASTERDIR}/work
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}.so \

Modified: head/misc/xdelta3/Makefile
==============================================================================
--- head/misc/xdelta3/Makefile	Sat May 11 06:42:17 2013	(r317849)
+++ head/misc/xdelta3/Makefile	Sat May 11 06:57:35 2013	(r317850)
@@ -13,7 +13,11 @@ COMMENT=	Open-source binary diff, VCDIFF
 
 LICENSE=	GPLv2 # (or later)
 
-LATEST_LINK=	xdelta3
+.if !defined(SLAVE_ONLY)
+LATEST_LINK=   xdelta3
+.else
+LATEST_LINK=   py-xdelta3
+.endif
 
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes



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