diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-30 15:06:11 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-30 15:06:11 +0800 |
commit | 6f6d0050b769d4ef58d7720f71575bd78683ef4d (patch) | |
tree | d62a0b53cc66181454bd52b2a49a3c6f6b1fd259 /audio | |
parent | 4264f62e372faef2405f4c3ebfd8b255096df614 (diff) | |
download | marcuscom-ports-6f6d0050b769d4ef58d7720f71575bd78683ef4d.tar.gz marcuscom-ports-6f6d0050b769d4ef58d7720f71575bd78683ef4d.tar.zst marcuscom-ports-6f6d0050b769d4ef58d7720f71575bd78683ef4d.zip |
PORTEPOCH was bumped by accident in a few months ago, which it was supposed
to be bump on PORTREVISION. Correct it now. Hey users, be sure to do a force
reinstall such as 'portupgrade -f' or 'portmaster -f' or whatever in differnt
method.
Discussed with: marcus
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9274 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libvorbis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 65a4fd937..659016222 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -7,7 +7,8 @@ PORTNAME= libvorbis PORTVERSION= 1.2.0 -PORTEPOCH= 4 +PORTREVISION= 1 +PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ \ http://freebsd.unixfreunde.de/sources/ |