diff options
-rw-r--r-- | audio/ocp/Makefile | 4 | ||||
-rw-r--r-- | audio/ocp/distinfo | 6 | ||||
-rw-r--r-- | audio/ocp/pkg-descr | 2 | ||||
-rw-r--r-- | audio/ocp/pkg-plist | 2 |
4 files changed, 8 insertions, 6 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 5d8243e9549..14a8f02f3b0 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -6,12 +6,12 @@ # PORTNAME= ocp -PORTVERSION= 0.1.9 -PORTREVISION= 5 +DISTVERSION= 0.1.10.rc6 CATEGORIES= audio MASTER_SITES= http://stian.lunafish.org/ocp/ \ http://critical.ch/distfiles/ \ http://energy.critical.ch/distfiles/ +DISTNAME= ${PORTNAME}-${DISTVERSION:C/\.rc/_rc/} MAINTAINER= ehaupt@FreeBSD.org COMMENT= The legendary Open Cubic Player diff --git a/audio/ocp/distinfo b/audio/ocp/distinfo index d6f9d627e84..0794df1cf1e 100644 --- a/audio/ocp/distinfo +++ b/audio/ocp/distinfo @@ -1,3 +1,3 @@ -MD5 (ocp-0.1.9.tar.gz) = 033b17bd7fbbffb55298b9199919d3de -SHA256 (ocp-0.1.9.tar.gz) = 73c3fb52fa7ca2c8016a8062349db6fa0b6162aa2c1c073ee98e63e3c6f530e0 -SIZE (ocp-0.1.9.tar.gz) = 588351 +MD5 (ocp-0.1.10_rc6.tar.gz) = f3d4d16027376b7ea598406b1ad54762 +SHA256 (ocp-0.1.10_rc6.tar.gz) = 7ed811565440b9f1c261a0ca01650efec5c684727e1e0c6225cf4b062b022b68 +SIZE (ocp-0.1.10_rc6.tar.gz) = 650610 diff --git a/audio/ocp/pkg-descr b/audio/ocp/pkg-descr index b0edc1ddbca..2acda0e5d96 100644 --- a/audio/ocp/pkg-descr +++ b/audio/ocp/pkg-descr @@ -7,7 +7,7 @@ terms of the GNU General Public License, and around 2003 Stian Skjelstad ported the code to Linux. In addition to legacy tracker formats such as mod, xm and s3m, Open -Cubic Player now also supports mp3 and ogg files and can be compiled +Cubic Player now also supports mp3, ogg and ay files and can be compiled with libadplug support. WWW: http://stian.lunafish.org/coding-ocp.php diff --git a/audio/ocp/pkg-plist b/audio/ocp/pkg-plist index 96d104b4f42..58655611421 100644 --- a/audio/ocp/pkg-plist +++ b/audio/ocp/pkg-plist @@ -41,6 +41,8 @@ lib/ocp/playgmi.so lib/ocp/playit.so lib/ocp/playmp2.so lib/ocp/playogg.so +lib/ocp/aytype.so +lib/ocp/playay.so %%ADPLUG%%lib/ocp/playopl.so %%LIBSIDPLAY%%lib/ocp/playsid.so %%LIBSIDPLAY%%lib/ocp/sidtype.so |