Date: Tue, 15 Oct 2013 19:21:43 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330431 - head/sysutils/sleuthkit Message-ID: <201310151921.r9FJLhBr045635@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Oct 15 19:21:42 2013 New Revision: 330431 URL: http://svnweb.freebsd.org/changeset/ports/330431 Log: Fix perl shebang in sorter and mactime Reported by: qa.sh Modified: head/sysutils/sleuthkit/Makefile Modified: head/sysutils/sleuthkit/Makefile ============================================================================== --- head/sysutils/sleuthkit/Makefile Tue Oct 15 19:05:24 2013 (r330430) +++ head/sysutils/sleuthkit/Makefile Tue Oct 15 19:21:42 2013 (r330431) @@ -3,6 +3,7 @@ PORTNAME= sleuthkit PORTVERSION= 4.1.2 +PORTREVISION= 1 CATEGORIES= sysutils security MASTER_SITES= SF @@ -24,6 +25,7 @@ RUN_DEPENDS= p5-DateTime-TimeZone>=0:${P CONFLICTS= ja-ls-[0-9]* icat-[0-9]* GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_path_PERL="${PERL}" USES= perl5 USE_LDCONFIG= yes DATADIR= ${PREFIX}/share/tsk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310151921.r9FJLhBr045635>