Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2018 01:39:35 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480448 - in head/devel/busybee: . files
Message-ID:  <201809230139.w8N1dZgM087163@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Sep 23 01:39:35 2018
New Revision: 480448
URL: https://svnweb.freebsd.org/changeset/ports/480448

Log:
  devel/busybee: update to release 0.7.0
  
  While here, pass maintainership to submitter.
  
  PR:		231103
  Submitted by:	Vinícius Zavam <egypcio@googlemail.com>

Deleted:
  head/devel/busybee/files/
Modified:
  head/devel/busybee/Makefile   (contents, props changed)
  head/devel/busybee/distinfo   (contents, props changed)
  head/devel/busybee/pkg-plist   (contents, props changed)

Modified: head/devel/busybee/Makefile
==============================================================================
--- head/devel/busybee/Makefile	Sun Sep 23 01:32:01 2018	(r480447)
+++ head/devel/busybee/Makefile	Sun Sep 23 01:39:35 2018	(r480448)
@@ -1,24 +1,27 @@
 # Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	busybee
-PORTVERSION=	0.5.0
-PORTREVISION=	1
-CATEGORIES=	devel
-MASTER_SITES=	http://hyperdex.org/src/
+PORTNAME=		busybee
+PORTVERSION=		0.7.0
+DISTVERSIONPREFIX=	releases/
+CATEGORIES=		devel
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	egypcio@googlemail.com
 COMMENT=	High-performance messaging layer
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libe.so:devel/libe
-BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/libpo6.pc:devel/libpo6
+ONLY_FOR_ARCHS=	amd64
 
+LIB_DEPENDS=	libe.so:devel/libe \
+		libpo6.so:devel/libpo6
+
 GNU_CONFIGURE=	yes
+USES=		autoreconf gmake libtool pathfix pkgconfig
+USE_GITHUB=	yes
 USE_LDCONFIG=	yes
-USES=		gmake libtool pathfix pkgconfig
 
-ONLY_FOR_ARCHS=	amd64
+GH_ACCOUNT=	rescrv
 
 .include <bsd.port.mk>

Modified: head/devel/busybee/distinfo
==============================================================================
--- head/devel/busybee/distinfo	Sun Sep 23 01:32:01 2018	(r480447)
+++ head/devel/busybee/distinfo	Sun Sep 23 01:39:35 2018	(r480448)
@@ -1,2 +1,3 @@
-SHA256 (busybee-0.5.0.tar.gz) = cb0662d04783ad2bb9facba4dd58fe7a35913f786c730dc36ebe8c00b5fe3db7
-SIZE (busybee-0.5.0.tar.gz) = 359613
+TIMESTAMP = 1535826102
+SHA256 (rescrv-busybee-releases-0.7.0_GH0.tar.gz) = a34aea75f690db26f4bf1588b23efd9bbb647d528f5a83ed31d7d018d2a639dc
+SIZE (rescrv-busybee-releases-0.7.0_GH0.tar.gz) = 19893

Modified: head/devel/busybee/pkg-plist
==============================================================================
--- head/devel/busybee/pkg-plist	Sun Sep 23 01:32:01 2018	(r480447)
+++ head/devel/busybee/pkg-plist	Sun Sep 23 01:39:35 2018	(r480448)
@@ -4,10 +4,9 @@ include/busybee_mta.h
 include/busybee_returncode.h
 include/busybee_single.h
 include/busybee_st.h
-include/busybee_sta.h
 include/busybee_utils.h
 lib/libbusybee.a
 lib/libbusybee.so
-lib/libbusybee.so.2
-lib/libbusybee.so.2.0.0
+lib/libbusybee.so.3
+lib/libbusybee.so.3.1.0
 libdata/pkgconfig/busybee.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809230139.w8N1dZgM087163>