diff options
author | Xin LI <delphij@FreeBSD.org> | 2007-10-02 02:01:30 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2007-10-02 02:01:30 +0000 |
commit | 0fe5e8ffe6ff990cd54cfb171cdec648c7807560 (patch) | |
tree | 185865163b7947d8a685906c4805c5c70046d7f0 /audio/id3lib | |
parent | 7ab0401bee9499f7c8b1ed6fb807727aa854e8ce (diff) | |
download | ports-0fe5e8ffe6ff990cd54cfb171cdec648c7807560.tar.gz ports-0fe5e8ffe6ff990cd54cfb171cdec648c7807560.zip |
Notes
Diffstat (limited to 'audio/id3lib')
-rw-r--r-- | audio/id3lib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index b58135d681e1..6dac7fc575e0 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -7,10 +7,9 @@ PORTNAME= id3lib PORTVERSION= 3.8.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= kaeru@inigo-tech.com COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags |