diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-04-02 00:21:56 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-04-02 00:21:56 +0000 |
commit | 7890eb4a59782574a3f168631ef5745a5a22fe57 (patch) | |
tree | b42d5550afb519210f12e2ec3d0c9856f0e82e73 /emulators/sim/Makefile | |
parent | Fix some bitrot for the non-default case of WITH_GETTEXT -- lib-depend (diff) |
Update port to version V2.9-3 (2.9.3)
PR: 35839, 36588
Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp>,
Miguel Mendez <flynn@energyhq.homeip.net>
Notes
Notes:
svn path=/head/; revision=57162
Diffstat (limited to 'emulators/sim/Makefile')
-rw-r--r-- | emulators/sim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/sim/Makefile b/emulators/sim/Makefile index 9ad71302ae0d..265bc1c6f663 100644 --- a/emulators/sim/Makefile +++ b/emulators/sim/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sim -PORTVERSION= 2.9.1 +PORTVERSION= 2.9.3 CATEGORIES= emulators MASTER_SITES= http://simh.trailing-edge.com/sources/ \ ${MASTER_SITE_LOCAL} |