diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2009-03-25 20:09:56 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2009-03-25 20:09:56 +0000 |
commit | 8b5e45f928c0234b40e7e99865bdc348280d37e9 (patch) | |
tree | 76b7dde9eace05191f9756db825c4145db0d68b5 /audio/dir2ogg | |
parent | 89904c9c636a54da14cc84204759c1500cfc9a72 (diff) | |
download | ports-8b5e45f928c0234b40e7e99865bdc348280d37e9.tar.gz ports-8b5e45f928c0234b40e7e99865bdc348280d37e9.zip |
Notes
Diffstat (limited to 'audio/dir2ogg')
-rw-r--r-- | audio/dir2ogg/Makefile | 8 | ||||
-rw-r--r-- | audio/dir2ogg/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/audio/dir2ogg/Makefile b/audio/dir2ogg/Makefile index ea91553ac7d4..2f909b82582e 100644 --- a/audio/dir2ogg/Makefile +++ b/audio/dir2ogg/Makefile @@ -6,11 +6,10 @@ # PORTNAME= dir2ogg -PORTVERSION= 0.11.5 -PORTREVISION= 2 +PORTVERSION= 0.11.6 CATEGORIES= audio MASTER_SITES= http://jak-linux.org/projects/dir2ogg/0.11/ \ - LOCAL/chinsan + LOCAL/chinsan/dir2ogg MAINTAINER= chinsan@FreeBSD.org COMMENT= Command-line {wav,mp3,m4a} to ogg converter @@ -45,4 +44,7 @@ do-install: .endfor .endif +post-install: + @${ECHO} "dir2ogg is now installed. Enjoy..." + .include <bsd.port.mk> diff --git a/audio/dir2ogg/distinfo b/audio/dir2ogg/distinfo index 914ae86ba6d3..1473d17fe043 100644 --- a/audio/dir2ogg/distinfo +++ b/audio/dir2ogg/distinfo @@ -1,3 +1,3 @@ -MD5 (dir2ogg-0.11.5.tar.gz) = 9922470656b11f0b8fd8ef2166c3474b -SHA256 (dir2ogg-0.11.5.tar.gz) = 31b4674e970bd357329da752641089711ad3545b7ca829cdf2e21e6ae905aa0c -SIZE (dir2ogg-0.11.5.tar.gz) = 18925 +MD5 (dir2ogg-0.11.6.tar.gz) = da9b45219f2e604e06e2fecb58f66561 +SHA256 (dir2ogg-0.11.6.tar.gz) = cd3b6baa42a5ee0acde95f2ef41a2a56d9fd6be1c9877e8bba2bf15834f935dc +SIZE (dir2ogg-0.11.6.tar.gz) = 19442 |