Bug 187744 - textproc/syck: Support USE_GITHUB
Summary: textproc/syck: Support USE_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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-19 18:40 UTC by tkato432
Modified: 2014-05-17 17:41 UTC (History)
0 users

See Also:


Attachments
file.diff (718 bytes, patch)
2014-03-19 18:40 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2014-03-19 18:40:02 UTC
- Support USE_GITHUB
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-19 18:40:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-17 11:54:45 UTC
Author: miwi
Date: Sat May 17 10:54:41 2014
New Revision: 354311
URL: http://svnweb.freebsd.org/changeset/ports/354311
QAT: https://qat.redports.org/buildarchive/r354311/

Log:
  - Support USE_GITHUB
  
  PR:		187744
  Submitted by:	Ports Fury

Modified:
  head/textproc/syck/Makefile

Modified: head/textproc/syck/Makefile
==============================================================================
--- head/textproc/syck/Makefile	Sat May 17 10:53:48 2014	(r354310)
+++ head/textproc/syck/Makefile	Sat May 17 10:54:41 2014	(r354311)
@@ -4,14 +4,20 @@
 PORTNAME=	syck
 PORTVERSION=	0.70
 CATEGORIES=	textproc devel
-MASTER_SITES=	http://cloud.github.com/downloads/indeyets/syck/
+MASTER_SITES=	GHC
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A library for reading and writing YAML 1.0
+COMMENT=	Library for reading and writing YAML 1.0
+
+WRKSRC=		${WRKDIR}/${DISTNAME}
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	indeyets
 
-GNU_CONFIGURE=	yes
 USES=		bison
-CFLAGS+=	-fPIC
+GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes
 
+CFLAGS+=	-fPIC
+
 .include <bsd.port.mk>
_______________________________________________
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2014-05-17 17:41:23 UTC
State Changed
From-To: open->closed

Committed. Thanks!