diff options
author | db <db@FreeBSD.org> | 2011-04-17 00:21:33 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2011-04-17 00:21:33 +0800 |
commit | 1e342239e225d094f6dc98e66283d9e674b3d3d8 (patch) | |
tree | 33f7b65266dd72ba8663acc996760db55a191dc7 /comms/ebook2cw/Makefile | |
parent | 24945c31643f1295c7331ed012da0ebe3873070f (diff) | |
download | freebsd-ports-gnome-1e342239e225d094f6dc98e66283d9e674b3d3d8.tar.gz freebsd-ports-gnome-1e342239e225d094f6dc98e66283d9e674b3d3d8.tar.zst freebsd-ports-gnome-1e342239e225d094f6dc98e66283d9e674b3d3d8.zip |
- Update to 0.8.1
0.8.1 / 2011-04-04 Fabian Kurz <mail@fkurz.net>
* Guessing of file encoding added (-g filename).
* MP3 CGI fixed (crashed because OGG/Vorbis libs were called)
* Chapter time now properly resetted after each chapter
* Added -X switch (test mode: no encoder, no output files)
* Lame or OGG support can be disabled in the Makefile
- N.B. the port does not support Lame or OGG support choice, both are enabled.
Diffstat (limited to 'comms/ebook2cw/Makefile')
-rw-r--r-- | comms/ebook2cw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/ebook2cw/Makefile b/comms/ebook2cw/Makefile index 23c9c6fc21f3..f2ea3ba5aae9 100644 --- a/comms/ebook2cw/Makefile +++ b/comms/ebook2cw/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ebook2cw -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 CATEGORIES= comms hamradio MASTER_SITES= http://fkurz.net/ham/ebook2cw/ \ ${MASTER_SITE_LOCAL} |