diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2011-07-08 19:45:20 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2011-07-08 19:45:20 +0000 |
commit | 0a8ddff49e17d78c93e03d51afc637a7913262fa (patch) | |
tree | 84d87ad5e5f419e06d6398a0ed86ad97e1649e07 /lang/sbcl/Makefile | |
parent | Virt Viewer provides a graphical viewer for the guest OS (diff) |
- Update to 1.0.49.
PR: ports/157088 (based on)
Submitted by: Jimmy Olgeni <olgeni@freebsd.org>
Notes
Notes:
svn path=/head/; revision=277360
Diffstat (limited to 'lang/sbcl/Makefile')
-rw-r--r-- | lang/sbcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 6820ec08a826..223bb9c211d6 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -9,8 +9,8 @@ # PORTNAME= sbcl -PORTVERSION= 1.0.43.0 -PORTREVISION= 3 +PORTVERSION= 1.0.49.0 +PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= lang lisp MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} \ |