1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- 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)
This commit is contained in:
Guido Falsi 2013-10-27 11:50:24 +00:00
parent 20b19e4418
commit 858cd0d3ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331759
3 changed files with 13 additions and 12 deletions

View File

@ -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>

View File

@ -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

View File

@ -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