From owner-svn-ports-head@FreeBSD.ORG Sat May 25 13:37:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 44BD8E45; Sat, 25 May 2013 13:37:10 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1D0801A7; Sat, 25 May 2013 13:37:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4PDb9kM035023; Sat, 25 May 2013 13:37:09 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4PDb9XE035020; Sat, 25 May 2013 13:37:09 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201305251337.r4PDb9XE035020@svn.freebsd.org> From: Chris Rees Date: Sat, 25 May 2013 13:37:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319049 - in head/devel/libcfu: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 May 2013 13:37:10 -0000 Author: crees Date: Sat May 25 13:37:08 2013 New Revision: 319049 URL: http://svnweb.freebsd.org/changeset/ports/319049 Log: Move to new upstream; Matthew Brush is now maintaining libcfu. Use my github, since I've fixed the clang warnings in it too, so hopefully Matthew will pull in my changes. Deleted: head/devel/libcfu/files/ Modified: head/devel/libcfu/Makefile head/devel/libcfu/distinfo head/devel/libcfu/pkg-plist Modified: head/devel/libcfu/Makefile ============================================================================== --- head/devel/libcfu/Makefile Sat May 25 12:58:45 2013 (r319048) +++ head/devel/libcfu/Makefile Sat May 25 13:37:08 2013 (r319049) @@ -1,17 +1,26 @@ # $FreeBSD$ PORTNAME= libcfu -PORTVERSION= 0.03 +DISTVERSION= 0.04a CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ +MASTER_SITES= GH MAINTAINER= crees@FreeBSD.org COMMENT= Simple library of tools for developing multithreaded software LICENSE= BSD -GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake aclocal +USE_GITHUB= yes +GH_ACCOUNT= crees +GH_COMMIT= 947dba4 +GH_TAGNAME= 947dba4 + +USES= pkgconfig pathfix +PATHFIX_MAKEFILEIN= Makefile.am + +USE_AUTOTOOLS= autoconf autoheader automake aclocal libtool libtoolize +AUTOMAKE_ARGS= --add-missing +ACLOCAL_ARGS= -I ${LIBTOOL_M4:C,[^/]*$,,} INFO= ${PORTNAME} .include Modified: head/devel/libcfu/distinfo ============================================================================== --- head/devel/libcfu/distinfo Sat May 25 12:58:45 2013 (r319048) +++ head/devel/libcfu/distinfo Sat May 25 13:37:08 2013 (r319049) @@ -1,2 +1,2 @@ -SHA256 (libcfu-0.03.tar.gz) = 0581559917edaba3e6a0df9115658f6490ea9f4bb88334eb2bfed26181150e51 -SIZE (libcfu-0.03.tar.gz) = 193634 +SHA256 (libcfu-0.04a.tar.gz) = 13ad04d6f430e0815106676526d8adcc5afda2498b97c9b82fa07ddb34fd6eef +SIZE (libcfu-0.04a.tar.gz) = 159317 Modified: head/devel/libcfu/pkg-plist ============================================================================== --- head/devel/libcfu/pkg-plist Sat May 25 12:58:45 2013 (r319048) +++ head/devel/libcfu/pkg-plist Sat May 25 13:37:08 2013 (r319049) @@ -1,11 +1,14 @@ +include/cfu/cfu.h +include/cfu/cfuconf.h +include/cfu/cfuhash.h +include/cfu/cfulist.h +include/cfu/cfuopt.h +include/cfu/cfustring.h +include/cfu/cfutimer.h +include/cfu/cfuthread_queue.h lib/libcfu.a -bin/libcfu-config -include/cfulist.h -include/cfuhash.h -include/cfutime.h -include/cfuconf.h -include/cfuthread_queue.h -include/cfuopt.h -include/cfustring.h -include/cfutypes.h -include/cfu.h +lib/libcfu.la +lib/libcfu.so +lib/libcfu.so.0 +libdata/pkgconfig/libcfu.pc +@dirrm include/cfu