diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-04-05 04:36:47 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-04-05 04:36:47 +0800 |
commit | 3febe31ec588e7957ef6054194685debcc4aaf4c (patch) | |
tree | 5fa6aa25ee7f38cf5d348b33f657b5c0a8e0b2a9 /textproc | |
parent | 1679adb20541fcf339789c36dbfb859dd734b955 (diff) | |
download | freebsd-ports-gnome-3febe31ec588e7957ef6054194685debcc4aaf4c.tar.gz freebsd-ports-gnome-3febe31ec588e7957ef6054194685debcc4aaf4c.tar.zst freebsd-ports-gnome-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 :(
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libextractor/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index e726a9a47bd6..92a5dbb11c17 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -1,12 +1,11 @@ -# Created by: kevlo@FreeBSD.org +# Created by: Kevin Lo <kevlo@FreeBSD.org> # $FreeBSD$ PORTNAME= libextractor PORTVERSION= 0.6.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= GNU MAINTAINER= vd@FreeBSD.org COMMENT= Library for keyword extraction |