Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 2014 22:14:01 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363949 - head/net-p2p/transmission-daemon
Message-ID:  <53deb429.53ad.4af6849a@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Aug  3 22:14:00 2014
New Revision: 363949
URL: http://svnweb.freebsd.org/changeset/ports/363949
QAT: https://qat.redports.org/buildarchive/r363949/

Log:
  net-p2p/transmission-daemon: do not hardcode PORTREVISION.
  
  PORTREVISION will not default to 1 to force a rebuild after the libevent
  migration, making the port working again.
  
  Approved by:	crees (maintainer)

Modified:
  head/net-p2p/transmission-daemon/Makefile

Modified: head/net-p2p/transmission-daemon/Makefile
==============================================================================
--- head/net-p2p/transmission-daemon/Makefile	Sun Aug  3 22:09:07 2014	(r363948)
+++ head/net-p2p/transmission-daemon/Makefile	Sun Aug  3 22:14:00 2014	(r363949)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	0
+#PORTREVISION=	0
 PKGNAMESUFFIX=	-daemon
 
 MAINTAINER=	crees@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53deb429.53ad.4af6849a>