diff options
author | dillo <dillo@pkgsrc.org> | 2002-08-20 08:30:45 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2002-08-20 08:30:45 +0000 |
commit | 58fab5420fde13561c9d13ca789fa288975b85e0 (patch) | |
tree | 07169c2513f49e381e4b5bfde4e5036d27f67553 /devel/tavrasm/Makefile | |
parent | e3d31671b8e7d59ec88114dae9f5d6a6f9fc5a7f (diff) | |
download | pkgsrc-58fab5420fde13561c9d13ca789fa288975b85e0.tar.gz |
update to 1.17 (old distfile no longer available)
changes since last pkgsrc version (1.15):
1.17 - Added support for the BYTE1 (same as LOW) function.
Thanks to Timothy Lee for supplying this patch.
- Fixed path delimiter problem in include path. I used
DOS style '\' causing problems on *NIX.
Thanks to Timothy Lee for reporting this.
1.16 - Fixed problem with long macro names.
Thanks to Richard Gerrits for reporting this.
- Increased maximum identifier length to 64 (and no, this was
not the fix to the problem above :).
- Added support for using DOS (\13\10) files on *NIX systems.
- Change URL to www.tavrasm.org in help/README/...
Diffstat (limited to 'devel/tavrasm/Makefile')
-rw-r--r-- | devel/tavrasm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/tavrasm/Makefile b/devel/tavrasm/Makefile index e4adeac79f7..301db75e7c7 100644 --- a/devel/tavrasm/Makefile +++ b/devel/tavrasm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2001/09/27 23:17:58 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2002/08/20 08:30:45 dillo Exp $ # DISTNAME= tavrasm -PKGNAME= ${DISTNAME}-1.15 +PKGNAME= ${DISTNAME}-1.17 CATEGORIES= devel MASTER_SITES= http://www.tavrasm.org/ @@ -12,7 +12,7 @@ COMMENT= assembler for the Atmel AVR series of microcontrollers BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -WRKSRCTOP= ${WRKDIR}/tavrasm.115 +WRKSRCTOP= ${WRKDIR}/tavrasm.117 WRKSRC= ${WRKSRCTOP}/src MAKEFILE= makefile |