aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/libchk/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2009-08-12 11:06:46 +0800
committerknu <knu@FreeBSD.org>2009-08-12 11:06:46 +0800
commit934dd9751a3f0a93fed1d56e85c93b57a268d33e (patch)
treeefd8ec919c3da0ab92161a40b46bbcc4d0195e61 /sysutils/libchk/Makefile
parentf783e8009749d218ab8a9e4205fbd3cd9aca8652 (diff)
downloadfreebsd-ports-gnome-934dd9751a3f0a93fed1d56e85c93b57a268d33e.tar.gz
freebsd-ports-gnome-934dd9751a3f0a93fed1d56e85c93b57a268d33e.tar.zst
freebsd-ports-gnome-934dd9751a3f0a93fed1d56e85c93b57a268d33e.zip
Update to 1.10.1.
- Handle the case where an absolute path appears as a NEEDED library. Problem reported by: Bartosz Fabianowski - Optimize the directory list to avoid duplicated search. Problem reported by: many Regain the maintainership due to two weeks of silence in response to my mail. Besides, the revision history shows that the previous maintainer has not ever maintained this port in any way.
Diffstat (limited to 'sysutils/libchk/Makefile')
-rw-r--r--sysutils/libchk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/libchk/Makefile b/sysutils/libchk/Makefile
index 76af44b8b0ac..0e656a2f436f 100644
--- a/sysutils/libchk/Makefile
+++ b/sysutils/libchk/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= libchk
-PORTVERSION= 1.9
+PORTVERSION= 1.10.1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= knu
-MAINTAINER= rene@FreeBSD.org
+MAINTAINER= knu@FreeBSD.org
COMMENT= A tool to check shared library links
USE_BZIP2= yes