diff options
author | bouyer <bouyer@pkgsrc.org> | 2005-09-07 20:23:12 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2005-09-07 20:23:12 +0000 |
commit | 55a90491d0d737ae1b62d5543f54802dcf05c6c6 (patch) | |
tree | 4e7fbc7157f4595b4764ca9f9b8a04fc70788a7c /emulators | |
parent | 4c999fa3215cfd82770a5b590a9c1dddb97c1c9e (diff) | |
download | pkgsrc-55a90491d0d737ae1b62d5543f54802dcf05c6c6.tar.gz |
Update gpsim-ptyusart to 0.3.2. Changes:
Update for gpsim-20050905
Fix uninitialised variable bug
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gpsim-ptyusart/Makefile | 5 | ||||
-rw-r--r-- | emulators/gpsim-ptyusart/PLIST | 2 | ||||
-rw-r--r-- | emulators/gpsim-ptyusart/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/emulators/gpsim-ptyusart/Makefile b/emulators/gpsim-ptyusart/Makefile index ed655b0dc86..19694d301ba 100644 --- a/emulators/gpsim-ptyusart/Makefile +++ b/emulators/gpsim-ptyusart/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:43 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/09/07 20:23:12 bouyer Exp $ # -DISTNAME= ptyusart-0.3.1 +DISTNAME= ptyusart-0.3.2 PKGNAME= gpsim-${DISTNAME} CATEGORIES= emulators MASTER_SITES= http://www-asim.lip6.fr/~bouyer/pic/ @@ -12,6 +12,7 @@ COMMENT= Pseudo-tty module for gpsim ONLY_FOR_PLATFORM= NetBSD-*-* GNU_CONFIGURE= YES +USE_BUILDLINK3= YES USE_LANGUAGES= c c++ USE_LIBTOOL= YES diff --git a/emulators/gpsim-ptyusart/PLIST b/emulators/gpsim-ptyusart/PLIST index e31554e5410..74bfbee6bb1 100644 --- a/emulators/gpsim-ptyusart/PLIST +++ b/emulators/gpsim-ptyusart/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/29 20:55:51 bouyer Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/09/07 20:23:12 bouyer Exp $ lib/libgpsim_ptyusart.la share/examples/gpsim-ptyusart/tst_txdot.asm share/examples/gpsim-ptyusart/tst_txrx.asm diff --git a/emulators/gpsim-ptyusart/distinfo b/emulators/gpsim-ptyusart/distinfo index 80abd789d9a..9b945c22236 100644 --- a/emulators/gpsim-ptyusart/distinfo +++ b/emulators/gpsim-ptyusart/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 18:49:18 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/09/07 20:23:12 bouyer Exp $ -SHA1 (ptyusart-0.3.1.tar.gz) = b0cda0e8009ca6bd78ac977c02b5d01df04e9039 -RMD160 (ptyusart-0.3.1.tar.gz) = 4972952d5a4c8b5d61eb8594896a885e4433ce91 -Size (ptyusart-0.3.1.tar.gz) = 308297 bytes +SHA1 (ptyusart-0.3.2.tar.gz) = cf2a8bf2fefac2dd52661e976b6991f45b8c3e76 +RMD160 (ptyusart-0.3.2.tar.gz) = 3d08f6b2c46f3879b87748b38238903ccc346a1b +Size (ptyusart-0.3.2.tar.gz) = 629491 bytes |