diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-02-16 21:22:37 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-02-16 21:22:37 +0800 |
commit | 2c624133a3647f0c4d90f38c146a9b38bf2c5b59 (patch) | |
tree | def1eb70707d7d0e26805dea7b370e27b557cd28 /audio/xmp | |
parent | b53e2fa0a6a917d1c7040c94f9eccac74cff4077 (diff) | |
download | freebsd-ports-gnome-2c624133a3647f0c4d90f38c146a9b38bf2c5b59.tar.gz freebsd-ports-gnome-2c624133a3647f0c4d90f38c146a9b38bf2c5b59.tar.zst freebsd-ports-gnome-2c624133a3647f0c4d90f38c146a9b38bf2c5b59.zip |
Update player and library to 4.0.1
Diffstat (limited to 'audio/xmp')
-rw-r--r-- | audio/xmp/Makefile | 3 | ||||
-rw-r--r-- | audio/xmp/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index 6d1bbb8c9400..9cd94cbad16a 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmp -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF @@ -47,7 +47,6 @@ CONFIGURE_ARGS+= --disable-pulseaudio .endif post-patch: - @${REINPLACE_CMD} -e 's|\(pulseaudio\.o\)|sound_\1|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|\ install-conf||' ${WRKSRC}/Makefile.in post-install: diff --git a/audio/xmp/distinfo b/audio/xmp/distinfo index 64373816b62c..da725fcd2cee 100644 --- a/audio/xmp/distinfo +++ b/audio/xmp/distinfo @@ -1,2 +1,2 @@ -SHA256 (xmp-4.0.0.tar.gz) = 0a78728f8a108235360676af779ac5df1ab9e68f96d0a0ed5b1fa26c83764de1 -SIZE (xmp-4.0.0.tar.gz) = 127630 +SHA256 (xmp-4.0.1.tar.gz) = 6887834a9c498cb7bd79c57a1ddcc976269c30af595566034341d0d268aacc57 +SIZE (xmp-4.0.1.tar.gz) = 127814 |