diff options
author | bapt <bapt@FreeBSD.org> | 2011-04-12 16:24:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-04-12 16:24:32 +0800 |
commit | bded29ac618d5450c6aa6d272706af87b4ca7fd9 (patch) | |
tree | 132f8175ae968eef740322a566a4807ce07efe0b /sysutils | |
parent | b7374fdda5dd9330b83f122b41be4efc980bd392 (diff) | |
download | freebsd-ports-gnome-bded29ac618d5450c6aa6d272706af87b4ca7fd9.tar.gz freebsd-ports-gnome-bded29ac618d5450c6aa6d272706af87b4ca7fd9.tar.zst freebsd-ports-gnome-bded29ac618d5450c6aa6d272706af87b4ca7fd9.zip |
- chase exiv2 library bump
- while here remove some MD5
- fix some forgottern desktop-file-utils dependencies
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/krename-kde4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/krename-kde4/Makefile b/sysutils/krename-kde4/Makefile index 8e59e278d800..f3bc697b782e 100644 --- a/sysutils/krename-kde4/Makefile +++ b/sysutils/krename-kde4/Makefile @@ -7,6 +7,7 @@ PORTNAME= krename PORTVERSION= 4.0.7 +PORTREVISION= 1 CATEGORIES= sysutils kde MASTER_SITES= SF/${PORTNAME}/KDE4%20${PORTNAME}-stable/${PORTVERSION} @@ -14,7 +15,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= Very powerful batch file renamer for KDE LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib \ - exiv2.9:${PORTSDIR}/graphics/exiv2 \ + exiv2.10:${PORTSDIR}/graphics/exiv2 \ podofo.0:${PORTSDIR}/graphics/podofo LATEST_LINK= ${PORTNAME}-kde4 |