svn commit: r358316 - head/net-p2p/transmission-remote-gui
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Wed Jun 18 20:53:05 UTC 2014
Author: acm
Date: Wed Jun 18 20:53:04 2014
New Revision: 358316
URL: http://svnweb.freebsd.org/changeset/ports/358316
QAT: https://qat.redports.org/buildarchive/r358316/
Log:
- Bump PORTREVISION. New lazarus version is available
Modified:
head/net-p2p/transmission-remote-gui/Makefile
Modified: head/net-p2p/transmission-remote-gui/Makefile
==============================================================================
--- head/net-p2p/transmission-remote-gui/Makefile Wed Jun 18 20:52:32 2014 (r358315)
+++ head/net-p2p/transmission-remote-gui/Makefile Wed Jun 18 20:53:04 2014 (r358316)
@@ -3,7 +3,7 @@
PORTNAME= transmission-remote-gui
PORTVERSION= 5.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-p2p
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= transgui-${PORTVERSION}-src
@@ -27,8 +27,9 @@ SUB_FILES= pkg-message
LAZARUS_PROJECT_FILE= transgui.lpi
LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild -d
-LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus/lcl/units/${BUILDNAME}
-LAZARUS_DIR= ${LOCALBASE}/share/lazarus
+LCL_UNITS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}/lcl/units/${BUILDNAME}
+LAZARUS_VER= 1.2.4
+LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER}
OPTIONS_SINGLE= LCL
OPTIONS_SINGLE_LCL= GTK1 GTK2 QT4
More information about the svn-ports-all
mailing list