svn commit: r378078 - branches/2015Q1/audio/atunes
Lars Engels
lme at FreeBSD.org
Wed Jan 28 19:06:03 UTC 2015
Author: lme
Date: Wed Jan 28 19:06:02 2015
New Revision: 378078
URL: https://svnweb.freebsd.org/changeset/ports/378078
QAT: https://qat.redports.org/buildarchive/r378078/
Log:
MFH: r377944
- Fix location to atunes binary in atunes.desktop
- Bump PORTREVISION
PR: 152133
Submitted by: rodrigo
Approved by: portmgr (bapt)
Modified:
branches/2015Q1/audio/atunes/Makefile
Directory Properties:
branches/2015Q1/ (props changed)
Modified: branches/2015Q1/audio/atunes/Makefile
==============================================================================
--- branches/2015Q1/audio/atunes/Makefile Wed Jan 28 18:08:41 2015 (r378077)
+++ branches/2015Q1/audio/atunes/Makefile Wed Jan 28 19:06:02 2015 (r378078)
@@ -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-branches
mailing list