diff options
author | acm <acm@FreeBSD.org> | 2016-03-18 04:30:17 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2016-03-18 04:30:17 +0800 |
commit | 6ec55316c0c3ab8b02c0704b8692d40a47337300 (patch) | |
tree | 03652b73faa1e75ac6d6c512a2924dd240d601bf /net-p2p | |
parent | f036d0fefb8921319336c1af148a1182417026f8 (diff) | |
download | freebsd-ports-gnome-6ec55316c0c3ab8b02c0704b8692d40a47337300.tar.gz freebsd-ports-gnome-6ec55316c0c3ab8b02c0704b8692d40a47337300.tar.zst freebsd-ports-gnome-6ec55316c0c3ab8b02c0704b8692d40a47337300.zip |
- Bump PORTREVISION. editors/lazarus was updated to 1.6.0
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 4d6cd34ad43b..d376fb0f99cd 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= 8 +PORTREVISION= 9 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.6RC2 +LAZARUS_VER= 1.6.0 LAZARUS_DIR= ${LOCALBASE}/share/lazarus-${LAZARUS_VER} OPTIONS_SINGLE= LCL |