diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-01-06 21:23:58 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-01-06 21:23:58 +0000 |
commit | 7a171f9d6923e58c5e78d1f6d78e26afcdb5cfc2 (patch) | |
tree | 81d6e8f7206e08f9cd3bdd35094f7d3da13980e9 /editors/lazarus | |
parent | f36d96772adb0cec223977f0989501a5a8dde3de (diff) | |
download | ports-7a171f9d6923e58c5e78d1f6d78e26afcdb5cfc2.tar.gz ports-7a171f9d6923e58c5e78d1f6d78e26afcdb5cfc2.zip |
- Update to 0.9.24
Notes
Notes:
svn path=/head/; revision=205119
Diffstat (limited to 'editors/lazarus')
-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 c1ca588aea8f..b61511e3155f 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 4e38a3fd1d04..177c4e3e0cdc 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 |