Bug 177316 - [PATCH] devel/libgit2: fix WRKSRC with github
Summary: [PATCH] devel/libgit2: fix WRKSRC with github
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-23 16:00 UTC by William Grzybowski
Modified: 2013-03-23 19:20 UTC (History)
0 users

See Also:


Attachments
libgit2.patch (266 bytes, patch)
2013-03-23 16:00 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2013-03-23 16:00:00 UTC
	USE_GITHUB broke WRKSRC

Fix: See attached patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-23 16:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bapt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Baptiste Daroussin freebsd_committer freebsd_triage 2013-03-23 19:13:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-03-23 19:13:11 UTC
Author: bapt
Date: Sat Mar 23 19:12:58 2013
New Revision: 315068
URL: http://svnweb.freebsd.org/changeset/ports/315068

Log:
  Fix USE_GITHUB in combinaison with MASTER_SITE= GHC which breaks WRKSRC
  
  PR:		ports/177316
  Submitted by:	William Grzybowski <william88@gmail.com>
  Reported by:	miwi

Modified:
  head/devel/libgit2/Makefile

Modified: head/devel/libgit2/Makefile
==============================================================================
--- head/devel/libgit2/Makefile	Sat Mar 23 18:49:31 2013	(r315067)
+++ head/devel/libgit2/Makefile	Sat Mar 23 19:12:58 2013	(r315068)
@@ -12,6 +12,7 @@ LICENSE=	GPLv2
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	libgit2
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USES=		cmake
 USE_LDCONFIG=	yes
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"