diff options
author | naddy <naddy@FreeBSD.org> | 2004-04-02 18:16:13 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2004-04-02 18:16:13 +0800 |
commit | f7088ed6faee4a888abee4d26f63d4403858cf35 (patch) | |
tree | 64e9e52aa986ed60b147b3c86462a718d6ff2bfe | |
parent | 81c8ce84829e69c415c4e9b72120b02533611910 (diff) | |
download | freebsd-ports-gnome-f7088ed6faee4a888abee4d26f63d4403858cf35.tar.gz freebsd-ports-gnome-f7088ed6faee4a888abee4d26f63d4403858cf35.tar.zst freebsd-ports-gnome-f7088ed6faee4a888abee4d26f63d4403858cf35.zip |
Update to 3.5.2:
* Fixed seek table permissions bug when creating seek-enabled files from
read-only input files.
Approved by: maintainer
-rw-r--r-- | audio/shorten/Makefile | 2 | ||||
-rw-r--r-- | audio/shorten/distinfo | 4 | ||||
-rw-r--r-- | audio/shorten/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/audio/shorten/Makefile b/audio/shorten/Makefile index e9ded29bee4e..5e6ab218757b 100644 --- a/audio/shorten/Makefile +++ b/audio/shorten/Makefile @@ -6,7 +6,7 @@ # PORTNAME= shorten -PORTVERSION= 3.5.1 +PORTVERSION= 3.5.2 CATEGORIES= audio archivers MASTER_SITES= http://www.etree.org/shnutils/shorten/source/ diff --git a/audio/shorten/distinfo b/audio/shorten/distinfo index e6142ae15ca4..8b6fd0010b65 100644 --- a/audio/shorten/distinfo +++ b/audio/shorten/distinfo @@ -1,2 +1,2 @@ -MD5 (shorten-3.5.1.tar.gz) = 71332b2b45cf41db2c512190c6aad623 -SIZE (shorten-3.5.1.tar.gz) = 576377 +MD5 (shorten-3.5.2.tar.gz) = e586c193413150aaaef56e451cf50334 +SIZE (shorten-3.5.2.tar.gz) = 583139 diff --git a/audio/shorten/pkg-descr b/audio/shorten/pkg-descr index 84e9c674123d..7b9e43398877 100644 --- a/audio/shorten/pkg-descr +++ b/audio/shorten/pkg-descr @@ -14,4 +14,4 @@ non-commercial encoding (e.g. private or research use). If you intend to use shorten, be sure to check the full license, which can be displayed by "shorten -l". -WWW: http://www.softsound.com/Shorten.html +WWW: http://www.etree.org/shnutils/shorten/ |