diff options
author | bsam <bsam@FreeBSD.org> | 2012-07-31 23:29:26 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2012-07-31 23:29:26 +0800 |
commit | 0401b705ba6964623a3a6999d6e49ff22bdc1143 (patch) | |
tree | 2f88d1b97a52f37a0a9e91e7fca005d5bfff4527 /sysutils | |
parent | 3ea8c0d37ec8ef4e6719d1c2610b0fe2599aab1e (diff) | |
download | freebsd-ports-gnome-0401b705ba6964623a3a6999d6e49ff22bdc1143.tar.gz freebsd-ports-gnome-0401b705ba6964623a3a6999d6e49ff22bdc1143.tar.zst freebsd-ports-gnome-0401b705ba6964623a3a6999d6e49ff22bdc1143.zip |
Update graphics/exiv2 to version 0.23.
The so library version has changed.
Bump PORTREVISIONs at dependent ports.
PR: ports/169733
Submitted by: bsam (me)
Approved by: multimedia (maintainer timeout 3 weeks)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bulk_extractor/Makefile | 1 | ||||
-rw-r--r-- | sysutils/krename-kde4/Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/bulk_extractor/Makefile b/sysutils/bulk_extractor/Makefile index 1574ac14b568..3012eb81918d 100644 --- a/sysutils/bulk_extractor/Makefile +++ b/sysutils/bulk_extractor/Makefile @@ -7,6 +7,7 @@ PORTNAME= bulk_extractor PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://cloud.github.com/downloads/simsong/bulk_extractor/ diff --git a/sysutils/krename-kde4/Makefile b/sysutils/krename-kde4/Makefile index cb78130d8120..23a29256887d 100644 --- a/sysutils/krename-kde4/Makefile +++ b/sysutils/krename-kde4/Makefile @@ -7,7 +7,7 @@ PORTNAME= krename PORTVERSION= 4.0.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils kde MASTER_SITES= SF/${PORTNAME}/KDE4%20${PORTNAME}-stable/${PORTVERSION} @@ -15,7 +15,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= Very powerful batch file renamer for KDE LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib \ - exiv2.10:${PORTSDIR}/graphics/exiv2 \ + exiv2.12:${PORTSDIR}/graphics/exiv2 \ podofo.0:${PORTSDIR}/graphics/podofo LATEST_LINK= ${PORTNAME}-kde4 |