svn commit: r319049 - in head/devel/libcfu: . files
Chris Rees
crees at FreeBSD.org
Sat May 25 13:37:10 UTC 2013
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 at 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 <bsd.port.mk>
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
+ at dirrm include/cfu
More information about the svn-ports-head
mailing list