diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-07-30 00:31:41 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-07-30 00:31:41 +0800 |
commit | 7f63fc6d2c28a7b38423109df04a727f3a915f0b (patch) | |
tree | e8da2482f90e48bf05bf277b7ea6dc9bc6474dcc /multimedia | |
parent | 20d3b6b0bce078bd84a45b57b47f76ceab815d18 (diff) | |
download | freebsd-ports-gnome-7f63fc6d2c28a7b38423109df04a727f3a915f0b.tar.gz freebsd-ports-gnome-7f63fc6d2c28a7b38423109df04a727f3a915f0b.tar.zst freebsd-ports-gnome-7f63fc6d2c28a7b38423109df04a727f3a915f0b.zip |
Unbreak after r363240.
The version here needs to be kept in sync with multimedia/phonon's. Another
pointy hat to my growing collection.
Submitted by: antoine
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/phonon-designerplugin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/phonon-designerplugin/Makefile b/multimedia/phonon-designerplugin/Makefile index f910e92d775d..efa91425bc8d 100644 --- a/multimedia/phonon-designerplugin/Makefile +++ b/multimedia/phonon-designerplugin/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= phonon -PORTVERSION= 4.7.1 -PORTREVISION= 1 +PORTVERSION= 4.7.2 CATEGORIES= multimedia kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} PKGNAMESUFFIX= -designerplugin |