svn commit: r340893 - head/editors/codelite

Pietro Cerutti gahr at FreeBSD.org
Fri Jan 24 12:50:54 UTC 2014


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 at 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


More information about the svn-ports-all mailing list