diff options
author | knu <knu@FreeBSD.org> | 2002-12-18 02:46:45 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-12-18 02:46:45 +0800 |
commit | 7265479d7a064d591c7b61d503ce81ae5c2f020a (patch) | |
tree | b2558e6db3546a660dc30be6e1b3572c3a7e9d3f /sysutils/libchk/Makefile | |
parent | 24ab8b768ed1a2db07ac9e45dae921d0ff45fdbd (diff) | |
download | freebsd-ports-gnome-7265479d7a064d591c7b61d503ce81ae5c2f020a.tar.gz freebsd-ports-gnome-7265479d7a064d591c7b61d503ce81ae5c2f020a.tar.zst freebsd-ports-gnome-7265479d7a064d591c7b61d503ce81ae5c2f020a.zip |
Update to 1.8, which fixes a problem that it reports wrong results if
a library search path has a trailing / or a double /.
PR: ports/46162
Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru>
Approved by: portmgr (self, and no objection from others)
Diffstat (limited to 'sysutils/libchk/Makefile')
-rw-r--r-- | sysutils/libchk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/libchk/Makefile b/sysutils/libchk/Makefile index 841035c96541..9286a368c98d 100644 --- a/sysutils/libchk/Makefile +++ b/sysutils/libchk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libchk -PORTVERSION= 1.6 +PORTVERSION= 1.8 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ ${MASTER_SITE_LOCAL} |