Date: Fri, 24 Jan 2014 12:50:54 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340893 - head/editors/codelite Message-ID: <201401241250.s0OCosPo029197@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Fri Jan 24 12:50:53 2014 New Revision: 340893 URL: http://svnweb.freebsd.org/changeset/ports/340893 QAT: https://qat.redports.org/buildarchive/r340893/ Log: - Fix distinfo and WRKSRC, now that the distfile is fetched from github Reported by: John J. Rushford <jjr@alisa.org> Modified: head/editors/codelite/Makefile head/editors/codelite/distinfo Modified: head/editors/codelite/Makefile ============================================================================== --- head/editors/codelite/Makefile Fri Jan 24 12:27:55 2014 (r340892) +++ head/editors/codelite/Makefile Fri Jan 24 12:50:53 2014 (r340893) @@ -35,8 +35,6 @@ CXXFLAGS+= -I${LOCALBASE}/include CMAKE_ARGS+= -DIS_FREEBSD=1 \ -DPREFIX=${PREFIX} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCSCOPE} Modified: head/editors/codelite/distinfo ============================================================================== --- head/editors/codelite/distinfo Fri Jan 24 12:27:55 2014 (r340892) +++ head/editors/codelite/distinfo Fri Jan 24 12:50:53 2014 (r340893) @@ -1,2 +1,2 @@ -SHA256 (codelite-5.4.tar.gz) = 2bdb6cfd1239a7fcaf476a215c9f7d775e8814f0930828b66e9acd4799cc5002 -SIZE (codelite-5.4.tar.gz) = 37950862 +SHA256 (codelite-5.4.tar.gz) = 53253fd4406a455dc8389a1bacd52ee0ee5407c90c3f682e30b97f5532a4992a +SIZE (codelite-5.4.tar.gz) = 37946071
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401241250.s0OCosPo029197>