diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2012-04-19 06:37:46 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2012-04-19 06:37:46 +0000 |
commit | 1aec674ef8ce3701a14bfd0f7575c8b55039d0ef (patch) | |
tree | ab64e6dbe636bc94bfb85b678f21273c2e7e23a0 /net-p2p | |
parent | 070eee46d48f6c16bb80a533d9e5a5df03328a07 (diff) | |
download | ports-1aec674ef8ce3701a14bfd0f7575c8b55039d0ef.tar.gz ports-1aec674ef8ce3701a14bfd0f7575c8b55039d0ef.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-remote-gui/Makefile | 8 | ||||
-rw-r--r-- | net-p2p/transmission-remote-gui/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile index a0c342e1276a..0206df125563 100644 --- a/net-p2p/transmission-remote-gui/Makefile +++ b/net-p2p/transmission-remote-gui/Makefile @@ -6,7 +6,7 @@ # PORTNAME= transmission-remote-gui -PORTVERSION= 3.1 +PORTVERSION= 3.2 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= transgui-${PORTVERSION}-src @@ -18,7 +18,7 @@ BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus \ fpcres:${PORTSDIR}/lang/fpc-utils RUN_DEPENDS= transmission-daemon:${PORTSDIR}/net-p2p/transmission-daemon -PROJECTHOST= bsdistfiles +PROJECTHOST= transmisson-remote-gui USE_ZIP= yes USE_FPC= fcl-net @@ -32,8 +32,8 @@ 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 +.if exists(${LOCALBASE}/bin/lazbuild) && exists(${LOCALBASE}/etc/lazbuild.cfg) +.include "${LOCALBASE}/etc/lazbuild.cfg" .endif do-build: diff --git a/net-p2p/transmission-remote-gui/distinfo b/net-p2p/transmission-remote-gui/distinfo index 973fb9b6fe29..d13ac332d609 100644 --- a/net-p2p/transmission-remote-gui/distinfo +++ b/net-p2p/transmission-remote-gui/distinfo @@ -1,2 +1,2 @@ -SHA256 (transgui-3.1-src.zip) = 5e10504e13aa95e228e4b8ed5dafc8b12b7c37a747ad3dc49899f89c7474cdb6 -SIZE (transgui-3.1-src.zip) = 822094 +SHA256 (transgui-3.2-src.zip) = 6c03aa73fea0afafb1c2e1783d090245a7b68f63d8ed37be130b3aa2e59c77ea +SIZE (transgui-3.2-src.zip) = 839538 |