diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-08-16 18:49:30 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-08-16 18:49:30 +0000 |
commit | 7928659184616abf3087dab5cccddab9d335cceb (patch) | |
tree | 3ff9ab4c6d90329ee8d17c57b0b0b389ff841045 /net-p2p/transmission-remote-gui | |
parent | 8adffcc8598ba4081c8c2b9ecc7949d15bc5a293 (diff) | |
download | ports-7928659184616abf3087dab5cccddab9d335cceb.tar.gz ports-7928659184616abf3087dab5cccddab9d335cceb.zip |
Notes
Diffstat (limited to 'net-p2p/transmission-remote-gui')
-rw-r--r-- | net-p2p/transmission-remote-gui/Makefile | 17 | ||||
-rw-r--r-- | net-p2p/transmission-remote-gui/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/transmission-remote-gui/files/patch-main.lfm | 11 |
3 files changed, 6 insertions, 28 deletions
diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile index 12af638efc85..32048834c88d 100644 --- a/net-p2p/transmission-remote-gui/Makefile +++ b/net-p2p/transmission-remote-gui/Makefile @@ -6,8 +6,7 @@ # PORTNAME= transmisson-remote-gui -PORTVERSION= 1.1 -PORTREVISION= 3 +PORTVERSION= 2.0 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= transgui-${PORTVERSION}-src @@ -18,6 +17,7 @@ COMMENT= Remote GUI for transmission daemon BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus RUN_DEPENDS= transmission-daemon:${PORTSDIR}/net-p2p/transmission-daemon +USE_GMAKE= yes USE_ZIP= yes USE_DOS2UNIX= yes USE_FPC= fcl-net @@ -26,22 +26,11 @@ WRKSRC= ${WRKDIR}/TransGUI PLIST_FILES= bin/transgui SUB_FILES= pkg-message -LAZARUS_PROJECT_FILE= transgui.lpi -LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild - .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/bin/lazbuild) -LCL_PLATFORM!= ${SED} -e 1d -e 's/^LCL_PLATFORM=\(.*\).*$$/\1/' ${LOCALBASE}/etc/lazbuild.cfg -.endif - -do-build: - @cd ${WRKSRC} && \ - ${LAZBUILD_CMD} --ws=${LCL_PLATFORM} ${LAZARUS_PROJECT_FILE} - do-install: @cd ${WRKSRC} && \ - ${INSTALL_PROGRAM} units/transgui ${PREFIX}/bin + ${INSTALL_PROGRAM} transgui ${PREFIX}/bin post-install: @${CAT} ${PKGMESSAGE} diff --git a/net-p2p/transmission-remote-gui/distinfo b/net-p2p/transmission-remote-gui/distinfo index 53634f3fad28..36030cabff07 100644 --- a/net-p2p/transmission-remote-gui/distinfo +++ b/net-p2p/transmission-remote-gui/distinfo @@ -1,3 +1,3 @@ -MD5 (transgui-1.1-src.zip) = 8c93e97e7ae5b528e5280976907ee2bc -SHA256 (transgui-1.1-src.zip) = 179275083e65630d48b06b795048e7c271d80e45d1cb715d9e28e4c1f33102df -SIZE (transgui-1.1-src.zip) = 411225 +MD5 (transgui-2.0-src.zip) = 6c391c4849e46317d1e4235fbd21c23d +SHA256 (transgui-2.0-src.zip) = 192a036be719f02bacc46f645f6b15d16995cc195c8d6c2ab24341dda94294bf +SIZE (transgui-2.0-src.zip) = 761613 diff --git a/net-p2p/transmission-remote-gui/files/patch-main.lfm b/net-p2p/transmission-remote-gui/files/patch-main.lfm deleted file mode 100644 index d6b5fa24557b..000000000000 --- a/net-p2p/transmission-remote-gui/files/patch-main.lfm +++ /dev/null @@ -1,11 +0,0 @@ ---- main.lfm 2009-05-21 17:53:53.000000000 -0500 -+++ main.lfm 2009-05-21 17:54:04.000000000 -0500 -@@ -214,8 +214,6 @@ - Top = 26 - Width = 772 - Align = alClient -- ClientHeight = 222 -- ClientWidth = 751 - TabOrder = 0 - OnResize = sbGenInfoResize - object panGeneralInfo: TPanel |