From tkato432@yahoo.com  Wed Mar 19 18:32:41 2014
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 488B24DC
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 19 Mar 2014 18:32:41 +0000 (UTC)
Received: from omta02.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67])
	by mx1.freebsd.org (Postfix) with ESMTP id 1ADEEC10
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 19 Mar 2014 18:32:41 +0000 (UTC)
Received: from coppermine.my.domain (ZT028161.ppp.dion.ne.jp [59.128.28.161])
	by omta02.auone-net.jp (au one net mail) with ESMTP id 5C1C11560005
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 20 Mar 2014 03:32:39 +0900 (JST)
Message-Id: <20140320032659.ff9be42b915fdf14b1bd281e@yahoo.com>
Date: Thu, 20 Mar 2014 03:26:59 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: textproc/syck: Support USE_GITHUB

>Number:         187744
>Category:       ports
>Synopsis:       textproc/syck: Support USE_GITHUB
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 19 18:40:02 UTC 2014
>Closed-Date:    Sat May 17 16:41:23 UTC 2014
>Last-Modified:  Sat May 17 16:41:23 UTC 2014
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Support USE_GITHUB

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/textproc/syck/Makefile textproc/syck/Makefile
--- /usr/ports/textproc/syck/Makefile	2014-03-02 06:15:51.000000000 +0900
+++ textproc/syck/Makefile	2014-03-20 00:00:00.000000000 +0900
@@ -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>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Mar 19 18:40:19 UTC 2014 
Responsible-Changed-Why:  
miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187744 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187744: commit references a PR
Date: Sat, 17 May 2014 10:54:45 +0000 (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"
 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat May 17 16:41:23 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187744 
>Unformatted:
