Date: Mon, 1 Sep 2014 21:43:00 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366963 - head/devel/fnccheck Message-ID: <201409012143.s81Lh0DT084408@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Mon Sep 1 21:42:59 2014 New Revision: 366963 URL: http://svnweb.freebsd.org/changeset/ports/366963 QAT: https://qat.redports.org/buildarchive/r366963/ Log: Fix pkg-plist Reported by: antoine Modified: head/devel/fnccheck/Makefile head/devel/fnccheck/pkg-plist Modified: head/devel/fnccheck/Makefile ============================================================================== --- head/devel/fnccheck/Makefile Mon Sep 1 21:38:59 2014 (r366962) +++ head/devel/fnccheck/Makefile Mon Sep 1 21:42:59 2014 (r366963) @@ -2,7 +2,7 @@ PORTNAME= fnccheck PORTVERSION= 3.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME} DISTNAME= FunctionCheck-${PORTVERSION} Modified: head/devel/fnccheck/pkg-plist ============================================================================== --- head/devel/fnccheck/pkg-plist Mon Sep 1 21:38:59 2014 (r366962) +++ head/devel/fnccheck/pkg-plist Mon Sep 1 21:42:59 2014 (r366963) @@ -3,3 +3,4 @@ bin/fcmanager lib/libfc.a lib/libfc.so lib/libfc.so.0 +lib/libfc.so.0.0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409012143.s81Lh0DT084408>