ports/187744: textproc/syck: Support USE_GITHUB
KATO Tsuguru
tkato432 at yahoo.com
Wed Mar 19 18:40:03 UTC 2014
>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 at 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:
More information about the freebsd-ports-bugs
mailing list