Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2015 14:04:45 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r398179 - branches/2015Q3/net-im/tkabber-plugins
Message-ID:  <201509291404.t8TE4jOd006278@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep 29 14:04:45 2015
New Revision: 398179
URL: https://svnweb.freebsd.org/changeset/ports/398179

Log:
  MFH: r397022
  
  - Unbreak build by not hardcoding tkabber version
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam blanket

Modified:
  branches/2015Q3/net-im/tkabber-plugins/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/net-im/tkabber-plugins/Makefile
==============================================================================
--- branches/2015Q3/net-im/tkabber-plugins/Makefile	Tue Sep 29 13:49:46 2015	(r398178)
+++ branches/2015Q3/net-im/tkabber-plugins/Makefile	Tue Sep 29 14:04:45 2015	(r398179)
@@ -12,7 +12,7 @@ COMMENT=	External Plugins for Tkabber
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	tkabber==1.1.2:${PORTSDIR}/net-im/tkabber
+RUN_DEPENDS=	tkabber:${PORTSDIR}/net-im/tkabber
 
 USES=		tar:xz
 



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