svn commit: r354311 - head/textproc/syck
Martin Wilke
miwi at FreeBSD.org
Sat May 17 10:54:42 UTC 2014
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 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>
More information about the svn-ports-head
mailing list