Date: Sun, 12 Jan 2014 11:35:02 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339494 - head/audio/libxmp Message-ID: <201401121135.s0CBZ2hX083507@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sun Jan 12 11:35:01 2014 New Revision: 339494 URL: http://svnweb.freebsd.org/changeset/ports/339494 Log: Update to 4.2.2 Modified: head/audio/libxmp/Makefile head/audio/libxmp/distinfo Modified: head/audio/libxmp/Makefile ============================================================================== --- head/audio/libxmp/Makefile Sun Jan 12 10:08:38 2014 (r339493) +++ head/audio/libxmp/Makefile Sun Jan 12 11:35:01 2014 (r339494) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libxmp -PORTVERSION= 4.2.1 +PORTVERSION= 4.2.2 CATEGORIES= audio MASTER_SITES= SF/xmp/${PORTNAME}/${PORTVERSION} @@ -16,4 +16,7 @@ USE_LDCONFIG= yes PLIST_FILES= include/xmp.h lib/libxmp.so lib/libxmp.so.4 \ lib/libxmp.so.${PORTVERSION} libdata/pkgconfig/libxmp.pc +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxmp.so.4.2.2 + .include <bsd.port.mk> Modified: head/audio/libxmp/distinfo ============================================================================== --- head/audio/libxmp/distinfo Sun Jan 12 10:08:38 2014 (r339493) +++ head/audio/libxmp/distinfo Sun Jan 12 11:35:01 2014 (r339494) @@ -1,2 +1,2 @@ -SHA256 (libxmp-4.2.1.tar.gz) = 101b35c1435902482e73850693cf82fa68caab364fe1523f164e9ddd271d6b62 -SIZE (libxmp-4.2.1.tar.gz) = 603967 +SHA256 (libxmp-4.2.2.tar.gz) = 9c0d81097f956c1d4a0733c91e303117113d55b2c0bc8818b95e9f1041053165 +SIZE (libxmp-4.2.2.tar.gz) = 600277
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401121135.s0CBZ2hX083507>