svn commit: r349009 - head/audio/smasher

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 24 15:13:27 UTC 2014


Author: bapt
Date: Mon Mar 24 15:13:26 2014
New Revision: 349009
URL: http://svnweb.freebsd.org/changeset/ports/349009
QAT: https://qat.redports.org/buildarchive/r349009/

Log:
  Update to 1.1.7
  Use wx 2.8 (incompatible with 3.0)
  Use unicode version

Modified:
  head/audio/smasher/Makefile
  head/audio/smasher/distinfo

Modified: head/audio/smasher/Makefile
==============================================================================
--- head/audio/smasher/Makefile	Mon Mar 24 15:06:28 2014	(r349008)
+++ head/audio/smasher/Makefile	Mon Mar 24 15:13:26 2014	(r349009)
@@ -2,11 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	smasher
-PORTVERSION=	1.1.6
-PORTREVISION=	6
+PORTVERSION=	1.1.7
 CATEGORIES=	audio
 MASTER_SITES=	SF
-DISTNAME=	${PORTNAME}-${PORTVERSION}-source
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Cross platform audio loop slicer
@@ -18,7 +16,8 @@ LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/a
 GNU_CONFIGURE=	yes
 USES=		desktop-file-utils gmake pkgconfig
 USE_GCC=	yes
-USE_WX=		yes
+USE_WX=		2.8
+WX_UNICODE=	yes
 WX_CONF_ARGS=	absolute
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

Modified: head/audio/smasher/distinfo
==============================================================================
--- head/audio/smasher/distinfo	Mon Mar 24 15:06:28 2014	(r349008)
+++ head/audio/smasher/distinfo	Mon Mar 24 15:13:26 2014	(r349009)
@@ -1,2 +1,2 @@
-SHA256 (smasher-1.1.6-source.tar.gz) = e0f6957e3a9c2bdf8b612b061312b615dee10c612aa54e99c0c320d36444fa24
-SIZE (smasher-1.1.6-source.tar.gz) = 4970566
+SHA256 (smasher-1.1.7.tar.gz) = c14a2ca522147f4febf99ac3c28606c5a2b8bec3e76452cb5b3378ffc7b75372
+SIZE (smasher-1.1.7.tar.gz) = 4970134


More information about the svn-ports-head mailing list