diff options
author | acm <acm@FreeBSD.org> | 2008-01-06 21:23:58 +0000 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2008-01-06 21:23:58 +0000 |
commit | e3cec3acf5eefb5e9e948b70a1dbc250701d0d4c (patch) | |
tree | 2ecdf1cbab4565848506db120b9225fa9b69f12a /editors | |
parent | 108f3f095e47463a3b0534ec24149a91aae62fcb (diff) | |
download | FreeBSD-ports-e3cec3acf5eefb5e9e948b70a1dbc250701d0d4c.zip FreeBSD-ports-e3cec3acf5eefb5e9e948b70a1dbc250701d0d4c.tar.gz |
- Update to 0.9.24
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lazarus/Makefile | 11 | ||||
-rw-r--r-- | editors/lazarus/distinfo | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index c1ca588..b61511e 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -6,8 +6,7 @@ # PORTNAME= lazarus -PORTVERSION= 0.9.22 -PORTREVISION= 3 +PORTVERSION= 0.9.24 CATEGORIES= editors devel MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:S/$/-0/} @@ -118,8 +117,8 @@ LCL_PLATFORM= gtk LAZARUS_TARGET= bigide lazbuilder .endif -.for OPT in ${ALL_UNITS} -BUILD_DEPENDS+= ${UNITSDIR}/${OPT:L:S/httpd/httpd-1.3/}/Package.fpc:${PORTSDIR}/${${OPT:S/-/_/}_UNIT} +.for OPTUNIT in ${ALL_UNITS} +BUILD_DEPENDS+= ${UNITSDIR}/${OPTUNIT:L:S/httpd/httpd-1.3/}/Package.fpc:${PORTSDIR}/${${OPTUNIT:S/-/_/}_UNIT} .endfor post-depends: @@ -145,7 +144,7 @@ post-patch: do-build: @cd ${WRKSRC} && \ - ${GMAKE} ${MAKE_ENV} ${LAZARUS_TARGET} + ${SETENV} ${MAKE_ENV} ${GMAKE} ${LAZARUS_TARGET} post-build: @cd ${WRKSRC} && \ @@ -184,7 +183,7 @@ pre-install: @${ECHO_CMD} "@dirrm %%DATADIR%%" >> ${PLIST} do-install: -.for DIRE in components converter debugger designer doceditor ide ideintf images install languages lcl \ +.for DIRE in components converter debugger designer doceditor ide ideintf images install languages lazarus.app lcl \ packager tools units @${MKDIR} ${DATADIR}/${DIRE} @cd ${WRKSRC}/${DIRE} && \ diff --git a/editors/lazarus/distinfo b/editors/lazarus/distinfo index 4e38a3f..177c4e3 100644 --- a/editors/lazarus/distinfo +++ b/editors/lazarus/distinfo @@ -1,3 +1,3 @@ -MD5 (freepascal/lazarus-0.9.22-0.tar.gz) = 6d8d5954a0b58960dd723a8c568badcd -SHA256 (freepascal/lazarus-0.9.22-0.tar.gz) = 9454e7383ad654fffba2adfc5749662dc3e5d4d7b064c25f8863260819b654f6 -SIZE (freepascal/lazarus-0.9.22-0.tar.gz) = 9264538 +MD5 (freepascal/lazarus-0.9.24-0.tar.gz) = bdb0221240d776e4bc32733f2872e2b1 +SHA256 (freepascal/lazarus-0.9.24-0.tar.gz) = 4720c8d633c8e3d18750452278d135450c7c942ff591c10cd7d9afc6bc0f724e +SIZE (freepascal/lazarus-0.9.24-0.tar.gz) = 11037130 |