Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2013 11:50:24 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331759 - in head/devel/pstreams: . files
Message-ID:  <201310271150.r9RBoOUh043910@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Sun Oct 27 11:50:24 2013
New Revision: 331759
URL: http://svnweb.freebsd.org/changeset/ports/331759

Log:
  - Update to 0.8.0
  - Add LICENSE
  - Convert to USES
  - Convert to staging
  
  PR:		ports/183132
  Submitted by:	me
  Approved by:	Edmondas Girkantas <eg@fbsd.lt> (maintainer)

Modified:
  head/devel/pstreams/Makefile   (contents, props changed)
  head/devel/pstreams/distinfo   (contents, props changed)
  head/devel/pstreams/files/patch-install-without-docs   (contents, props changed)

Modified: head/devel/pstreams/Makefile
==============================================================================
--- head/devel/pstreams/Makefile	Sun Oct 27 10:27:52 2013	(r331758)
+++ head/devel/pstreams/Makefile	Sun Oct 27 11:50:24 2013	(r331759)
@@ -2,19 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	pstreams
-PORTVERSION=	0.6.0
+PORTVERSION=	0.8.0
 CATEGORIES=	devel
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Release%200.6.x
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Release%200.8.x
 
 MAINTAINER=	eg@fbsd.lt
 COMMENT=	C++ utility for simple IOStream-based IPC
 
-USE_GMAKE=	yes
+LICENSE=	LGPL3
+
+USES=		gmake
 MAKE_ENV+=	INSTALL_PREFIX=${PREFIX}
 NO_BUILD=	yes
 
 PLIST_FILES=	include/pstreams/pstream.h
 PLIST_DIRS=	include/pstreams
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/pstreams/distinfo
==============================================================================
--- head/devel/pstreams/distinfo	Sun Oct 27 10:27:52 2013	(r331758)
+++ head/devel/pstreams/distinfo	Sun Oct 27 11:50:24 2013	(r331759)
@@ -1,2 +1,2 @@
-SHA256 (pstreams-0.6.0.tar.gz) = ef59bdf60ab96a66d5a085e951d4756b529090ef30edf81aa51f8dadd0fcab74
-SIZE (pstreams-0.6.0.tar.gz) = 48143
+SHA256 (pstreams-0.8.0.tar.gz) = 0dcffe1f07c23ecfc9281008ea8b0ee0324b0bf1b93be740e6a9a0ad628900e5
+SIZE (pstreams-0.8.0.tar.gz) = 57690

Modified: head/devel/pstreams/files/patch-install-without-docs
==============================================================================
--- head/devel/pstreams/files/patch-install-without-docs	Sun Oct 27 10:27:52 2013	(r331758)
+++ head/devel/pstreams/files/patch-install-without-docs	Sun Oct 27 11:50:24 2013	(r331759)
@@ -1,11 +1,11 @@
---- Makefile.orig	Mon Jan 22 13:33:24 2007
-+++ Makefile	Mon Jan 22 13:33:51 2007
-@@ -38,7 +38,7 @@
+--- Makefile.orig	2013-03-29 20:06:56.000000000 +0100
++++ Makefile	2013-10-18 13:32:23.570564959 +0200
+@@ -39,7 +39,7 @@
  
- VERS = 0.5.2
+ VERS := $(shell awk -F' ' '/^\#define *PSTREAMS_VERSION/{ print $$NF }' pstream.h)
  
 -all: docs $(GENERATED_FILES)
 +all: install
  
- test: test_pstreams test_minimum
- 	@./test_minimum >/dev/null 2>&1 || echo "TEST EXITED WITH STATUS $$?"
+ check: test_pstreams test_minimum | pstreams.wout
+ 	@for test in $^ ; do echo $$test ; ./$$test >/dev/null 2>&1 || echo "$$test EXITED WITH STATUS $$?" ; done



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