svn commit: r339494 - head/audio/libxmp

Emanuel Haupt ehaupt at FreeBSD.org
Sun Jan 12 11:35:03 UTC 2014


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


More information about the svn-ports-all mailing list