diff options
author | lme <lme@FreeBSD.org> | 2010-09-07 13:36:08 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2010-09-07 13:36:08 +0800 |
commit | b49cd1bb6140edbdef70495e55ca27aa25e16593 (patch) | |
tree | ba8f157414bc831c2facc51556895ad5bdc622aa /audio | |
parent | 16027073c5ea0e93eed7e1e9465156c2ed44bb9f (diff) | |
download | freebsd-ports-gnome-b49cd1bb6140edbdef70495e55ca27aa25e16593.tar.gz freebsd-ports-gnome-b49cd1bb6140edbdef70495e55ca27aa25e16593.tar.zst freebsd-ports-gnome-b49cd1bb6140edbdef70495e55ca27aa25e16593.zip |
- Add mandatory "AudioVideo" desktop category
- Bump PORTREVISION
Reported by: Pointyhat
Diffstat (limited to 'audio')
-rw-r--r-- | audio/atunes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/atunes/Makefile b/audio/atunes/Makefile index 74b1ed4ca3be..24defaf327a9 100644 --- a/audio/atunes/Makefile +++ b/audio/atunes/Makefile @@ -7,7 +7,7 @@ PORTNAME= atunes PORTVERSION= 1.13.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/aTunes%20${PORTVERSION} DISTNAME= aTunes_${PORTVERSION} @@ -65,7 +65,7 @@ DESKTOP_ENTRIES="aTunes" \ "Audio player and manager" \ "${DATADIR}/aTunes.ico" \ "aTunes" \ - "Application;Audio;Player;" \ + "Application;Audio;AudioVideo;Java;" \ false INSTALL_FILES= aTunes.ico aTunes.jar build.properties changelog.txt \ |