diff options
author | Michael Landin <mich@FreeBSD.org> | 2008-09-15 12:16:23 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2008-09-15 12:16:23 +0000 |
commit | 4dbf7e7ee26b988e13c3a6fadc289d42515799f2 (patch) | |
tree | ec17dba5b4cb88db2461f9972f645bada7f84279 /audio/amarok-kde4/Makefile | |
parent | 79f27418ccf5a45bde7dbc4470fea1cc68ae9cdb (diff) |
- Update amarok to version 1.4.10 which only
contains security fix for magnatune insecure
temporary file vulnerability.
PR: ports/127273
Submitted by: "Pawel Pekala" <c0rn@o2.pl>
Approved by: portmgr (erwin)
Notes
Notes:
svn path=/head/; revision=220379
Diffstat (limited to 'audio/amarok-kde4/Makefile')
-rw-r--r-- | audio/amarok-kde4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index 89eaf176cd93..92d7ecedc1a5 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= amarok -PORTVERSION= 1.4.9.1 -PORTREVISION= 1 +PORTVERSION= 1.4.10 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src |