diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-05-21 20:44:30 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-05-21 20:44:30 +0800 |
commit | eb476ccfa3c23bce54c9ebc603f23f8fca0355c5 (patch) | |
tree | eba4c72c4c7ba1b99357b6c7c689cc59f35e7a17 | |
parent | 70ccd2b0f70d05ba759226491c7d8a7eac483b4c (diff) | |
download | freebsd-ports-gnome-eb476ccfa3c23bce54c9ebc603f23f8fca0355c5.tar.gz freebsd-ports-gnome-eb476ccfa3c23bce54c9ebc603f23f8fca0355c5.tar.zst freebsd-ports-gnome-eb476ccfa3c23bce54c9ebc603f23f8fca0355c5.zip |
Chase audio/libadplug update
-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/ \ |