diff options
author | jperkin <jperkin> | 2013-02-06 19:30:54 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2013-02-06 19:30:54 +0000 |
commit | bc7253b7d78342e7449c60e67dfce78d0aed1f82 (patch) | |
tree | 465ef62dd8ff46f6389dda08dfd1f4593ff6a673 /emulators | |
parent | 0499f3de4f93f9683aa7d8902b80032b86aadfe3 (diff) | |
download | pkgsrc-bc7253b7d78342e7449c60e67dfce78d0aed1f82.tar.gz |
PKGREVISION bumps for net/libpcap update.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dynamips/Makefile | 3 | ||||
-rw-r--r-- | emulators/simh/Makefile | 4 | ||||
-rw-r--r-- | emulators/vice/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/emulators/dynamips/Makefile b/emulators/dynamips/Makefile index d1cf2971894..2bd12e602f4 100644 --- a/emulators/dynamips/Makefile +++ b/emulators/dynamips/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2012/10/03 12:55:11 asau Exp $ +# $NetBSD: Makefile,v 1.8 2013/02/06 19:30:55 jperkin Exp $ DISTNAME= dynamips-0.2.8-RC2 PKGNAME= ${DISTNAME:S/-RC/rc/} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.ipflow.utc.fr/dynamips/ diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index d00ee78a1bf..def7d00b653 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2012/10/03 12:55:17 asau Exp $ +# $NetBSD: Makefile,v 1.40 2013/02/06 19:30:55 jperkin Exp $ DISTNAME= simhv39-0 PKGNAME= simh-3.9.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://simh.trailing-edge.com/sources/ EXTRACT_SUFX= .zip diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 8bd6840e5dd..cc9895d6b6f 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.103 2012/12/12 09:58:03 wiz Exp $ +# $NetBSD: Makefile,v 1.104 2013/02/06 19:30:55 jperkin Exp $ DISTNAME= vice-2.4 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vice-emu/} MASTER_SITES+= ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/ |