diff options
author | Michael Landin <mich@FreeBSD.org> | 2006-09-15 10:11:50 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2006-09-15 10:11:50 +0000 |
commit | 40b9d65050368c16f55e53d2aad5960f27bece14 (patch) | |
tree | bd796d8989f99c68f91c695b15b3fc64c9097112 /audio/amarok/Makefile | |
parent | 396be9b6ae5b9f5e87d1d8e0b161ab16ae7bc3e9 (diff) |
- Fix playlist encoding problem. This bug could also result in failure
to restore the current playlist.
- Bump PORTREVISION
Obtained from: Amarok dev team
Notes
Notes:
svn path=/head/; revision=173103
Diffstat (limited to 'audio/amarok/Makefile')
-rw-r--r-- | audio/amarok/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 422e9fcb49c5..c6a8f241448b 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -6,6 +6,7 @@ PORTNAME= amarok PORTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src |