diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2016-01-28 14:43:47 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2016-01-28 14:43:47 +0000 |
commit | 8cefdb9afbeb2789b7de13a9d7a5b86a5f5ce469 (patch) | |
tree | 8007c37e57756fb0b96fd8d5ade2f8bc305f27fc /net-p2p/transmission-remote-gui | |
parent | 9b1c68cab52147a53038f910d397e6c92cf5516f (diff) | |
download | ports-8cefdb9afbeb2789b7de13a9d7a5b86a5f5ce469.tar.gz ports-8cefdb9afbeb2789b7de13a9d7a5b86a5f5ce469.zip |
Notes
Diffstat (limited to 'net-p2p/transmission-remote-gui')
-rw-r--r-- | net-p2p/transmission-remote-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile index 38bc35e6cda9..44b3778cc97b 100644 --- a/net-p2p/transmission-remote-gui/Makefile +++ b/net-p2p/transmission-remote-gui/Makefile @@ -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 |