diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2017-03-01 17:52:16 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2017-03-01 17:52:16 +0000 |
commit | 253e4e65a1c1a82d45cfa50efb97744d8a0bd9eb (patch) | |
tree | dd0405d2ffbcae1317af24e485cc10d5af68d4f7 /net-p2p | |
parent | 050a5779a1e4f716c3b458b863ba6e4c85a745ab (diff) | |
download | ports-253e4e65a1c1a82d45cfa50efb97744d8a0bd9eb.tar.gz ports-253e4e65a1c1a82d45cfa50efb97744d8a0bd9eb.zip |
Notes
Diffstat (limited to 'net-p2p')
-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 b557a951574b..40605f2c6d1f 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= 11 +PORTREVISION= 12 CATEGORIES= net-p2p MASTER_SITES= SF/${PROJECTNAME}/${PORTVERSION}/ DISTNAME= transgui-${PORTVERSION}-src @@ -27,7 +27,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.6.2 +LAZARUS_VER= 1.6.4 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} PROJECT_NAME= transgui |