diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-04-04 20:36:47 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-04-04 20:36:47 +0000 |
commit | 3febe31ec588e7957ef6054194685debcc4aaf4c (patch) | |
tree | 5fa6aa25ee7f38cf5d348b33f657b5c0a8e0b2a9 /sysutils | |
parent | 1679adb20541fcf339789c36dbfb859dd734b955 (diff) | |
download | ports-3febe31ec588e7957ef6054194685debcc4aaf4c.tar.gz ports-3febe31ec588e7957ef6054194685debcc4aaf4c.zip |
- Chase libexiv2.so shlib version bump after r350163
- Fix nearby minor style issues while here (not all)
Approved by: portmgr (bapt), some ports are still NO_STAGE :(
Notes
Notes:
svn path=/head/; revision=350164
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bulk_extractor/Makefile | 1 | ||||
-rw-r--r-- | sysutils/krename-kde4/Makefile | 4 | ||||
-rw-r--r-- | sysutils/nepomuk-core/Makefile | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/bulk_extractor/Makefile b/sysutils/bulk_extractor/Makefile index d94a4d5e1140..690a14a1ccc2 100644 --- a/sysutils/bulk_extractor/Makefile +++ b/sysutils/bulk_extractor/Makefile @@ -3,6 +3,7 @@ PORTNAME= bulk_extractor PORTVERSION= 1.4.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.digitalcorpora.org/downloads/bulk_extractor/ diff --git a/sysutils/krename-kde4/Makefile b/sysutils/krename-kde4/Makefile index 242692a40915..fda432161a46 100644 --- a/sysutils/krename-kde4/Makefile +++ b/sysutils/krename-kde4/Makefile @@ -2,12 +2,12 @@ PORTNAME= krename PORTVERSION= 4.0.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils kde MASTER_SITES= SF/${PORTNAME}/KDE4%20${PORTNAME}-stable/${PORTVERSION} MAINTAINER= makc@FreeBSD.org -COMMENT= Very powerful batch file renamer for KDE +COMMENT= Powerful batch file renamer for KDE LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \ libexiv2.so:${PORTSDIR}/graphics/exiv2 \ diff --git a/sysutils/nepomuk-core/Makefile b/sysutils/nepomuk-core/Makefile index 5092d5851679..3d77fab87021 100644 --- a/sysutils/nepomuk-core/Makefile +++ b/sysutils/nepomuk-core/Makefile @@ -3,6 +3,7 @@ PORTNAME= nepomuk-core PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} |