svn commit: r377944 - head/audio/atunes

Lars Engels lme at FreeBSD.org
Mon Jan 26 19:34:47 UTC 2015


Author: lme
Date: Mon Jan 26 19:34:46 2015
New Revision: 377944
URL: https://svnweb.freebsd.org/changeset/ports/377944
QAT: https://qat.redports.org/buildarchive/r377944/

Log:
  - Fix location to atunes binary in atunes.desktop
  - Bump PORTREVISION
  
  PR:		152133
  Submitted by:	rodrigo

Modified:
  head/audio/atunes/Makefile

Modified: head/audio/atunes/Makefile
==============================================================================
--- head/audio/atunes/Makefile	Mon Jan 26 19:32:23 2015	(r377943)
+++ head/audio/atunes/Makefile	Mon Jan 26 19:34:46 2015	(r377944)
@@ -3,7 +3,7 @@
 
 PORTNAME=	atunes
 PORTVERSION=	3.1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio java
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/aTunes%20${PORTVERSION}
 DISTNAME=	${PORTNAME}-${PORTVERSION}-bin
@@ -63,7 +63,7 @@ RUN_DEPENDS+=	flac:${PORTSDIR}/audio/fla
 DESKTOP_ENTRIES="aTunes" \
 		"Audio player and manager" \
 		"${PREFIX}/share/pixmaps/atunes.png" \
-		"aTunes" \
+		"atunes" \
 		"Audio;AudioVideo;Java;" \
 		true
 


More information about the svn-ports-all mailing list