diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-05-21 12:44:30 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-05-21 12:44:30 +0000 |
commit | a684b9675c371c143961742ec51efd0e23a2eb32 (patch) | |
tree | f57f23220b1c67411bb7d70b949cf5f286c49c06 /audio | |
parent | 8117a1bf2ca307d5b68ae72bc590e5efda55916d (diff) | |
download | ports-a684b9675c371c143961742ec51efd0e23a2eb32.tar.gz ports-a684b9675c371c143961742ec51efd0e23a2eb32.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/adplay/Makefile | 2 | ||||
-rw-r--r-- | audio/ocp/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/audio/adplay/Makefile b/audio/adplay/Makefile index c61462e52007..724ea6613312 100644 --- a/audio/adplay/Makefile +++ b/audio/adplay/Makefile @@ -7,7 +7,7 @@ PORTNAME= adplay PORTVERSION= 1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/adplug/AdPlay_UNIX/${PORTVERSION}:main \ SF/adplug/Database/2006-07-06:db diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index e844a0f70e9b..b9fd24734b1b 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -7,6 +7,7 @@ PORTNAME= ocp PORTVERSION= 0.1.20 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://stian.cubic.org/ocp/ \ |