Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 2014 03:26:59 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/187744: textproc/syck: Support USE_GITHUB
Message-ID:  <20140320032659.ff9be42b915fdf14b1bd281e@yahoo.com>
Resent-Message-ID: <201403191840.s2JIe2mK002365@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187744
>Category:       ports
>Synopsis:       textproc/syck: Support USE_GITHUB
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 19 18:40:02 UTC 2014
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140320032659.ff9be42b915fdf14b1bd281e>