Index: head/devel/pstreams/Makefile =================================================================== --- head/devel/pstreams/Makefile (revision 331758) +++ head/devel/pstreams/Makefile (revision 331759) @@ -1,20 +1,21 @@ # Created by: Andrew Wingorodov # $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 Property changes on: head/devel/pstreams/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/pstreams/distinfo =================================================================== --- head/devel/pstreams/distinfo (revision 331758) +++ head/devel/pstreams/distinfo (revision 331759) @@ -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 Property changes on: head/devel/pstreams/distinfo ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/pstreams/files/patch-install-without-docs =================================================================== --- head/devel/pstreams/files/patch-install-without-docs (revision 331758) +++ head/devel/pstreams/files/patch-install-without-docs (revision 331759) @@ -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 Property changes on: head/devel/pstreams/files/patch-install-without-docs ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property