diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-01-07 00:31:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-01-07 00:31:37 +0000 |
commit | 89cb5042c86eeaf822b070334ba75a51e478d1cb (patch) | |
tree | 3f73ed085625e62a7b794dc71959e6dfa9261994 /devel/cc65 | |
parent | - Install stylesheet for manual [1] (diff) |
Update to 2.9.3. Recent changes:
This is a maintenance release that contains bug fixes for version 2.9.2 (see
http://www.cc65.org/bugs.php for a list). In addition, the current development
versions of the ca65html and da65 applications (an assembler source to HTML
converter and a disassembler) have been backported. Apart from these two
exceptions, there are no new features in the release.
PR: ports/58501
Submitted by: Joachim Strombergson <watchman@ludd.luth.se>
No recent response by: roam@FreeBSD.org (assignee)
Diffstat (limited to 'devel/cc65')
-rw-r--r-- | devel/cc65/Makefile | 32 | ||||
-rw-r--r-- | devel/cc65/distinfo | 2 |
2 files changed, 17 insertions, 17 deletions
diff --git a/devel/cc65/Makefile b/devel/cc65/Makefile index e3799cf42c88..5feb28e7d0f9 100644 --- a/devel/cc65/Makefile +++ b/devel/cc65/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cc65 -PORTVERSION= 2.9.1 +PORTVERSION= 2.9.3 CATEGORIES= devel MASTER_SITES= ftp://ftp.musoftware.de/pub/uz/cc65/ \ http://www.funet.fi/pub/cbm/programming/cc65/ \ @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.musoftware.de/pub/uz/cc65/ \ http://bj.spline.de/cc65/ # This mirror seems to stop at version 2.7.0 # ftp://ftp.elysium.pl/tools/crossplatform/programming/c/cc65/ \ -DISTNAME= cc65-sources-2.9.1 +DISTNAME= ${PORTNAME}-sources-${PORTVERSION} MAINTAINER= watchman@ludd.luth.se COMMENT= Cross-compiler for 6502-based systems, includes 65816 assembler @@ -91,31 +91,31 @@ plist: ${SED} -E -e 's/^.*cc65.*\/samples/%%PORTDOCS%%share\/doc\/cc65\/samples/' @${FIND} ${WRKSRC}/samples -type d | sort -r | \ ${SED} -E -e 's/^.*cc65.*\/samples/%%PORTDOCS%%@dirrm share\/doc\/cc65\/samples/' -.for file in ${DOCFILES} - @${ECHO_CMD} %%PORTDOCS%%share/doc/cc65/`${BASENAME} ${file}` +.for filename in ${DOCFILES} + @${ECHO_CMD} %%PORTDOCS%%share/doc/cc65/`${BASENAME} ${filename}` .endfor @${ECHO_CMD} %%PORTDOCS%%@dirrm share/doc/cc65 -.for file in ${BINFILES} - @${ECHO_CMD} bin/`${BASENAME} ${file}` +.for filename in ${BINFILES} + @${ECHO_CMD} bin/`${BASENAME} ${filename}` .endfor -.for file in ${BINSCRIPTS} - @${ECHO_CMD} bin/`${BASENAME} ${file}` +.for filename in ${BINSCRIPTS} + @${ECHO_CMD} bin/`${BASENAME} ${filename}` .endfor -.for file in ${ASMINCFILES} - @${ECHO_CMD} lib/cc65/asminc/`${BASENAME} ${file}` +.for filename in ${ASMINCFILES} + @${ECHO_CMD} lib/cc65/asminc/`${BASENAME} ${filename}` .endfor @${FIND} ${WRKSRC}/include -not -type d | \ ${SED} -E -e 's/^.*cc65.*\/include/lib\/cc65\/include/' @${FIND} ${WRKSRC}/include -type d | sort -r | \ ${SED} -E -e 's/^.*cc65.*\/include/@dirrm lib\/cc65\/include/' -.for file in ${CC65LIBFILES} - @${ECHO_CMD} lib/cc65/lib/`${BASENAME} ${file}` +.for filename in ${CC65LIBFILES} + @${ECHO_CMD} lib/cc65/lib/`${BASENAME} ${filename}` .endfor -.for file in ${CC65EMDFILES} - @${ECHO_CMD} lib/cc65/emd/`${BASENAME} ${file}` +.for filename in ${CC65EMDFILES} + @${ECHO_CMD} lib/cc65/emd/`${BASENAME} ${filename}` .endfor -.for file in ${CC65TGIFILES} - @${ECHO_CMD} lib/cc65/tgi/`${BASENAME} ${file}` +.for filename in ${CC65TGIFILES} + @${ECHO_CMD} lib/cc65/tgi/`${BASENAME} ${filename}` .endfor @${ECHO_CMD} @dirrm lib/cc65/emd @${ECHO_CMD} @dirrm lib/cc65/lib diff --git a/devel/cc65/distinfo b/devel/cc65/distinfo index d1ffe71340ca..94d07b2484cb 100644 --- a/devel/cc65/distinfo +++ b/devel/cc65/distinfo @@ -1 +1 @@ -MD5 (cc65-sources-2.9.1.tar.bz2) = b3a59b227e64ad020a78a44b1b0d893b +MD5 (cc65-sources-2.9.3.tar.bz2) = 255a231cd475852545a5bad1d21e867d |