diff options
author | naddy <naddy@FreeBSD.org> | 2008-06-08 09:21:03 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2008-06-08 09:21:03 +0800 |
commit | 79e437393facc48c838904a7a21de3042cd4b9ae (patch) | |
tree | e6352846440e0b3f4f34d7c8a6058919977e2642 | |
parent | 509a8c86251cbbfd986d9b1f07e825151bd9663b (diff) | |
download | freebsd-ports-gnome-79e437393facc48c838904a7a21de3042cd4b9ae.tar.gz freebsd-ports-gnome-79e437393facc48c838904a7a21de3042cd4b9ae.tar.zst freebsd-ports-gnome-79e437393facc48c838904a7a21de3042cd4b9ae.zip |
Repair PORTREVISION, which was accidentally lost in rev 1.8.
Submitted by: kris
-rw-r--r-- | audio/xmms-bonk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-bonk/Makefile b/audio/xmms-bonk/Makefile index 7a162f055cc2..7cc0c3f7e1d6 100644 --- a/audio/xmms-bonk/Makefile +++ b/audio/xmms-bonk/Makefile @@ -6,7 +6,7 @@ PORTNAME= xmms-bonk PORTVERSION= 0.12 -PORTREVISION= 1 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://www.proustmedia.de/bonk-xmms/ DISTNAME= bonk-xmms-${PORTVERSION} |