diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-23 12:40:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-23 12:40:29 +0000 |
commit | 0427e4214e5095cb86b995e41f324e3b7f58ec89 (patch) | |
tree | 63c19dd63ac8e6f2ebf02bb79ad9c369d965b7ca /astro/sunclock/Makefile | |
parent | d2f2ae37fa8ab285f5b2fac2458dfe85159921f4 (diff) |
- Update to 3.56
ChangeLog:
- Minor bug fixes (segfault bug in -mostly obsolete?- colorlevel 0)
- added -zoomimage <file> (zoom image file) as new command line option
so as to change the vmf file used in the zoom widget.
PR: ports/102374
Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> (maintainer)
Approved by: krion (mentor)
Notes
Notes:
svn path=/head/; revision=171265
Diffstat (limited to 'astro/sunclock/Makefile')
-rw-r--r-- | astro/sunclock/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile index ad7dec6b5839..15ee3e4b4ccf 100644 --- a/astro/sunclock/Makefile +++ b/astro/sunclock/Makefile @@ -7,8 +7,7 @@ # PORTNAME= sunclock -PORTVERSION= 3.55 -PORTREVISION= 1 +PORTVERSION= 3.56 CATEGORIES= astro x11-clocks MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/sunclock/ \ http://mbsd.msk.ru/dist/ |