diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-02-09 21:49:51 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-02-09 21:49:51 +0000 |
commit | e93b7bdfa8c8b0480b89801c962488b6f52d6921 (patch) | |
tree | 1405bc74c39df13c0950ead66e87d005218c9a1c | |
parent | 78604300c8a2b8a826fdb3780b0ac14154d898a2 (diff) | |
download | freebsd-ports-e93b7bdfa8c8b0480b89801c962488b6f52d6921.zip |
- update to 3.0.2
while here:
- add stage support
- convert USE_GMAKE to USES
PR: 186527
Submitted by: Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer)
-rw-r--r-- | net/rsplib/Makefile | 24 | ||||
-rw-r--r-- | net/rsplib/distinfo | 4 | ||||
-rw-r--r-- | net/rsplib/pkg-descr | 2 | ||||
-rw-r--r-- | net/rsplib/pkg-plist | 14 |
4 files changed, 20 insertions, 24 deletions
diff --git a/net/rsplib/Makefile b/net/rsplib/Makefile index 4ec57e40d0ce..c05833d580e7 100644 --- a/net/rsplib/Makefile +++ b/net/rsplib/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= rsplib -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.2 CATEGORIES= net -MASTER_SITES= http://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Downloads/ \ - http://www.exp-math.uni-essen.de/~dreibh/rserpool/ +MASTER_SITES= http://www.exp-math.uni-essen.de/~dreibh/rserpool/download/ MAINTAINER= dreibh@iem.uni-due.de COMMENT= RSerPool Framework and Example Applications @@ -13,28 +12,11 @@ COMMENT= RSerPool Framework and Example Applications LICENSE= GPLv3 USE_QT4= gui xml moc_build -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-maintainer-mode \ --enable-qt --with-qt-lib=${QT_LIBDIR} \ --with-qt-include=${QT_INCDIR} USE_LDCONFIG= yes -MAN1= calcappclient.1 \ - cspmonitor.1 \ - fractalpooluser.1 \ - hsdump.1 \ - pingpongclient.1 \ - registrar.1 \ - rspregistrar.1 \ - rspserver.1 \ - rspterminal.1 \ - scriptingclient.1 \ - scriptingcontrol.1 \ - scriptingserviceexample.1 \ - server.1 \ - terminal.1 - - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/rsplib/distinfo b/net/rsplib/distinfo index 543d41c06e56..0229f8f090ea 100644 --- a/net/rsplib/distinfo +++ b/net/rsplib/distinfo @@ -1,2 +1,2 @@ -SHA256 (rsplib-3.0.1.tar.gz) = 0bf288da2e558b20020003825e26425392418b746e294bf2a4e76a0f796c8c6b -SIZE (rsplib-3.0.1.tar.gz) = 1043703 +SHA256 (rsplib-3.0.2.tar.gz) = aa9c9035739d7096b6ccabf92c15e67ddd327460e919d52fbb7c578e498a46ef +SIZE (rsplib-3.0.2.tar.gz) = 1061690 diff --git a/net/rsplib/pkg-descr b/net/rsplib/pkg-descr index b0174c528e25..0b50316069a4 100644 --- a/net/rsplib/pkg-descr +++ b/net/rsplib/pkg-descr @@ -5,4 +5,4 @@ It provides highly available pool management (that is registration handling and load distribution/balancing) by components called Registrar and a client-side/server-side API for accessing the service of a pool. -WWW: http://tdrwww.iem.uni-due.de/dreibholz/rserpool/ +WWW: http://www.iem.uni-due.de/~dreibh/rserpool/ diff --git a/net/rsplib/pkg-plist b/net/rsplib/pkg-plist index d37212da0e85..7ed8142a7f42 100644 --- a/net/rsplib/pkg-plist +++ b/net/rsplib/pkg-plist @@ -86,6 +86,20 @@ lib/libtdtimeutilities.a lib/libtdtimeutilities.la lib/libtdtimeutilities.so lib/libtdtimeutilities.so.2 +man/man1/calcappclient.1.gz +man/man1/cspmonitor.1.gz +man/man1/fractalpooluser.1.gz +man/man1/hsdump.1.gz +man/man1/pingpongclient.1.gz +man/man1/registrar.1.gz +man/man1/rspregistrar.1.gz +man/man1/rspserver.1.gz +man/man1/rspterminal.1.gz +man/man1/scriptingclient.1.gz +man/man1/scriptingcontrol.1.gz +man/man1/scriptingserviceexample.1.gz +man/man1/server.1.gz +man/man1/terminal.1.gz share/fgpconfig/input-001.fsf share/fgpconfig/input-002.fsf share/fgpconfig/input-003.fsf |