Date: Tue, 23 Apr 2013 16:52:28 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316373 - head/devel/yajl-tcl Message-ID: <201304231652.r3NGqSel007152@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Tue Apr 23 16:52:28 2013 New Revision: 316373 URL: http://svnweb.freebsd.org/changeset/ports/316373 Log: - Pass maintainership to tcltk@ - Trim Makefile headers - Use USE_GITHUB Modified: head/devel/yajl-tcl/Makefile Modified: head/devel/yajl-tcl/Makefile ============================================================================== --- head/devel/yajl-tcl/Makefile Tue Apr 23 16:45:40 2013 (r316372) +++ head/devel/yajl-tcl/Makefile Tue Apr 23 16:52:28 2013 (r316373) @@ -1,30 +1,28 @@ -# New ports collection Makefile for: yajl-tcl -# Date created: 17 July 2012 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= yajl-tcl PORTVERSION= 1.3 CATEGORIES= devel -MASTER_SITES= http://cloud.github.com/downloads/flightaware/yajl-tcl/ -MAINTAIER= gahr@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Tcl bindings for Yet Another JSON Library LICENSE= BSD -USE_TCL= yes +LIB_DEPENDS= yajl:${PORTSDIR}/devel/yajl + +USE_GITHUB= yes +GH_ACCOUNT= flightaware +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +USE_TCL= 85+ USE_AUTOTOOLS= autoconf -CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \ - --with-tclinclude=${TCL_INCLUDEDIR} +CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} PLIST_FILES= lib/yajltcl${PORTVERSION}/libyajltcl.so.1 \ lib/yajltcl${PORTVERSION}/pkgIndex.tcl \ lib/yajltcl${PORTVERSION}/yajl.tcl PLIST_DIRS= lib/yajltcl${PORTVERSION} -LIB_DEPENDS= yajl:${PORTSDIR}/devel/yajl - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304231652.r3NGqSel007152>