Date: Sun, 22 Sep 2013 20:42:05 +0000 (UTC) From: Lars Engels <lme@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327897 - head/audio/atunes Message-ID: <201309222042.r8MKg5Q4063488@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lme Date: Sun Sep 22 20:42:04 2013 New Revision: 327897 URL: http://svnweb.freebsd.org/changeset/ports/327897 Log: - Update to 3.1.1 - Change to new LIB_DEPENDS syntax Modified: head/audio/atunes/Makefile head/audio/atunes/distinfo head/audio/atunes/pkg-plist Modified: head/audio/atunes/Makefile ============================================================================== --- head/audio/atunes/Makefile Sun Sep 22 20:39:51 2013 (r327896) +++ head/audio/atunes/Makefile Sun Sep 22 20:42:04 2013 (r327897) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= atunes -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.1 CATEGORIES= audio java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/aTunes%20${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-bin @@ -41,7 +41,7 @@ RUN_DEPENDS+= mplayer:${PORTSDIR}/multim .endif .if ${PORT_OPTIONS:MXINE} -LIB_DEPENDS+= xine:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.so:${PORTSDIR}/multimedia/libxine .endif .if ${PORT_OPTIONS:MCDDA2WAV} Modified: head/audio/atunes/distinfo ============================================================================== --- head/audio/atunes/distinfo Sun Sep 22 20:39:51 2013 (r327896) +++ head/audio/atunes/distinfo Sun Sep 22 20:42:04 2013 (r327897) @@ -1,2 +1,2 @@ -SHA256 (atunes-3.1.0-bin.tar.gz) = 688a2392050abea23532b6ceebae4dbca855e7bf5c4c47317a9d2abab9bf3c3e -SIZE (atunes-3.1.0-bin.tar.gz) = 30673155 +SHA256 (atunes-3.1.1-bin.tar.gz) = 4fe37b0473f659e58447673bec0815692b96396c379fbc8db63feeb1457aa6e1 +SIZE (atunes-3.1.1-bin.tar.gz) = 30809460 Modified: head/audio/atunes/pkg-plist ============================================================================== --- head/audio/atunes/pkg-plist Sun Sep 22 20:39:51 2013 (r327896) +++ head/audio/atunes/pkg-plist Sun Sep 22 20:42:04 2013 (r327897) @@ -3,7 +3,7 @@ bin/atunes %%DATADIR%%/aTunes.jar %%DATADIR%%/changelog.txt %%DATADIR%%/lib/asm-4.0.jar -%%DATADIR%%/lib/atunes-3.1.0.jar +%%DATADIR%%/lib/atunes-3.1.1.jar %%DATADIR%%/lib/commons-beanutils-1.8.3.jar %%DATADIR%%/lib/commons-collections-3.2.1.jar %%DATADIR%%/lib/commons-io-2.4.jar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309222042.r8MKg5Q4063488>