svn commit: r407410 - head/net-p2p/transmission-remote-gui

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu Jan 28 14:43:49 UTC 2016


Author: acm
Date: Thu Jan 28 14:43:47 2016
New Revision: 407410
URL: https://svnweb.freebsd.org/changeset/ports/407410

Log:
  - Fix build (Lazarus was updated to 1.6RC2)

Modified:
  head/net-p2p/transmission-remote-gui/Makefile

Modified: head/net-p2p/transmission-remote-gui/Makefile
==============================================================================
--- head/net-p2p/transmission-remote-gui/Makefile	Thu Jan 28 14:23:35 2016	(r407409)
+++ head/net-p2p/transmission-remote-gui/Makefile	Thu Jan 28 14:43:47 2016	(r407410)
@@ -3,7 +3,7 @@
 
 PORTNAME=	transmission-remote-gui
 PORTVERSION=	5.0.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	net-p2p
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	transgui-${PORTVERSION}-src
@@ -29,7 +29,7 @@ SUB_FILES=	pkg-message
 LAZARUS_PROJECT_FILE=	transgui.lpi
 LAZBUILD_CMD=		${LOCALBASE}/bin/lazbuild -d
 LCL_UNITS_DIR=		${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME}
-LAZARUS_VER=		1.4.2
+LAZARUS_VER=		1.6RC2
 LAZARUS_DIR=		${LOCALBASE}/share/lazarus-${LAZARUS_VER}
 
 OPTIONS_SINGLE=		LCL


More information about the svn-ports-all mailing list